OSDN Git Service

D2D版を改名し、新しく曲パネルビュークラスを追加。
[strokestylet/CsWin10Desktop3.git] / StrokeStyleT / StrokeStyleT.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{ED72FD06-C276-42DC-9301-83DE699BDF4C}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>SST</RootNamespace>
11     <AssemblyName>StrokeStyleT</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <PlatformTarget>AnyCPU</PlatformTarget>
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <PlatformTarget>AnyCPU</PlatformTarget>
29     <DebugType>pdbonly</DebugType>
30     <Optimize>true</Optimize>
31     <OutputPath>bin\Release\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>4</WarningLevel>
35     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="CSCore, Version=1.1.5992.18249, Culture=neutral, PublicKeyToken=5a08f2b6f4415dea, processorArchitecture=MSIL">
39       <HintPath>..\packages\CSCore.1.1.0\lib\net35-client\CSCore.dll</HintPath>
40       <Private>True</Private>
41     </Reference>
42     <Reference Include="SharpDX, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
43       <HintPath>..\packages\SharpDX.3.0.2\lib\net45\SharpDX.dll</HintPath>
44       <Private>True</Private>
45     </Reference>
46     <Reference Include="SharpDX.D3DCompiler, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
47       <HintPath>..\packages\SharpDX.D3DCompiler.3.0.2\lib\net45\SharpDX.D3DCompiler.dll</HintPath>
48       <Private>True</Private>
49     </Reference>
50     <Reference Include="SharpDX.Desktop, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
51       <HintPath>..\packages\SharpDX.Desktop.3.0.2\lib\net45\SharpDX.Desktop.dll</HintPath>
52       <Private>True</Private>
53     </Reference>
54     <Reference Include="SharpDX.Direct2D1, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
55       <HintPath>..\packages\SharpDX.Direct2D1.3.0.2\lib\net45\SharpDX.Direct2D1.dll</HintPath>
56       <Private>True</Private>
57     </Reference>
58     <Reference Include="SharpDX.Direct3D11, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
59       <HintPath>..\packages\SharpDX.Direct3D11.3.0.2\lib\net45\SharpDX.Direct3D11.dll</HintPath>
60       <Private>True</Private>
61     </Reference>
62     <Reference Include="SharpDX.DirectInput, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
63       <HintPath>..\packages\SharpDX.DirectInput.3.0.2\lib\net45\SharpDX.DirectInput.dll</HintPath>
64       <Private>True</Private>
65     </Reference>
66     <Reference Include="SharpDX.DXGI, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
67       <HintPath>..\packages\SharpDX.DXGI.3.0.2\lib\net45\SharpDX.DXGI.dll</HintPath>
68       <Private>True</Private>
69     </Reference>
70     <Reference Include="SharpDX.Mathematics, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
71       <HintPath>..\packages\SharpDX.Mathematics.3.0.2\lib\net45\SharpDX.Mathematics.dll</HintPath>
72       <Private>True</Private>
73     </Reference>
74     <Reference Include="SharpDX.MediaFoundation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
75       <HintPath>..\packages\SharpDX.MediaFoundation.3.0.2\lib\net45\SharpDX.MediaFoundation.dll</HintPath>
76       <Private>True</Private>
77     </Reference>
78     <Reference Include="System" />
79     <Reference Include="System.Core" />
80     <Reference Include="System.Xml.Linq" />
81     <Reference Include="System.Data.DataSetExtensions" />
82     <Reference Include="Microsoft.CSharp" />
83     <Reference Include="System.Data" />
84     <Reference Include="System.Deployment" />
85     <Reference Include="System.Drawing" />
86     <Reference Include="System.Net.Http" />
87     <Reference Include="System.Windows.Forms" />
88     <Reference Include="System.Xml" />
89   </ItemGroup>
90   <ItemGroup>
91     <Compile Include="ステージ\選曲\曲パネルビュー.cs" />
92     <Compile Include="設定\Config.cs" />
93     <Compile Include="SSTException.cs" />
94     <Compile Include="StrokeStyleT.cs" />
95     <Compile Include="Program.cs" />
96     <Compile Include="Properties\AssemblyInfo.cs" />
97     <Compile Include="ステージ\ステージ.cs" />
98     <Compile Include="ステージ\タイトル\タイトルステージ.cs" />
99     <Compile Include="ステージ\ログイン\ログインステージ.cs" />
100     <Compile Include="ステージ\曲読込\曲読込ステージ.cs" />
101     <Compile Include="ステージ\汎用\ドラムセット.cs" />
102     <Compile Include="ステージ\汎用\フェードアウト.cs" />
103     <Compile Include="ステージ\汎用\フェードイン.cs" />
104     <Compile Include="ステージ\演奏\XML.cs" />
105     <Compile Include="ステージ\演奏\コンボ.cs" />
106     <Compile Include="ステージ\演奏\コンボジャンプ.cs" />
107     <Compile Include="ステージ\演奏\スクロール譜面.cs" />
108     <Compile Include="ステージ\演奏\チップ種別Extensions.cs" />
109     <Compile Include="ステージ\演奏\ドラムサウンド.cs" />
110     <Compile Include="ステージ\演奏\ヒットレーン種別.cs" />
111     <Compile Include="ステージ\演奏\ヒット判定文字列.cs" />
112     <Compile Include="ステージ\演奏\ヒット判定種別.cs" />
113     <Compile Include="ステージ\演奏\レーンフレーム.cs" />
114     <Compile Include="ステージ\演奏\回転羽.cs" />
115     <Compile Include="ステージ\演奏\座標.cs" />
116     <Compile Include="ステージ\演奏\演奏ステージ.cs" />
117     <Compile Include="ステージ\結果\結果ステージ.cs" />
118     <Compile Include="ステージ\起動\起動ステージ.cs" />
119     <Compile Include="ステージ\選曲\曲パネルビューD2D.cs" />
120     <Compile Include="ステージ\選曲\選曲ステージ.cs" />
121     <Compile Include="フォルダ.cs" />
122     <Compile Include="ユーザ\XML.cs" />
123     <Compile Include="ユーザ\ユーザ.cs" />
124     <Compile Include="ユーザ\ユーザ管理.cs" />
125     <Compile Include="曲\BackNode.cs" />
126     <Compile Include="曲\BoxDef.cs" />
127     <Compile Include="曲\BoxNode.cs" />
128     <Compile Include="曲\MusicNode.cs" />
129     <Compile Include="曲\Node.cs" />
130     <Compile Include="曲\RootNode.cs" />
131     <Compile Include="曲\曲ツリー管理.cs" />
132     <Compile Include="設定\XML.cs" />
133     <EmbeddedResource Include="Properties\Resources.resx">
134       <Generator>ResXFileCodeGenerator</Generator>
135       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
136       <SubType>Designer</SubType>
137     </EmbeddedResource>
138     <Compile Include="Properties\Resources.Designer.cs">
139       <AutoGen>True</AutoGen>
140       <DependentUpon>Resources.resx</DependentUpon>
141       <DesignTime>True</DesignTime>
142     </Compile>
143     <None Include="packages.config" />
144     <None Include="Properties\Settings.settings">
145       <Generator>SettingsSingleFileGenerator</Generator>
146       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
147     </None>
148     <Compile Include="Properties\Settings.Designer.cs">
149       <AutoGen>True</AutoGen>
150       <DependentUpon>Settings.settings</DependentUpon>
151       <DesignTimeSharedInput>True</DesignTimeSharedInput>
152     </Compile>
153     <None Include="songs\[弟の姉] ペリドットとパール\ペリドットとパール.sstf">
154       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
155     </None>
156     <None Include="songs\ソンザイノリユウ\ソンザイノリユウ.sstf">
157       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
158     </None>
159     <None Include="songs\究極焼肉レストラン!お燐の地獄亭!\究極焼き肉レストラン!お隣の地獄亭!.sstf">
160       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
161     </None>
162   </ItemGroup>
163   <ItemGroup>
164     <None Include="App.config" />
165   </ItemGroup>
166   <ItemGroup>
167     <ProjectReference Include="..\FDK24\FDK24.csproj">
168       <Project>{693493de-4adc-4ad4-92a5-a92980a89886}</Project>
169       <Name>FDK24</Name>
170     </ProjectReference>
171     <ProjectReference Include="..\SSTFormat\SSTFormat.csproj">
172       <Project>{93b53767-a0a5-431c-9ec7-b23dbffb10ec}</Project>
173       <Name>SSTFormat</Name>
174     </ProjectReference>
175   </ItemGroup>
176   <ItemGroup>
177     <None Include="appdata_default\Users.xml">
178       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
179     </None>
180     <None Include="インストーラー\InnoSetupScript for SST.iss" />
181     <None Include="images\Chip Fire.png">
182       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
183     </None>
184     <None Include="images\Chips Rectangle List.xml">
185       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
186     </None>
187     <None Include="images\Chips.png">
188       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
189     </None>
190     <None Include="images\combo.png">
191       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
192     </None>
193     <None Include="images\DrumKit Bass.png">
194       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
195     </None>
196     <None Include="images\DrumKit FloorTom.png">
197       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
198     </None>
199     <None Include="images\DrumKit HiHat Bottom.png">
200       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
201     </None>
202     <None Include="images\DrumKit HiHat Top.png">
203       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
204     </None>
205     <None Include="images\DrumKit HiTom.png">
206       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
207     </None>
208     <None Include="images\DrumKit LCymbal Stand.png">
209       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
210     </None>
211     <None Include="images\DrumKit LCymbal Top.png">
212       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
213     </None>
214     <None Include="images\DrumKit LCymbal.png">
215       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
216     </None>
217     <None Include="images\DrumKit LowTom.png">
218       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
219     </None>
220     <None Include="images\DrumKit RCymbal Stand.png">
221       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
222     </None>
223     <None Include="images\DrumKit RCymbal Top.png">
224       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
225     </None>
226     <None Include="images\DrumKit RCymbal.png">
227       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
228     </None>
229     <None Include="images\DrumKit Snare.png">
230       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
231     </None>
232     <None Include="images\Judge Auto.png">
233       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
234     </None>
235     <None Include="images\Judge Good.png">
236       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
237     </None>
238     <None Include="images\judge Great.png">
239       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
240     </None>
241     <None Include="images\Judge Miss.png">
242       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
243     </None>
244     <None Include="images\judge Perfect.png">
245       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
246     </None>
247     <None Include="images\Judge Poor.png">
248       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
249     </None>
250     <None Include="images\ステージ台.png">
251       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
252     </None>
253     <None Include="images\タイトル画面.jpg">
254       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
255     </None>
256     <None Include="images\パネル白64x64.png">
257       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
258     </None>
259     <None Include="images\パネル黒64x64.png">
260       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
261     </None>
262     <None Include="images\レーン.png">
263       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
264     </None>
265     <None Include="images\レーンフレーム.png">
266       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
267     </None>
268     <None Include="images\レーンフレーム背景.png">
269       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
270     </None>
271     <None Include="images\判定バー.png">
272       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
273     </None>
274     <None Include="images\結果画面BGV.mp4">
275       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
276     </None>
277     <None Include="images\起動画面.jpg">
278       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
279     </None>
280     <None Include="images\選曲パネル.png">
281       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
282     </None>
283     <None Include="images\選曲画面BGV.mp4">
284       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
285     </None>
286     <None Include="songs\[弟の姉] ペリドットとパール\thumb.png">
287       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
288     </None>
289     <None Include="songs\[弟の姉] ペリドットとパール\[弟の姉] ペリドットとパール.mp4">
290       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
291     </None>
292     <None Include="songs\ソンザイノリユウ\thumb.png">
293       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
294     </None>
295     <None Include="songs\ソンザイノリユウ\ソンザイノリユウ【定概テクトニクス】.mp4">
296       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
297     </None>
298     <None Include="songs\究極焼肉レストラン!お燐の地獄亭!\thumb.png">
299       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
300     </None>
301     <None Include="songs\究極焼肉レストラン!お燐の地獄亭!\【東方】究極焼肉レストラン!お燐の地獄亭!【IOSYS】.mp4">
302       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
303     </None>
304     <None Include="sounds\drums\Bass.wav">
305       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
306     </None>
307     <None Include="sounds\drums\China.wav">
308       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
309     </None>
310     <None Include="sounds\drums\HiHatClose.wav">
311       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
312     </None>
313     <None Include="sounds\drums\HiHatFoot.wav">
314       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
315     </None>
316     <None Include="sounds\drums\HiHatHalfOpen.wav">
317       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
318     </None>
319     <None Include="sounds\drums\HiHatOpen.wav">
320       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
321     </None>
322     <None Include="sounds\drums\LeftCrash.wav">
323       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
324     </None>
325     <None Include="sounds\drums\Ride.wav">
326       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
327     </None>
328     <None Include="sounds\drums\RideCup.wav">
329       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
330     </None>
331     <None Include="sounds\drums\RightCrash.wav">
332       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
333     </None>
334     <None Include="sounds\drums\Snare.wav">
335       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
336     </None>
337     <None Include="sounds\drums\SnareClosedRim.wav">
338       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
339     </None>
340     <None Include="sounds\drums\SnareGhost.wav">
341       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
342     </None>
343     <None Include="sounds\drums\SnareOpenRim.wav">
344       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
345     </None>
346     <None Include="sounds\drums\Splash.wav">
347       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
348     </None>
349     <None Include="sounds\drums\Tom1.wav">
350       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
351     </None>
352     <None Include="sounds\drums\Tom1Rim.wav">
353       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
354     </None>
355     <None Include="sounds\drums\Tom2.wav">
356       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
357     </None>
358     <None Include="sounds\drums\Tom2Rim.wav">
359       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
360     </None>
361     <None Include="sounds\drums\Tom3.wav">
362       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
363     </None>
364     <None Include="sounds\drums\Tom3Rim.wav">
365       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
366     </None>
367     <None Include="sounds\Kit.xml">
368       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
369     </None>
370   </ItemGroup>
371   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
372   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
373        Other similar extension points exist, see Microsoft.Common.targets.
374   <Target Name="BeforeBuild">
375   </Target>
376   <Target Name="AfterBuild">
377   </Target>
378   -->
379 </Project>