OSDN Git Service

#36043 rev.920 で手違いが起きたため、一度 rev.919 に戻し、ファイルを再修正。Ech定義の使用を CChip のプロパティを使うよう一部変更。
[dtxmania/dtxmania.git] / DTXManiaプロジェクト / DTXManiaプロジェクト.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{81BEC512-8074-4BD1-8A3C-AC73BC7BF846}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>DTXMania</RootNamespace>\r
12     <AssemblyName>DTXManiaGR</AssemblyName>\r
13     <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <ApplicationIcon>dtx.ico</ApplicationIcon>\r
16     <IsWebBootstrapper>false</IsWebBootstrapper>\r
17     <SignAssembly>false</SignAssembly>\r
18     <AssemblyOriginatorKeyFile>SlimDXKey_yyagi.snk</AssemblyOriginatorKeyFile>\r
19     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>\r
20     <ApplicationManifest>DTXManiaGR.exe.x86.manifest</ApplicationManifest>\r
21     <FileUpgradeFlags>\r
22     </FileUpgradeFlags>\r
23     <UpgradeBackupLocation>\r
24     </UpgradeBackupLocation>\r
25     <OldToolsVersion>3.5</OldToolsVersion>\r
26     <TargetFrameworkProfile />\r
27     <PublishUrl>publish\</PublishUrl>\r
28     <Install>true</Install>\r
29     <InstallFrom>Disk</InstallFrom>\r
30     <UpdateEnabled>false</UpdateEnabled>\r
31     <UpdateMode>Foreground</UpdateMode>\r
32     <UpdateInterval>7</UpdateInterval>\r
33     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
34     <UpdatePeriodically>false</UpdatePeriodically>\r
35     <UpdateRequired>false</UpdateRequired>\r
36     <MapFileExtensions>true</MapFileExtensions>\r
37     <ApplicationRevision>0</ApplicationRevision>\r
38     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
39     <UseApplicationTrust>false</UseApplicationTrust>\r
40     <BootstrapperEnabled>true</BootstrapperEnabled>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
43     <DebugSymbols>true</DebugSymbols>\r
44     <OutputPath>bin\x86\Debug\</OutputPath>\r
45     <DefineConstants>TRACE;DEBUG;_TEST_ENGLISH TEST_Direct3D9Ex_ WindowedFullscreen</DefineConstants>\r
46     <DebugType>full</DebugType>\r
47     <PlatformTarget>x86</PlatformTarget>\r
48     <ErrorReport>prompt</ErrorReport>\r
49     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
50     <NoWarn>0219</NoWarn>\r
51     <UseVSHostingProcess>false</UseVSHostingProcess>\r
52     <Prefer32Bit>false</Prefer32Bit>\r
53   </PropertyGroup>\r
54   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
55     <OutputPath>bin\x86\Release\</OutputPath>\r
56     <DefineConstants>TRACE;TEST_ENGLISH_ TEST_Direct3D9Ex_ WindowedFullscreen</DefineConstants>\r
57     <Optimize>true</Optimize>\r
58     <DebugType>pdbonly</DebugType>\r
59     <PlatformTarget>x86</PlatformTarget>\r
60     <ErrorReport>prompt</ErrorReport>\r
61     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
62     <NoWarn>0219</NoWarn>\r
63     <UseVSHostingProcess>true</UseVSHostingProcess>\r
64     <Prefer32Bit>false</Prefer32Bit>\r
65   </PropertyGroup>\r
66   <ItemGroup>\r
67     <Reference Include="Microsoft.VisualBasic" />\r
68     <Reference Include="SlimDXc_net20x86_Jun2010">\r
69       <HintPath>..\実行時フォルダ\dll\SlimDXc_net20x86_Jun2010.dll</HintPath>\r
70     </Reference>\r
71     <Reference Include="System" />\r
72     <Reference Include="System.Data" />\r
73     <Reference Include="System.Drawing" />\r
74     <Reference Include="System.Web" />\r
75     <Reference Include="System.Windows.Forms" />\r
76     <Reference Include="System.Xml" />\r
77   </ItemGroup>\r
78   <ItemGroup>\r
79     <Compile Include="Properties\AssemblyInfo.cs" />\r
80     <Compile Include="コード\全体\STPlugin.cs" />\r
81     <Compile Include="コード\全体\TextureFactory.cs" />\r
82     <EmbeddedResource Include="Properties\Resources.resx">\r
83       <Generator>ResXFileCodeGenerator</Generator>\r
84       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
85       <SubType>Designer</SubType>\r
86     </EmbeddedResource>\r
87     <Compile Include="Properties\Resources.Designer.cs">\r
88       <AutoGen>True</AutoGen>\r
89       <DependentUpon>Resources.resx</DependentUpon>\r
90       <DesignTime>True</DesignTime>\r
91     </Compile>\r
92     <None Include="app.config">\r
93       <SubType>Designer</SubType>\r
94     </None>\r
95     <None Include="DTXManiaGR.exe.x86.manifest">\r
96       <SubType>Designer</SubType>\r
97     </None>\r
98     <None Include="Properties\Settings.settings">\r
99       <Generator>SettingsSingleFileGenerator</Generator>\r
100       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
101     </None>\r
102     <Compile Include="Properties\Settings.Designer.cs">\r
103       <AutoGen>True</AutoGen>\r
104       <DependentUpon>Settings.settings</DependentUpon>\r
105       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
106     </Compile>\r
107     <Compile Include="コード\アイテム\CItemBase.cs" />\r
108     <Compile Include="コード\アイテム\CItemInteger.cs" />\r
109     <Compile Include="コード\アイテム\CItemList.cs" />\r
110     <Compile Include="コード\アイテム\CItemThreeState.cs" />\r
111     <Compile Include="コード\アイテム\CItemToggle.cs" />\r
112     <Compile Include="コード\スコア、曲\CBoxDef.cs" />\r
113     <Compile Include="コード\スコア、曲\CChip.cs" />\r
114     <Compile Include="コード\スコア、曲\CDTX.cs" />\r
115     <Compile Include="コード\スコア、曲\CDTXInput.cs" />\r
116     <Compile Include="コード\スコア、曲\CDTXNestedTypes.cs" />\r
117     <Compile Include="コード\スコア、曲\CScoreIni.cs" />\r
118     <Compile Include="コード\スコア、曲\CSetDef.cs" />\r
119     <Compile Include="コード\ステージ\02.タイトル\CEnumSongs.cs" />\r
120     <Compile Include="コード\スコア、曲\CSong管理.cs" />\r
121     <Compile Include="コード\スコア、曲\Cスコア.cs" />\r
122     <Compile Include="コード\スコア、曲\C曲リストノード.cs" />\r
123     <Compile Include="コード\ステージ\01.起動\CStage起動.cs" />\r
124     <Compile Include="コード\ステージ\02.タイトル\CActEnumSongs.cs" />\r
125     <Compile Include="コード\ステージ\02.タイトル\CStageタイトル.cs" />\r
126     <Compile Include="コード\ステージ\04.コンフィグ\CActConfigKeyAssign.cs" />\r
127     <Compile Include="コード\ステージ\04.コンフィグ\CActConfigList.cs" />\r
128     <Compile Include="コード\ステージ\04.コンフィグ\CStageコンフィグ.cs" />\r
129     <Compile Include="コード\ステージ\05.選曲\CActSelectArtistComment.cs" />\r
130     <Compile Include="コード\ステージ\05.選曲\CActSelectInformation.cs" />\r
131     <Compile Include="コード\ステージ\05.選曲\CActSelectPopupMenu.cs" />\r
132     <Compile Include="コード\ステージ\05.選曲\CActSelectPreimageパネル.cs" />\r
133     <Compile Include="コード\ステージ\05.選曲\CActSelectPresound.cs" />\r
134     <Compile Include="コード\ステージ\05.選曲\CActSelectQuickConfig.cs" />\r
135     <Compile Include="コード\ステージ\05.選曲\CActSelectShowCurrentPosition.cs" />\r
136     <Compile Include="コード\ステージ\05.選曲\CActSelectステータスパネル.cs" />\r
137     <Compile Include="コード\ステージ\05.選曲\CActSelect曲リスト.cs" />\r
138     <Compile Include="コード\ステージ\05.選曲\CActSelect演奏履歴パネル.cs" />\r
139     <Compile Include="コード\ステージ\05.選曲\CActSortSongs.cs" />\r
140     <Compile Include="コード\ステージ\05.選曲\CStage選曲.cs" />\r
141     <Compile Include="コード\ステージ\06.曲読み込み\CStage曲読み込み.cs" />\r
142     <Compile Include="コード\ステージ\07.演奏\CAct演奏AVI.cs" />\r
143     <Compile Include="コード\ステージ\07.演奏\CAct演奏BGA.cs" />\r
144     <Compile Include="コード\ステージ\07.演奏\CAct演奏Combo共通.cs" />\r
145     <Compile Include="コード\ステージ\07.演奏\CAct演奏Danger共通.cs" />\r
146     <Compile Include="コード\ステージ\07.演奏\CAct演奏RGB共通.cs" />\r
147     <Compile Include="コード\ステージ\07.演奏\CAct演奏WailingBonus共通.cs" />\r
148     <Compile Include="コード\ステージ\07.演奏\CAct演奏ゲージ共通.cs" />\r
149     <Compile Include="コード\ステージ\07.演奏\CAct演奏スクロール速度.cs" />\r
150     <Compile Include="コード\ステージ\07.演奏\CAct演奏スコア共通.cs" />\r
151     <Compile Include="コード\ステージ\07.演奏\CAct演奏ステージ失敗.cs" />\r
152     <Compile Include="コード\ステージ\07.演奏\CAct演奏ステータスパネル共通.cs" />\r
153     <Compile Include="コード\ステージ\07.演奏\CAct演奏チップファイアGB.cs" />\r
154     <Compile Include="コード\ステージ\07.演奏\CAct演奏パネル文字列.cs" />\r
155     <Compile Include="コード\ステージ\07.演奏\CAct演奏レーンフラッシュGB共通.cs" />\r
156     <Compile Include="コード\ステージ\07.演奏\CAct演奏判定文字列共通.cs" />\r
157     <Compile Include="コード\ステージ\07.演奏\CAct演奏演奏情報.cs" />\r
158     <Compile Include="コード\ステージ\07.演奏\CInvisibleChip.cs" />\r
159     <Compile Include="コード\ステージ\07.演奏\CStage演奏画面共通.cs" />\r
160     <Compile Include="コード\ステージ\07.演奏\CWailingChip.cs" />\r
161     <Compile Include="コード\ステージ\07.演奏\C演奏判定ライン座標共通.cs" />\r
162     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarDanger.cs" />\r
163     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarRGB.cs" />\r
164     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarWailingBonus.cs" />\r
165     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarゲージ.cs" />\r
166     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarコンボ.cs" />\r
167     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarスコア.cs" />\r
168     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarステータスパネル.cs" />\r
169     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarチップファイア.cs" />\r
170     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarレーンフラッシュGB.cs" />\r
171     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitar判定文字列.cs" />\r
172     <Compile Include="コード\ステージ\07.演奏\ギター画面\CStage演奏ギター画面.cs" />\r
173     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsDanger.cs" />\r
174     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsRGB.cs" />\r
175     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsWailingBonus.cs" />\r
176     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsグラフ.cs" />\r
177     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsゲージ.cs" />\r
178     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsコンボDGB.cs" />\r
179     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsスコア.cs" />\r
180     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsステータスパネル.cs" />\r
181     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsチップファイアD.cs" />\r
182     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsチップファイアGB.cs" />\r
183     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsパッド.cs" />\r
184     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsレーンフラッシュD.cs" />\r
185     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsレーンフラッシュGB.cs" />\r
186     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drums判定文字列.cs" />\r
187     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CStage演奏ドラム画面.cs" />\r
188     <Compile Include="コード\ステージ\08.結果\CActResultImage.cs" />\r
189     <Compile Include="コード\ステージ\08.結果\CActResultParameterPanel.cs" />\r
190     <Compile Include="コード\ステージ\08.結果\CActResultRank.cs" />\r
191     <Compile Include="コード\ステージ\08.結果\CActResultSongBar.cs" />\r
192     <Compile Include="コード\ステージ\08.結果\CStage結果.cs" />\r
193     <Compile Include="コード\ステージ\09.終了\CStage終了.cs" />\r
194     <Compile Include="コード\ステージ\10.ChangeSkin\CStageChangeSkin.cs" />\r
195     <Compile Include="コード\ステージ\CActDFPFont.cs" />\r
196     <Compile Include="コード\ステージ\CActFIFOBlack.cs" />\r
197     <Compile Include="コード\ステージ\CActFIFOWhite.cs" />\r
198     <Compile Include="コード\ステージ\CActLVLNFont.cs" />\r
199     <Compile Include="コード\ステージ\CActオプションパネル.cs" />\r
200     <Compile Include="コード\ステージ\CDTXVmode.cs" />\r
201     <Compile Include="コード\ステージ\CStage.cs" />\r
202     <Compile Include="コード\プラグイン\CPluginHost.cs" />\r
203     <Compile Include="コード\プラグイン\IPluginActivity.cs" />\r
204     <Compile Include="コード\プラグイン\IPluginHost.cs" />\r
205     <Compile Include="コード\全体\CActFlushGPU.cs" />\r
206     <Compile Include="コード\全体\CConfigIni.cs" />\r
207     <Compile Include="コード\全体\CDTXMania.cs" />\r
208     <Compile Include="コード\全体\CDTXVersion.cs" />\r
209     <Compile Include="コード\全体\CPad.cs" />\r
210     <Compile Include="コード\全体\CPreviewMagnifier.cs" />\r
211     <Compile Include="コード\全体\CPrivateFastFont.cs" />\r
212     <Compile Include="コード\全体\CPrivateFont.cs" />\r
213     <Compile Include="コード\全体\CScale.cs" />\r
214     <Compile Include="コード\全体\CSkin.cs" />\r
215     <Compile Include="コード\全体\C定数.cs" />\r
216     <Compile Include="コード\全体\C文字コンソール.cs" />\r
217     <Compile Include="コード\全体\Program.cs" />\r
218     <None Include="SlimDXKey_yyagi.snk" />\r
219   </ItemGroup>\r
220   <ItemGroup>\r
221     <Content Include="dtx.ico" />\r
222   </ItemGroup>\r
223   <ItemGroup>\r
224     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
225       <Visible>False</Visible>\r
226       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
227       <Install>false</Install>\r
228     </BootstrapperPackage>\r
229     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
230       <Visible>False</Visible>\r
231       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
232       <Install>true</Install>\r
233     </BootstrapperPackage>\r
234     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
235       <Visible>False</Visible>\r
236       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
237       <Install>false</Install>\r
238     </BootstrapperPackage>\r
239     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
240       <Visible>False</Visible>\r
241       <ProductName>.NET Framework 3.5</ProductName>\r
242       <Install>false</Install>\r
243     </BootstrapperPackage>\r
244     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
245       <Visible>False</Visible>\r
246       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
247       <Install>false</Install>\r
248     </BootstrapperPackage>\r
249   </ItemGroup>\r
250   <ItemGroup>\r
251     <ProjectReference Include="..\FDK17プロジェクト\FDK19.csproj">\r
252       <Project>{bcd40908-f3e2-4707-bfaa-1dd99df6357d}</Project>\r
253       <Name>FDK19</Name>\r
254     </ProjectReference>\r
255   </ItemGroup>\r
256   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
257   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
258        Other similar extension points exist, see Microsoft.Common.targets.\r
259   <Target Name="BeforeBuild">\r
260   </Target>\r
261   <Target Name="AfterBuild">\r
262   </Target>\r
263   -->\r
264   <PropertyGroup>\r
265     <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ"\r
266 copy /Y "$(TargetPath)".config "$(SolutionDir)..\実行時フォルダ"\r
267 move /Y "$(TargetDir)Bass.Net.dll" "$(TargetDir)dll"\r
268 move /Y "$(TargetDir)DirectShowLib-2005.dll" "$(TargetDir)dll"\r
269 move /Y "$(TargetDir)FDK.dll" "$(TargetDir)dll"\r
270 move /Y "$(TargetDir)SlimDXc_net20x86_Jun2010.dll" "$(TargetDir)dll"\r
271 </PostBuildEvent>\r
272   </PropertyGroup>\r
273 </Project>