Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/FDK17プロジェクト/FDK19.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 987 - (show annotations) (download)
Sat Jun 4 19:59:18 2016 UTC (7 years, 10 months ago) by yyagi
File size: 11335 byte(s)
#36057 言語リソース切り替えのテスト用に、タイトル画面の「START」を、日本語環境では「スタート」と表示されるようにした・・・が、未だSTARTと表示される。
#36288 レーン透過度の初期値を、200から100に変更。
#xxxxx Copyrightの年号を2016に変更。
#xxxxx(#36287) コード\01.フレームワーク\Core\GameWindow.resx を削除。


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.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{BCD40908-F3E2-4707-BFAA-1DD99DF6357D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>FDK</RootNamespace>
12 <AssemblyName>FDK</AssemblyName>
13 <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <SignAssembly>true</SignAssembly>
16 <AssemblyOriginatorKeyFile>SlimDXKey_yyagi.snk</AssemblyOriginatorKeyFile>
17 <ApplicationIcon>
18 </ApplicationIcon>
19 <FileUpgradeFlags>
20 </FileUpgradeFlags>
21 <UpgradeBackupLocation>
22 </UpgradeBackupLocation>
23 <OldToolsVersion>3.5</OldToolsVersion>
24 <TargetFrameworkProfile />
25 <PublishUrl>publish\</PublishUrl>
26 <Install>true</Install>
27 <InstallFrom>Disk</InstallFrom>
28 <UpdateEnabled>false</UpdateEnabled>
29 <UpdateMode>Foreground</UpdateMode>
30 <UpdateInterval>7</UpdateInterval>
31 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32 <UpdatePeriodically>false</UpdatePeriodically>
33 <UpdateRequired>false</UpdateRequired>
34 <MapFileExtensions>true</MapFileExtensions>
35 <ApplicationRevision>0</ApplicationRevision>
36 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37 <IsWebBootstrapper>false</IsWebBootstrapper>
38 <UseApplicationTrust>false</UseApplicationTrust>
39 <BootstrapperEnabled>true</BootstrapperEnabled>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42 <PlatformTarget>x86</PlatformTarget>
43 <OutputPath>bin\x86\Debug\</OutputPath>
44 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
45 <DocumentationFile>
46 </DocumentationFile>
47 <UseVSHostingProcess>false</UseVSHostingProcess>
48 <NoWarn>0219</NoWarn>
49 <DefineConstants>TRACE;DEBUG;TEST_CancelEnterCodeInAltEnter2 TEST_Direct3D9Ex_</DefineConstants>
50 <Optimize>false</Optimize>
51 <Prefer32Bit>false</Prefer32Bit>
52 </PropertyGroup>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
54 <PlatformTarget>x86</PlatformTarget>
55 <OutputPath>bin\x86\Release\</OutputPath>
56 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
57 <DocumentationFile>
58 </DocumentationFile>
59 <UseVSHostingProcess>true</UseVSHostingProcess>
60 <NoWarn>0219</NoWarn>
61 <DefineConstants>TRACE;TEST_ENGLISH_ TEST_Direct3D9Ex_</DefineConstants>
62 <Optimize>true</Optimize>
63 <Prefer32Bit>false</Prefer32Bit>
64 </PropertyGroup>
65 <ItemGroup>
66 <Reference Include="Bass.Net, Version=2.4.11.1, Culture=neutral, PublicKeyToken=b7566c273e6ef480, processorArchitecture=MSIL">
67 <SpecificVersion>False</SpecificVersion>
68 <HintPath>..\実行時フォルダ\dll\Bass.Net.dll</HintPath>
69 </Reference>
70 <Reference Include="DirectShowLib-2005, Version=2.1.0.0, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f, processorArchitecture=MSIL">
71 <SpecificVersion>False</SpecificVersion>
72 <HintPath>..\実行時フォルダ(DTXCreator)\dll\DirectShowLib-2005.dll</HintPath>
73 </Reference>
74 <Reference Include="SlimDXc_net20x86_Jun2010, Version=1002.0.10.43, Culture=neutral, PublicKeyToken=53d0e4ef1f1579f5, processorArchitecture=x86">
75 <SpecificVersion>False</SpecificVersion>
76 <HintPath>..\実行時フォルダ\dll\SlimDXc_net20x86_Jun2010.dll</HintPath>
77 </Reference>
78 <Reference Include="System" />
79 <Reference Include="System.Data" />
80 <Reference Include="System.Drawing" />
81 <Reference Include="System.Windows.Forms" />
82 <Reference Include="System.Xml" />
83 </ItemGroup>
84 <ItemGroup>
85 <Compile Include="コード\00.共通\COS.cs" />
86 <Compile Include="コード\00.共通\CPowerManagement.cs" />
87 <Compile Include="コード\00.共通\CPowerPlan.cs" />
88 <Compile Include="コード\00.共通\CSendMessage.cs" />
89 <Compile Include="コード\00.共通\CTimerBase.cs" />
90 <Compile Include="コード\00.共通\C一定間隔処理.cs" />
91 <Compile Include="コード\00.共通\C共通.cs" />
92 <Compile Include="コード\01.フレームワーク\Core\GameWindowSize.cs" />
93 <Compile Include="コード\01.フレームワーク\Core\Game.cs" />
94 <Compile Include="コード\01.フレームワーク\Core\GameClock.cs" />
95 <Compile Include="コード\01.フレームワーク\Core\GameTime.cs" />
96 <Compile Include="コード\01.フレームワーク\Core\GameWindow.cs">
97 <SubType>Form</SubType>
98 </Compile>
99 <Compile Include="コード\01.フレームワーク\DeviceSettings\ConversionMethods.cs" />
100 <Compile Include="コード\01.フレームワーク\DeviceSettings\DeviceSettings.cs" />
101 <Compile Include="コード\01.フレームワーク\DeviceSettings\Direct3D9Settings.cs" />
102 <Compile Include="コード\01.フレームワーク\Enumeration\Enumeration9.cs" />
103 <Compile Include="コード\01.フレームワーク\Properties\Resources.Designer.cs" />
104 <Compile Include="コード\01.フレームワーク\Rendering\DeviceCreationException.cs" />
105 <Compile Include="コード\01.フレームワーク\Rendering\Direct3D9Manager.cs" />
106 <Compile Include="コード\01.フレームワーク\Rendering\Enums.cs" />
107 <Compile Include="コード\01.フレームワーク\Rendering\GraphicsDeviceManager.cs" />
108 <Compile Include="コード\01.フレームワーク\Rendering\NoCompatibleDevicesException.cs" />
109 <Compile Include="コード\01.フレームワーク\Rendering\VertexElementAttribute.cs" />
110 <Compile Include="コード\01.フレームワーク\Utilities\Camera.cs" />
111 <Compile Include="コード\01.フレームワーク\Utilities\TransformedColoredTexturedVertex.cs" />
112 <Compile Include="コード\01.フレームワーク\Utilities\TransformedColoredVertex.cs" />
113 <Compile Include="コード\01.フレームワーク\Win32\NativeMethods.cs" />
114 <Compile Include="コード\01.フレームワーク\Win32\NativeStructures.cs" />
115 <Compile Include="コード\01.フレームワーク\Win32\WindowConstants.cs" />
116 <Compile Include="コード\02.入力\CInputJoystick.cs" />
117 <Compile Include="コード\02.入力\CInputKeyboard.cs" />
118 <Compile Include="コード\02.入力\CInputMIDI.cs" />
119 <Compile Include="コード\02.入力\CInputMouse.cs" />
120 <Compile Include="コード\02.入力\CInput管理.cs" />
121 <Compile Include="コード\02.入力\DeviceConstantConverter.cs" />
122 <Compile Include="コード\02.入力\E入力デバイス種別.cs" />
123 <Compile Include="コード\02.入力\IInputDevice.cs" />
124 <Compile Include="コード\02.入力\STInputEvent.cs" />
125 <Compile Include="コード\03.サウンド\Cmp3.cs" />
126 <Compile Include="コード\03.サウンド\Cogg.cs" />
127 <Compile Include="コード\03.サウンド\CSound.cs" />
128 <Compile Include="コード\03.サウンド\CSoundDeviceASIO.cs" />
129 <Compile Include="コード\03.サウンド\CSoundDeviceDirectSound.cs" />
130 <Compile Include="コード\03.サウンド\CSoundDeviceWASAPI.cs" />
131 <Compile Include="コード\03.サウンド\CSoundTimer.cs" />
132 <Compile Include="コード\03.サウンド\Cxa.cs" />
133 <Compile Include="コード\03.サウンド\ESoundDeviceType.cs" />
134 <Compile Include="コード\03.サウンド\SoundDecoder.cs" />
135 <Compile Include="コード\03.サウンド\ISoundDevice.cs" />
136 <Compile Include="コード\04.グラフィック\BitmapUtil.cs" />
137 <Compile Include="コード\04.グラフィック\CAero.cs" />
138 <Compile Include="コード\04.グラフィック\CAvi.cs" />
139 <Compile Include="コード\04.グラフィック\CAviDS.cs" />
140 <Compile Include="コード\04.グラフィック\CTaskBar.cs" />
141 <Compile Include="コード\04.グラフィック\CTextureAutofold.cs" />
142 <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\ColoredVertex.cs" />
143 <Compile Include="コード\04.グラフィック\CTexture.cs" />
144 <Compile Include="コード\04.グラフィック\CTextureCreateFailedException.cs" />
145 <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\PositionColoredTexturedVertex.cs" />
146 <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\TexturedVertex.cs" />
147 <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\TransformedColoredTexturedVertex.cs" />
148 <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\TransformedColoredVertex.cs" />
149 <Compile Include="Properties\AssemblyInfo.cs" />
150 <Compile Include="コード\00.共通\CActivity.cs" />
151 <Compile Include="コード\00.共通\CCounter.cs" />
152 <Compile Include="コード\00.共通\CFPS.cs" />
153 <Compile Include="コード\00.共通\CIniFile.cs" />
154 <Compile Include="コード\00.共通\CTimer.cs" />
155 <Compile Include="コード\00.共通\CTraceLogListener.cs" />
156 <Compile Include="コード\00.共通\CWin32.cs" />
157 <Compile Include="コード\00.共通\C変換.cs" />
158 <Compile Include="コード\05.DirectShow\CDirectShow.cs" />
159 <Compile Include="コード\05.DirectShow\CDStoWAVFileImage.cs" />
160 <Compile Include="コード\05.DirectShow\MemoryRenderer.cs" />
161 <Compile Include="コード\06.Tempo\CBeatDetect.cs" />
162 </ItemGroup>
163 <ItemGroup>
164 <EmbeddedResource Include="コード\01.フレームワーク\Properties\Resources.resx">
165 <SubType>Designer</SubType>
166 </EmbeddedResource>
167 </ItemGroup>
168 <ItemGroup>
169 <Content Include="コード\01.フレームワーク\Resources\sdx_icon_black.ico" />
170 </ItemGroup>
171 <ItemGroup>
172 <None Include="SlimDXKey_yyagi.snk" />
173 </ItemGroup>
174 <ItemGroup>
175 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
176 <Visible>False</Visible>
177 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
178 <Install>false</Install>
179 </BootstrapperPackage>
180 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
181 <Visible>False</Visible>
182 <ProductName>.NET Framework 3.5 SP1</ProductName>
183 <Install>true</Install>
184 </BootstrapperPackage>
185 </ItemGroup>
186 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
188 Other similar extension points exist, see Microsoft.Common.targets.
189 <Target Name="BeforeBuild">
190 </Target>
191 <Target Name="AfterBuild">
192 </Target>
193 -->
194 <PropertyGroup>
195 <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ\dll\"
196 copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ(DTXCreator)\dll\"
197 copy /Y "$(TargetPath)" "$(SolutionDir)bin\x86\Debug\dll\"
198
199
200 </PostBuildEvent>
201 </PropertyGroup>
202 </Project>

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