OSDN Git Service

#25220 ビルドを行うと SlimDX 参照エラーが発生しビルドに失敗する現象を修正。
[dtxmania/dtxmania.git] / DTXManiaプロジェクト / DTXManiaプロジェクト.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" 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.30729</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>v2.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <TargetFrameworkSubset>\r
16     </TargetFrameworkSubset>\r
17     <ApplicationIcon>dtx.ico</ApplicationIcon>\r
18     <PublishUrl>publish\</PublishUrl>\r
19     <Install>true</Install>\r
20     <InstallFrom>Disk</InstallFrom>\r
21     <UpdateEnabled>false</UpdateEnabled>\r
22     <UpdateMode>Foreground</UpdateMode>\r
23     <UpdateInterval>7</UpdateInterval>\r
24     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
25     <UpdatePeriodically>false</UpdatePeriodically>\r
26     <UpdateRequired>false</UpdateRequired>\r
27     <MapFileExtensions>true</MapFileExtensions>\r
28     <ApplicationRevision>0</ApplicationRevision>\r
29     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
30     <IsWebBootstrapper>false</IsWebBootstrapper>\r
31     <UseApplicationTrust>false</UseApplicationTrust>\r
32     <BootstrapperEnabled>true</BootstrapperEnabled>\r
33     <SignAssembly>false</SignAssembly>\r
34     <AssemblyOriginatorKeyFile>\r
35     </AssemblyOriginatorKeyFile>\r
36     <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>\r
37     <ApplicationManifest>DTXManiaGR.exe.x86.manifest</ApplicationManifest>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <OutputPath>bin\x86\Debug\</OutputPath>\r
42     <DefineConstants>TRACE;DEBUG;TEST_SHOWLAG_ TEST_ENGLISH_ TEST_Direct3D9Ex_</DefineConstants>\r
43     <DebugType>full</DebugType>\r
44     <PlatformTarget>x86</PlatformTarget>\r
45     <ErrorReport>prompt</ErrorReport>\r
46     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
47     <NoWarn>0219</NoWarn>\r
48   </PropertyGroup>\r
49   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
50     <OutputPath>bin\x86\Release\</OutputPath>\r
51     <DefineConstants>TRACE</DefineConstants>\r
52     <Optimize>true</Optimize>\r
53     <DebugType>pdbonly</DebugType>\r
54     <PlatformTarget>x86</PlatformTarget>\r
55     <ErrorReport>prompt</ErrorReport>\r
56     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
57     <NoWarn>0219</NoWarn>\r
58   </PropertyGroup>\r
59   <ItemGroup>\r
60     <Reference Include="SlimDXc_net20x86_Jun2010, Version=1002.0.10.43, Culture=neutral, PublicKeyToken=53d0e4ef1f1579f5, processorArchitecture=x86">\r
61       <SpecificVersion>False</SpecificVersion>\r
62       <HintPath>..\実行時フォルダ\SlimDXc_net20x86_Jun2010.dll</HintPath>\r
63     </Reference>\r
64     <Reference Include="System" />\r
65     <Reference Include="System.Data" />\r
66     <Reference Include="System.Drawing" />\r
67     <Reference Include="System.Windows.Forms" />\r
68     <Reference Include="System.Xml" />\r
69   </ItemGroup>\r
70   <ItemGroup>\r
71     <Compile Include="Properties\AssemblyInfo.cs" />\r
72     <EmbeddedResource Include="Properties\Resources.resx">\r
73       <Generator>ResXFileCodeGenerator</Generator>\r
74       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
75       <SubType>Designer</SubType>\r
76     </EmbeddedResource>\r
77     <Compile Include="Properties\Resources.Designer.cs">\r
78       <AutoGen>True</AutoGen>\r
79       <DependentUpon>Resources.resx</DependentUpon>\r
80       <DesignTime>True</DesignTime>\r
81     </Compile>\r
82     <None Include="app.config" />\r
83     <None Include="DTXManiaGR.exe.x86.manifest" />\r
84     <None Include="Properties\Settings.settings">\r
85       <Generator>SettingsSingleFileGenerator</Generator>\r
86       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
87     </None>\r
88     <Compile Include="Properties\Settings.Designer.cs">\r
89       <AutoGen>True</AutoGen>\r
90       <DependentUpon>Settings.settings</DependentUpon>\r
91       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
92     </Compile>\r
93     <Compile Include="コード\アイテム\CItemBase.cs" />\r
94     <Compile Include="コード\アイテム\CItemInteger.cs" />\r
95     <Compile Include="コード\アイテム\CItemList.cs" />\r
96     <Compile Include="コード\アイテム\CItemThreeState.cs" />\r
97     <Compile Include="コード\アイテム\CItemToggle.cs" />\r
98     <Compile Include="コード\スコア、曲\CBoxDef.cs" />\r
99     <Compile Include="コード\スコア、曲\CDTX.cs" />\r
100     <Compile Include="コード\スコア、曲\CScoreIni.cs" />\r
101     <Compile Include="コード\スコア、曲\CSetDef.cs" />\r
102     <Compile Include="コード\スコア、曲\CSong管理.cs" />\r
103     <Compile Include="コード\スコア、曲\Cスコア.cs" />\r
104     <Compile Include="コード\スコア、曲\C曲リストノード.cs" />\r
105     <Compile Include="コード\ステージ\01.起動\CStage起動.cs" />\r
106     <Compile Include="コード\ステージ\02.タイトル\CStageタイトル.cs" />\r
107     <Compile Include="コード\ステージ\03.オプション\CActOptionList.cs" />\r
108     <Compile Include="コード\ステージ\03.オプション\CStageオプション.cs" />\r
109     <Compile Include="コード\ステージ\04.コンフィグ\CActConfigKeyAssign.cs" />\r
110     <Compile Include="コード\ステージ\04.コンフィグ\CActConfigList.cs" />\r
111     <Compile Include="コード\ステージ\04.コンフィグ\CStageコンフィグ.cs" />\r
112     <Compile Include="コード\ステージ\05.選曲\CActSelectArtistComment.cs" />\r
113     <Compile Include="コード\ステージ\05.選曲\CActSelectInformation.cs" />\r
114     <Compile Include="コード\ステージ\05.選曲\CActSelectPreimageパネル.cs" />\r
115     <Compile Include="コード\ステージ\05.選曲\CActSelectPresound.cs" />\r
116     <Compile Include="コード\ステージ\05.選曲\CActSelectステータスパネル.cs" />\r
117     <Compile Include="コード\ステージ\05.選曲\CActSelect曲リスト.cs" />\r
118     <Compile Include="コード\ステージ\05.選曲\CActSelect演奏履歴パネル.cs" />\r
119     <Compile Include="コード\ステージ\05.選曲\CActSortSongs.cs" />\r
120     <Compile Include="コード\ステージ\05.選曲\CStage選曲.cs" />\r
121     <Compile Include="コード\ステージ\06.曲読み込み\CStage曲読み込み.cs" />\r
122     <Compile Include="コード\ステージ\07.演奏\CAct演奏AVI.cs" />\r
123     <Compile Include="コード\ステージ\07.演奏\CAct演奏BGA.cs" />\r
124     <Compile Include="コード\ステージ\07.演奏\CAct演奏Combo共通.cs" />\r
125     <Compile Include="コード\ステージ\07.演奏\CAct演奏Danger共通.cs" />\r
126     <Compile Include="コード\ステージ\07.演奏\CAct演奏RGB共通.cs" />\r
127     <Compile Include="コード\ステージ\07.演奏\CAct演奏WailingBonus共通.cs" />\r
128     <Compile Include="コード\ステージ\07.演奏\CAct演奏ゲージ共通.cs" />\r
129     <Compile Include="コード\ステージ\07.演奏\CAct演奏スクロール速度.cs" />\r
130     <Compile Include="コード\ステージ\07.演奏\CAct演奏スコア共通.cs" />\r
131     <Compile Include="コード\ステージ\07.演奏\CAct演奏ステージ失敗.cs" />\r
132     <Compile Include="コード\ステージ\07.演奏\CAct演奏ステータスパネル共通.cs" />\r
133     <Compile Include="コード\ステージ\07.演奏\CAct演奏チップファイアGB.cs" />\r
134     <Compile Include="コード\ステージ\07.演奏\CAct演奏パネル文字列.cs" />\r
135     <Compile Include="コード\ステージ\07.演奏\CAct演奏レーンフラッシュGB共通.cs" />\r
136     <Compile Include="コード\ステージ\07.演奏\CAct演奏判定文字列共通.cs" />\r
137     <Compile Include="コード\ステージ\07.演奏\CAct演奏演奏情報.cs" />\r
138     <Compile Include="コード\ステージ\07.演奏\CStage演奏画面共通.cs" />\r
139     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarDanger.cs" />\r
140     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarRGB.cs" />\r
141     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarWailingBonus.cs" />\r
142     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarゲージ.cs" />\r
143     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarコンボ.cs" />\r
144     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarスコア.cs" />\r
145     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarステータスパネル.cs" />\r
146     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarチップファイア.cs" />\r
147     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarレーンフラッシュGB.cs" />\r
148     <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitar判定文字列.cs" />\r
149     <Compile Include="コード\ステージ\07.演奏\ギター画面\CStage演奏ギター画面.cs" />\r
150     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsDanger.cs" />\r
151     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsRGB.cs" />\r
152     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsWailingBonus.cs" />\r
153     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsグラフ.cs" />\r
154     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsゲージ.cs" />\r
155     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsコンボDGB.cs" />\r
156     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsスコア.cs" />\r
157     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsステータスパネル.cs" />\r
158     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsチップファイアD.cs" />\r
159     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsチップファイアGB.cs" />\r
160     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsパッド.cs" />\r
161     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsレーンフラッシュD.cs" />\r
162     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsレーンフラッシュGB.cs" />\r
163     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drums判定文字列.cs" />\r
164     <Compile Include="コード\ステージ\07.演奏\ドラム画面\CStage演奏ドラム画面.cs" />\r
165     <Compile Include="コード\ステージ\08.結果\CActResultImage.cs" />\r
166     <Compile Include="コード\ステージ\08.結果\CActResultParameterPanel.cs" />\r
167     <Compile Include="コード\ステージ\08.結果\CActResultRank.cs" />\r
168     <Compile Include="コード\ステージ\08.結果\CActResultSongBar.cs" />\r
169     <Compile Include="コード\ステージ\08.結果\CStage結果.cs" />\r
170     <Compile Include="コード\ステージ\09.終了\CStage終了.cs" />\r
171     <Compile Include="コード\ステージ\CActDFPFont.cs" />\r
172     <Compile Include="コード\ステージ\CActFIFOBlack.cs" />\r
173     <Compile Include="コード\ステージ\CActFIFOWhite.cs" />\r
174     <Compile Include="コード\ステージ\CActオプションパネル.cs" />\r
175     <Compile Include="コード\ステージ\CStage.cs" />\r
176     <Compile Include="コード\プラグイン\CPluginHost.cs" />\r
177     <Compile Include="コード\プラグイン\IPluginActivity.cs" />\r
178     <Compile Include="コード\プラグイン\IPluginHost.cs" />\r
179     <Compile Include="コード\全体\CConfigIni.cs" />\r
180     <Compile Include="コード\全体\CDTXMania.cs" />\r
181     <Compile Include="コード\全体\CDTXVersion.cs" />\r
182     <Compile Include="コード\全体\CPad.cs" />\r
183     <Compile Include="コード\全体\CSkin.cs" />\r
184     <Compile Include="コード\全体\C定数.cs" />\r
185     <Compile Include="コード\全体\C文字コンソール.cs" />\r
186     <Compile Include="コード\全体\Program.cs" />\r
187   </ItemGroup>\r
188   <ItemGroup>\r
189     <Content Include="dtx.ico" />\r
190   </ItemGroup>\r
191   <ItemGroup>\r
192     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
193       <Visible>False</Visible>\r
194       <ProductName>.NET Framework Client Profile</ProductName>\r
195       <Install>false</Install>\r
196     </BootstrapperPackage>\r
197     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
198       <Visible>False</Visible>\r
199       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
200       <Install>true</Install>\r
201     </BootstrapperPackage>\r
202     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
203       <Visible>False</Visible>\r
204       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
205       <Install>false</Install>\r
206     </BootstrapperPackage>\r
207     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
208       <Visible>False</Visible>\r
209       <ProductName>.NET Framework 3.5</ProductName>\r
210       <Install>false</Install>\r
211     </BootstrapperPackage>\r
212     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
213       <Visible>False</Visible>\r
214       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
215       <Install>false</Install>\r
216     </BootstrapperPackage>\r
217   </ItemGroup>\r
218   <ItemGroup>\r
219     <ProjectReference Include="..\FDK17プロジェクト\FDK19.csproj">\r
220       <Project>{BCD40908-F3E2-4707-BFAA-1DD99DF6357D}</Project>\r
221       <Name>FDK19</Name>\r
222     </ProjectReference>\r
223   </ItemGroup>\r
224   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
225   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
226        Other similar extension points exist, see Microsoft.Common.targets.\r
227   <Target Name="BeforeBuild">\r
228   </Target>\r
229   <Target Name="AfterBuild">\r
230   </Target>\r
231   -->\r
232   <PropertyGroup>\r
233     <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ"</PostBuildEvent>\r
234   </PropertyGroup>\r
235 </Project>