OSDN Git Service

#39823 Removed gray edge pixels in the judge strings
[dtxmania/dtxmania.git] / DTXMania / DTXMania.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.21022</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{81BEC512-8074-4BD1-8A3C-AC73BC7BF846}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>DTXMania</RootNamespace>
12     <AssemblyName>DTXManiaGR</AssemblyName>
13     <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <ApplicationIcon>dtx.ico</ApplicationIcon>
16     <IsWebBootstrapper>false</IsWebBootstrapper>
17     <SignAssembly>false</SignAssembly>
18     <AssemblyOriginatorKeyFile>
19     </AssemblyOriginatorKeyFile>
20     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
21     <FileUpgradeFlags>
22     </FileUpgradeFlags>
23     <UpgradeBackupLocation>
24     </UpgradeBackupLocation>
25     <OldToolsVersion>3.5</OldToolsVersion>
26     <TargetFrameworkProfile />
27     <PublishUrl>publish\</PublishUrl>
28     <Install>true</Install>
29     <InstallFrom>Disk</InstallFrom>
30     <UpdateEnabled>false</UpdateEnabled>
31     <UpdateMode>Foreground</UpdateMode>
32     <UpdateInterval>7</UpdateInterval>
33     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
34     <UpdatePeriodically>false</UpdatePeriodically>
35     <UpdateRequired>false</UpdateRequired>
36     <MapFileExtensions>true</MapFileExtensions>
37     <ApplicationRevision>0</ApplicationRevision>
38     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
39     <UseApplicationTrust>false</UseApplicationTrust>
40     <BootstrapperEnabled>true</BootstrapperEnabled>
41   </PropertyGroup>
42   <PropertyGroup>
43     <ApplicationManifest>DTXManiaGR.exe.x86.manifest</ApplicationManifest>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
46     <DebugSymbols>true</DebugSymbols>
47     <OutputPath>bin\Debug\</OutputPath>
48     <DefineConstants>TRACE;DEBUG;_TEST_ENGLISH TEST_Direct3D9Ex_ WindowedFullscreen TEST_MEASUREFRAMEDRAWTIME_ _SOUNDCPULOAD</DefineConstants>
49     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
50     <NoWarn>0219</NoWarn>
51     <DebugType>full</DebugType>
52     <PlatformTarget>AnyCPU</PlatformTarget>
53     <UseVSHostingProcess>false</UseVSHostingProcess>
54     <ErrorReport>prompt</ErrorReport>
55     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56     <Prefer32Bit>false</Prefer32Bit>
57   </PropertyGroup>
58   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
59     <DebugSymbols>true</DebugSymbols>
60     <OutputPath>bin\Release\</OutputPath>
61     <DefineConstants>TRACE;TEST_ENGLISH_ TEST_Direct3D9Ex_ WindowedFullscreen SOUNDCPULOAD</DefineConstants>
62     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
63     <Optimize>true</Optimize>
64     <NoWarn>0219</NoWarn>
65     <DebugType>pdbonly</DebugType>
66     <PlatformTarget>AnyCPU</PlatformTarget>
67     <ErrorReport>prompt</ErrorReport>
68     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69     <Prefer32Bit>false</Prefer32Bit>
70   </PropertyGroup>
71   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
72     <DebugSymbols>true</DebugSymbols>
73     <OutputPath>bin\x64\Debug\</OutputPath>
74     <DefineConstants>TRACE;DEBUG;_TEST_ENGLISH TEST_Direct3D9Ex_ WindowedFullscreen TEST_MEASUREFRAMEDRAWTIME_ SOUNDCPULOAD</DefineConstants>
75     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
76     <NoWarn>0219</NoWarn>
77     <DebugType>full</DebugType>
78     <PlatformTarget>x64</PlatformTarget>
79     <UseVSHostingProcess>false</UseVSHostingProcess>
80     <ErrorReport>prompt</ErrorReport>
81     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82   </PropertyGroup>
83   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
84     <DebugSymbols>true</DebugSymbols>
85     <OutputPath>bin\x64\Release\</OutputPath>
86     <DefineConstants>TRACE;TEST_ENGLISH_ TEST_Direct3D9Ex_ WindowedFullscreen SOUNDCPULOAD</DefineConstants>
87     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88     <Optimize>true</Optimize>
89     <NoWarn>0219</NoWarn>
90     <DebugType>pdbonly</DebugType>
91     <PlatformTarget>x64</PlatformTarget>
92     <ErrorReport>prompt</ErrorReport>
93     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
94   </PropertyGroup>
95   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
96     <DebugSymbols>true</DebugSymbols>
97     <OutputPath>bin\x86\Debug\</OutputPath>
98     <DefineConstants>TRACE;DEBUG;_TEST_ENGLISH TEST_Direct3D9Ex_ WindowedFullscreen TEST_MEASUREFRAMEDRAWTIME_ SOUNDCPULOAD</DefineConstants>
99     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
100     <NoWarn>0219</NoWarn>
101     <DebugType>full</DebugType>
102     <PlatformTarget>x86</PlatformTarget>
103     <UseVSHostingProcess>false</UseVSHostingProcess>
104     <ErrorReport>prompt</ErrorReport>
105     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
106   </PropertyGroup>
107   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
108     <DebugSymbols>true</DebugSymbols>
109     <OutputPath>bin\x86\Release\</OutputPath>
110     <DefineConstants>TRACE;TEST_ENGLISH_ TEST_Direct3D9Ex_ WindowedFullscreen SOUNDCPULOAD</DefineConstants>
111     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
112     <Optimize>true</Optimize>
113     <NoWarn>0219</NoWarn>
114     <DebugType>pdbonly</DebugType>
115     <PlatformTarget>x86</PlatformTarget>
116     <ErrorReport>prompt</ErrorReport>
117     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
118   </PropertyGroup>
119   <ItemGroup>
120     <Reference Include="Microsoft.VisualBasic" />
121     <Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
122       <HintPath>..\RuntimeResources\dll\SharpDX.dll</HintPath>
123     </Reference>
124     <Reference Include="SharpDX.Direct3D9, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
125       <HintPath>..\RuntimeResources\dll\SharpDX.Direct3D9.dll</HintPath>
126     </Reference>
127     <Reference Include="SharpDX.DirectInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
128       <HintPath>..\RuntimeResources\dll\SharpDX.DirectInput.dll</HintPath>
129     </Reference>
130     <Reference Include="SharpDX.DirectSound, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
131       <HintPath>..\RuntimeResources\dll\SharpDX.DirectSound.dll</HintPath>
132     </Reference>
133     <Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
134       <HintPath>..\RuntimeResources\dll\SharpDX.DXGI.dll</HintPath>
135     </Reference>
136     <Reference Include="SharpDX.Mathematics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
137       <HintPath>..\RuntimeResources\dll\SharpDX.Mathematics.dll</HintPath>
138     </Reference>
139     <Reference Include="System" />
140     <Reference Include="System.Data" />
141     <Reference Include="System.Drawing" />
142     <Reference Include="System.Management" />
143     <Reference Include="System.Runtime.Serialization" />
144     <Reference Include="System.Web" />
145     <Reference Include="System.Windows.Forms" />
146     <Reference Include="System.Xml" />
147   </ItemGroup>
148   <ItemGroup>
149     <Compile Include="Properties\AssemblyInfo.cs" />
150     <EmbeddedResource Include="Properties\Resources.ja-JP.resx">
151       <SubType>Designer</SubType>
152     </EmbeddedResource>
153     <Compile Include="コード\ステージ\04.コンフィグ\CConfigXml.cs" />
154     <Compile Include="コード\ステージ\04.コンフィグ\COption.cs" />
155     <Compile Include="コード\ステージ\05.選曲\CActShowSongPath.cs" />
156     <Compile Include="コード\ステージ\07.演奏\CAct演奏Lane.cs" />
157     <Compile Include="コード\ステージ\07.演奏\CStage演奏画面共通_描画.cs" />
158     <Compile Include="コード\ステージ\07.演奏\TypesForPlayStage.cs" />
159     <Compile Include="コード\ステージ\CActDigit.cs" />
160     <Compile Include="コード\全体\cmdparse.cs" />
161     <Compile Include="コード\全体\CPutSystemLog.cs" />
162     <Compile Include="コード\全体\CResources.cs" />
163     <Compile Include="コード\全体\Coordinates.cs" />
164     <Compile Include="コード\全体\CDTX2WAVmode.cs" />
165     <Compile Include="コード\全体\FileStreamSSD.cs" />
166     <Compile Include="コード\全体\STPlugin.cs" />
167     <Compile Include="コード\全体\TextureFactory.cs" />
168     <EmbeddedResource Include="Properties\Resources.resx">
169       <Generator>ResXFileCodeGenerator</Generator>
170       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
171       <SubType>Designer</SubType>
172     </EmbeddedResource>
173     <Compile Include="Properties\Resources.Designer.cs">
174       <AutoGen>True</AutoGen>
175       <DependentUpon>Resources.resx</DependentUpon>
176       <DesignTime>True</DesignTime>
177     </Compile>
178     <None Include="app.config">
179       <SubType>Designer</SubType>
180     </None>
181     <None Include="DTXManiaGR.exe.x86.manifest">
182       <SubType>Designer</SubType>
183     </None>
184     <None Include="packages.config" />
185     <None Include="Properties\Settings.settings">
186       <Generator>SettingsSingleFileGenerator</Generator>
187       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
188     </None>
189     <Compile Include="Properties\Settings.Designer.cs">
190       <AutoGen>True</AutoGen>
191       <DependentUpon>Settings.settings</DependentUpon>
192       <DesignTimeSharedInput>True</DesignTimeSharedInput>
193     </Compile>
194     <Compile Include="コード\スコア、曲\CBoxDef.cs" />
195     <Compile Include="コード\スコア、曲\CChip.cs" />
196     <Compile Include="コード\スコア、曲\CDTX.cs" />
197     <Compile Include="コード\スコア、曲\CDTXInput.cs" />
198     <Compile Include="コード\スコア、曲\CDTXNestedTypes.cs" />
199     <Compile Include="コード\スコア、曲\CScoreIni.cs" />
200     <Compile Include="コード\スコア、曲\CSetDef.cs" />
201     <Compile Include="コード\ステージ\02.タイトル\CEnumSongs.cs" />
202     <Compile Include="コード\スコア、曲\CSong管理.cs" />
203     <Compile Include="コード\スコア、曲\Cスコア.cs" />
204     <Compile Include="コード\スコア、曲\C曲リストノード.cs" />
205     <Compile Include="コード\ステージ\01.起動\CStage起動.cs" />
206     <Compile Include="コード\ステージ\02.タイトル\CActEnumSongs.cs" />
207     <Compile Include="コード\ステージ\02.タイトル\CStageタイトル.cs" />
208     <Compile Include="コード\ステージ\04.コンフィグ\CActConfigKeyAssign.cs" />
209     <Compile Include="コード\ステージ\04.コンフィグ\CActConfigList.cs" />
210     <Compile Include="コード\ステージ\04.コンフィグ\CStageコンフィグ.cs" />
211     <Compile Include="コード\ステージ\05.選曲\CActSelectArtistComment.cs" />
212     <Compile Include="コード\ステージ\05.選曲\CActSelectInformation.cs" />
213     <Compile Include="コード\ステージ\05.選曲\CActSelectPopupMenu.cs" />
214     <Compile Include="コード\ステージ\05.選曲\CActSelectPreimageパネル.cs" />
215     <Compile Include="コード\ステージ\05.選曲\CActSelectPresound.cs" />
216     <Compile Include="コード\ステージ\05.選曲\CActSelectQuickConfig.cs" />
217     <Compile Include="コード\ステージ\05.選曲\CActSelectShowCurrentPosition.cs" />
218     <Compile Include="コード\ステージ\05.選曲\CActSelectステータスパネル.cs" />
219     <Compile Include="コード\ステージ\05.選曲\CActSelect曲リスト.cs" />
220     <Compile Include="コード\ステージ\05.選曲\CActSelect演奏履歴パネル.cs" />
221     <Compile Include="コード\ステージ\05.選曲\CActSortSongs.cs" />
222     <Compile Include="コード\ステージ\05.選曲\CStage選曲.cs" />
223     <Compile Include="コード\ステージ\06.曲読み込み\CStage曲読み込み.cs" />
224     <Compile Include="コード\ステージ\07.演奏\CAct演奏AVI.cs" />
225     <Compile Include="コード\ステージ\07.演奏\CAct演奏BGA.cs" />
226     <Compile Include="コード\ステージ\07.演奏\CAct演奏Combo共通.cs" />
227     <Compile Include="コード\ステージ\07.演奏\CAct演奏Danger共通.cs" />
228     <Compile Include="コード\ステージ\07.演奏\CAct演奏RGB共通.cs" />
229     <Compile Include="コード\ステージ\07.演奏\CAct演奏WailingBonus共通.cs" />
230     <Compile Include="コード\ステージ\07.演奏\CAct演奏ゲージ共通.cs" />
231     <Compile Include="コード\ステージ\07.演奏\CAct演奏スクロール速度.cs" />
232     <Compile Include="コード\ステージ\07.演奏\CAct演奏スコア共通.cs" />
233     <Compile Include="コード\ステージ\07.演奏\CAct演奏ステージ失敗.cs" />
234     <Compile Include="コード\ステージ\07.演奏\CAct演奏ステータスパネル共通.cs" />
235     <Compile Include="コード\ステージ\07.演奏\CAct演奏チップファイアGB.cs" />
236     <Compile Include="コード\ステージ\07.演奏\CAct演奏パネル文字列.cs" />
237     <Compile Include="コード\ステージ\07.演奏\CAct演奏レーンフラッシュGB共通.cs" />
238     <Compile Include="コード\ステージ\07.演奏\CAct演奏判定文字列共通.cs" />
239     <Compile Include="コード\ステージ\07.演奏\CAct演奏演奏情報.cs" />
240     <Compile Include="コード\ステージ\07.演奏\CInvisibleChip.cs" />
241     <Compile Include="コード\ステージ\07.演奏\CStage演奏画面共通.cs" />
242     <Compile Include="コード\ステージ\07.演奏\CWailingChip.cs" />
243     <Compile Include="コード\ステージ\07.演奏\C演奏判定ライン座標共通.cs" />
244     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsグラフ.cs" />
245     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsチップファイアD.cs" />
246     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsパッド.cs" />
247     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsレーンフラッシュD.cs" />
248     <Compile Include="コード\ステージ\08.結果\CActResultImage.cs" />
249     <Compile Include="コード\ステージ\08.結果\CActResultParameterPanel.cs" />
250     <Compile Include="コード\ステージ\08.結果\CActResultRank.cs" />
251     <Compile Include="コード\ステージ\08.結果\CActResultSongBar.cs" />
252     <Compile Include="コード\ステージ\08.結果\CStage結果.cs" />
253     <Compile Include="コード\ステージ\09.終了\CStage終了.cs" />
254     <Compile Include="コード\ステージ\10.ChangeSkin\CStageChangeSkin.cs" />
255     <Compile Include="コード\ステージ\CActFIFOBlack.cs" />
256     <Compile Include="コード\ステージ\CActFIFOWhite.cs" />
257     <Compile Include="コード\ステージ\CActオプションパネル.cs" />
258     <Compile Include="コード\ステージ\CDTXVmode.cs" />
259     <Compile Include="コード\ステージ\CStage.cs" />
260     <Compile Include="コード\プラグイン\CPluginHost.cs" />
261     <Compile Include="コード\プラグイン\IPluginActivity.cs" />
262     <Compile Include="コード\プラグイン\IPluginHost.cs" />
263     <Compile Include="コード\全体\CActFlushGPU.cs" />
264     <Compile Include="コード\全体\CDTXMania.cs" />
265     <Compile Include="コード\全体\CDTXVersion.cs" />
266     <Compile Include="コード\全体\CPad.cs" />
267     <Compile Include="コード\全体\CPreviewMagnifier.cs" />
268     <Compile Include="コード\全体\CPrivateFastFont.cs" />
269     <Compile Include="コード\全体\CPrivateFont.cs" />
270     <Compile Include="コード\全体\CScale.cs" />
271     <Compile Include="コード\全体\CSkin.cs" />
272     <Compile Include="コード\全体\C定数.cs" />
273     <Compile Include="コード\全体\C文字コンソール.cs" />
274     <Compile Include="コード\全体\Program.cs" />
275   </ItemGroup>
276   <ItemGroup>
277     <Content Include="dtx.ico" />
278   </ItemGroup>
279   <ItemGroup>
280     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
281       <Visible>False</Visible>
282       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
283       <Install>false</Install>
284     </BootstrapperPackage>
285     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
286       <Visible>False</Visible>
287       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
288       <Install>true</Install>
289     </BootstrapperPackage>
290     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
291       <Visible>False</Visible>
292       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
293       <Install>false</Install>
294     </BootstrapperPackage>
295     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
296       <Visible>False</Visible>
297       <ProductName>.NET Framework 3.5</ProductName>
298       <Install>false</Install>
299     </BootstrapperPackage>
300     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
301       <Visible>False</Visible>
302       <ProductName>.NET Framework 3.5 SP1</ProductName>
303       <Install>false</Install>
304     </BootstrapperPackage>
305   </ItemGroup>
306   <ItemGroup>
307     <ProjectReference Include="..\FDK\FDK.csproj">
308       <Project>{bcd40908-f3e2-4707-bfaa-1dd99df6357d}</Project>
309       <Name>FDK</Name>
310     </ProjectReference>
311   </ItemGroup>
312   <ItemGroup>
313     <FilesToMove Include="$(TargetDir)*.dll" />
314   </ItemGroup>
315   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
316   <Target Name="AfterBuild">
317     <Move SourceFiles="@(FilesToMove)" DestinationFolder="$(TargetDir)dll\" />
318     <!--Copy SourceFiles="$(TargetDir)*.dll" DestinationFolder="$(SolutionDir)RuntimeResources\dll" /-->
319     <Copy SourceFiles="$(TargetDir)$(TargetFileName)" DestinationFolder="$(SolutionDir)RuntimeResources" />
320     <Copy SourceFiles="$(TargetDir)$(TargetFileName).config" DestinationFolder="$(SolutionDir)RuntimeResources" />
321     <Copy SourceFiles="$(TargetDir)ja-JP\DTXManiaGR.resources.dll" DestinationFolder="$(SolutionDir)RuntimeResources\ja-JP\" />
322     <!--Copy SourceFiles="$(SolutionDir)RuntimeResources\System\" DestinationFolder="$(TargetDir)" /-->
323   </Target>
324 </Project>