Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/111223(DTXMania092)/DTXManiaプロジェクト.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 278 - (show annotations) (download)
Tue Jan 3 13:21:38 2012 UTC (12 years, 3 months ago) by yyagi
File size: 14164 byte(s)
rev276のバージョンリソースコミット漏れを取り込んだ上で、092のtagを再定義。

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26