OSDN Git Service

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