Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/110211(DTXMania088)/DTXManiaプロジェクト.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations) (download)
Tue Feb 8 15:15:36 2011 UTC (13 years, 1 month ago) by yyagi
File size: 13609 byte(s)
DTXMania088用の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>DEBUG;TRACE</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=bd5d7f5e586685f5, 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="コード\ステージ\03.オプション\CActOptionList.cs" />
108 <Compile Include="コード\ステージ\03.オプション\CStageオプション.cs" />
109 <Compile Include="コード\ステージ\04.コンフィグ\CActConfigKeyAssign.cs" />
110 <Compile Include="コード\ステージ\04.コンフィグ\CActConfigList.cs" />
111 <Compile Include="コード\ステージ\04.コンフィグ\CStageコンフィグ.cs" />
112 <Compile Include="コード\ステージ\05.選曲\CActSelectArtistComment.cs" />
113 <Compile Include="コード\ステージ\05.選曲\CActSelectInformation.cs" />
114 <Compile Include="コード\ステージ\05.選曲\CActSelectPreimageパネル.cs" />
115 <Compile Include="コード\ステージ\05.選曲\CActSelectPresound.cs" />
116 <Compile Include="コード\ステージ\05.選曲\CActSelectステータスパネル.cs" />
117 <Compile Include="コード\ステージ\05.選曲\CActSelect曲リスト.cs" />
118 <Compile Include="コード\ステージ\05.選曲\CActSelect演奏履歴パネル.cs" />
119 <Compile Include="コード\ステージ\05.選曲\CStage選曲.cs" />
120 <Compile Include="コード\ステージ\06.曲読み込み\CStage曲読み込み.cs" />
121 <Compile Include="コード\ステージ\07.演奏\CAct演奏AVI.cs" />
122 <Compile Include="コード\ステージ\07.演奏\CAct演奏BGA.cs" />
123 <Compile Include="コード\ステージ\07.演奏\CAct演奏Combo共通.cs" />
124 <Compile Include="コード\ステージ\07.演奏\CAct演奏RGB共通.cs" />
125 <Compile Include="コード\ステージ\07.演奏\CAct演奏スクロール速度.cs" />
126 <Compile Include="コード\ステージ\07.演奏\CAct演奏スコア共通.cs" />
127 <Compile Include="コード\ステージ\07.演奏\CAct演奏ステージ失敗.cs" />
128 <Compile Include="コード\ステージ\07.演奏\CAct演奏チップファイアGB.cs" />
129 <Compile Include="コード\ステージ\07.演奏\CAct演奏パネル文字列.cs" />
130 <Compile Include="コード\ステージ\07.演奏\CAct演奏レーンフラッシュGB共通.cs" />
131 <Compile Include="コード\ステージ\07.演奏\CAct演奏判定文字列共通.cs" />
132 <Compile Include="コード\ステージ\07.演奏\CAct演奏演奏情報.cs" />
133 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarRGB.cs" />
134 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarWailingBonus.cs" />
135 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarゲージ.cs" />
136 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarコンボ.cs" />
137 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarスコア.cs" />
138 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarステータスパネル.cs" />
139 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitarチップファイア.cs" />
140 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏GuitarレーンフラッシュGB.cs" />
141 <Compile Include="コード\ステージ\07.演奏\ギター画面\CAct演奏Guitar判定文字列.cs" />
142 <Compile Include="コード\ステージ\07.演奏\ギター画面\CStage演奏ギター画面.cs" />
143 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsDanger.cs" />
144 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsRGB.cs" />
145 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsWailingBonus.cs" />
146 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsグラフ.cs" />
147 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsゲージ.cs" />
148 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsコンボDGB.cs" />
149 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsスコア.cs" />
150 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsステータスパネル.cs" />
151 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsチップファイアD.cs" />
152 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsチップファイアGB.cs" />
153 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drumsパッド.cs" />
154 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsレーンフラッシュD.cs" />
155 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏DrumsレーンフラッシュGB.cs" />
156 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CAct演奏Drums判定文字列.cs" />
157 <Compile Include="コード\ステージ\07.演奏\ドラム画面\CStage演奏ドラム画面.cs" />
158 <Compile Include="コード\ステージ\08.結果\CActResultImage.cs" />
159 <Compile Include="コード\ステージ\08.結果\CActResultParameterPanel.cs" />
160 <Compile Include="コード\ステージ\08.結果\CActResultRank.cs" />
161 <Compile Include="コード\ステージ\08.結果\CActResultSongBar.cs" />
162 <Compile Include="コード\ステージ\08.結果\CStage結果.cs" />
163 <Compile Include="コード\ステージ\09.終了\CStage終了.cs" />
164 <Compile Include="コード\ステージ\CActDFPFont.cs" />
165 <Compile Include="コード\ステージ\CActFIFOBlack.cs" />
166 <Compile Include="コード\ステージ\CActFIFOWhite.cs" />
167 <Compile Include="コード\ステージ\CActオプションパネル.cs" />
168 <Compile Include="コード\ステージ\CStage.cs" />
169 <Compile Include="コード\プラグイン\CPluginHost.cs" />
170 <Compile Include="コード\プラグイン\IPluginActivity.cs" />
171 <Compile Include="コード\プラグイン\IPluginHost.cs" />
172 <Compile Include="コード\全体\CConfigIni.cs" />
173 <Compile Include="コード\全体\CDTXMania.cs" />
174 <Compile Include="コード\全体\CDTXVersion.cs" />
175 <Compile Include="コード\全体\CPad.cs" />
176 <Compile Include="コード\全体\CSkin.cs" />
177 <Compile Include="コード\全体\C定数.cs" />
178 <Compile Include="コード\全体\C文字コンソール.cs" />
179 <Compile Include="コード\全体\Program.cs" />
180 </ItemGroup>
181 <ItemGroup>
182 <Content Include="dtx.ico" />
183 </ItemGroup>
184 <ItemGroup>
185 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
186 <Visible>False</Visible>
187 <ProductName>.NET Framework Client Profile</ProductName>
188 <Install>false</Install>
189 </BootstrapperPackage>
190 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
191 <Visible>False</Visible>
192 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
193 <Install>true</Install>
194 </BootstrapperPackage>
195 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
196 <Visible>False</Visible>
197 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
198 <Install>false</Install>
199 </BootstrapperPackage>
200 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
201 <Visible>False</Visible>
202 <ProductName>.NET Framework 3.5</ProductName>
203 <Install>false</Install>
204 </BootstrapperPackage>
205 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
206 <Visible>False</Visible>
207 <ProductName>.NET Framework 3.5 SP1</ProductName>
208 <Install>false</Install>
209 </BootstrapperPackage>
210 </ItemGroup>
211 <ItemGroup>
212 <ProjectReference Include="..\FDK17プロジェクト\FDK17.csproj">
213 <Project>{BCD40908-F3E2-4707-BFAA-1DD99DF6357D}</Project>
214 <Name>FDK17</Name>
215 </ProjectReference>
216 </ItemGroup>
217 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
218 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
219 Other similar extension points exist, see Microsoft.Common.targets.
220 <Target Name="BeforeBuild">
221 </Target>
222 <Target Name="AfterBuild">
223 </Target>
224 -->
225 <PropertyGroup>
226 <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ"</PostBuildEvent>
227 </PropertyGroup>
228 </Project>

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