OSDN Git Service

#34026 動画再生時にレーン表示が消えていた問題を修正。
[dtxmania/dtxmania.git] / FDK17プロジェクト / FDK19.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>{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>v2.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <TargetFrameworkSubset>\r
16     </TargetFrameworkSubset>\r
17     <SignAssembly>true</SignAssembly>\r
18     <AssemblyOriginatorKeyFile>SlimDXKey_yyagi.snk</AssemblyOriginatorKeyFile>\r
19     <ApplicationIcon>\r
20     </ApplicationIcon>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
23     <PlatformTarget>x86</PlatformTarget>\r
24     <OutputPath>bin\x86\Debug\</OutputPath>\r
25     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
26     <DocumentationFile>\r
27     </DocumentationFile>\r
28     <UseVSHostingProcess>false</UseVSHostingProcess>\r
29     <NoWarn>0219</NoWarn>\r
30     <DefineConstants>TRACE;DEBUG;TEST_CancelEnterCodeInAltEnter2 TEST_Direct3D9Ex_</DefineConstants>\r
31     <Optimize>false</Optimize>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
34     <PlatformTarget>x86</PlatformTarget>\r
35     <OutputPath>bin\x86\Release\</OutputPath>\r
36     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
37     <DocumentationFile>\r
38     </DocumentationFile>\r
39     <UseVSHostingProcess>true</UseVSHostingProcess>\r
40     <NoWarn>0219</NoWarn>\r
41     <DefineConstants>TRACE;TEST_ENGLISH_ TEST_Direct3D9Ex_</DefineConstants>\r
42     <Optimize>true</Optimize>\r
43   </PropertyGroup>\r
44   <ItemGroup>\r
45     <Reference Include="Bass.Net, Version=2.4.10.3, Culture=neutral, PublicKeyToken=b7566c273e6ef480, processorArchitecture=MSIL">\r
46       <SpecificVersion>False</SpecificVersion>\r
47       <HintPath>..\実行時フォルダ(DTXCreator)\dll\Bass.Net.dll</HintPath>\r
48     </Reference>\r
49     <Reference Include="DirectShowLib-2005, Version=2.1.0.0, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f, processorArchitecture=MSIL">\r
50       <SpecificVersion>False</SpecificVersion>\r
51       <HintPath>..\実行時フォルダ(DTXCreator)\dll\DirectShowLib-2005.dll</HintPath>\r
52     </Reference>\r
53     <Reference Include="SlimDXc_net20x86_Jun2010, Version=1002.0.10.43, Culture=neutral, PublicKeyToken=53d0e4ef1f1579f5, processorArchitecture=x86">\r
54       <SpecificVersion>False</SpecificVersion>\r
55       <HintPath>..\実行時フォルダ\dll\SlimDXc_net20x86_Jun2010.dll</HintPath>\r
56     </Reference>\r
57     <Reference Include="System" />\r
58     <Reference Include="System.Data" />\r
59     <Reference Include="System.Drawing" />\r
60     <Reference Include="System.Windows.Forms" />\r
61     <Reference Include="System.Xml" />\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <Compile Include="コード\00.共通\COS.cs" />\r
65     <Compile Include="コード\00.共通\CPowerManagement.cs" />\r
66     <Compile Include="コード\00.共通\CSendMessage.cs" />\r
67     <Compile Include="コード\00.共通\CTimerBase.cs" />\r
68     <Compile Include="コード\00.共通\C一定間隔処理.cs" />\r
69     <Compile Include="コード\00.共通\C共通.cs" />\r
70     <Compile Include="コード\01.フレームワーク\Core\GameWindowSize.cs" />\r
71     <Compile Include="コード\01.フレームワーク\Core\Game.cs" />\r
72     <Compile Include="コード\01.フレームワーク\Core\GameClock.cs" />\r
73     <Compile Include="コード\01.フレームワーク\Core\GameTime.cs" />\r
74     <Compile Include="コード\01.フレームワーク\Core\GameWindow.cs">\r
75       <SubType>Form</SubType>\r
76     </Compile>\r
77     <Compile Include="コード\01.フレームワーク\DeviceSettings\ConversionMethods.cs" />\r
78     <Compile Include="コード\01.フレームワーク\DeviceSettings\DeviceSettings.cs" />\r
79     <Compile Include="コード\01.フレームワーク\DeviceSettings\Direct3D9Settings.cs" />\r
80     <Compile Include="コード\01.フレームワーク\Enumeration\Enumeration9.cs" />\r
81     <Compile Include="コード\01.フレームワーク\Properties\Resources.Designer.cs" />\r
82     <Compile Include="コード\01.フレームワーク\Rendering\DeviceCreationException.cs" />\r
83     <Compile Include="コード\01.フレームワーク\Rendering\Direct3D9Manager.cs" />\r
84     <Compile Include="コード\01.フレームワーク\Rendering\Enums.cs" />\r
85     <Compile Include="コード\01.フレームワーク\Rendering\GraphicsDeviceManager.cs" />\r
86     <Compile Include="コード\01.フレームワーク\Rendering\NoCompatibleDevicesException.cs" />\r
87     <Compile Include="コード\01.フレームワーク\Rendering\VertexElementAttribute.cs" />\r
88     <Compile Include="コード\01.フレームワーク\Utilities\Camera.cs" />\r
89     <Compile Include="コード\01.フレームワーク\Utilities\TransformedColoredTexturedVertex.cs" />\r
90     <Compile Include="コード\01.フレームワーク\Utilities\TransformedColoredVertex.cs" />\r
91     <Compile Include="コード\01.フレームワーク\Win32\NativeMethods.cs" />\r
92     <Compile Include="コード\01.フレームワーク\Win32\NativeStructures.cs" />\r
93     <Compile Include="コード\01.フレームワーク\Win32\WindowConstants.cs" />\r
94     <Compile Include="コード\02.入力\CInputJoystick.cs" />\r
95     <Compile Include="コード\02.入力\CInputKeyboard.cs" />\r
96     <Compile Include="コード\02.入力\CInputMIDI.cs" />\r
97     <Compile Include="コード\02.入力\CInputMouse.cs" />\r
98     <Compile Include="コード\02.入力\CInput管理.cs" />\r
99     <Compile Include="コード\02.入力\DeviceConstantConverter.cs" />\r
100     <Compile Include="コード\02.入力\E入力デバイス種別.cs" />\r
101     <Compile Include="コード\02.入力\IInputDevice.cs" />\r
102     <Compile Include="コード\02.入力\STInputEvent.cs" />\r
103     <Compile Include="コード\03.サウンド\Cmp3.cs" />\r
104     <Compile Include="コード\03.サウンド\Cogg.cs" />\r
105     <Compile Include="コード\03.サウンド\CSound.cs" />\r
106     <Compile Include="コード\03.サウンド\CSoundDeviceASIO.cs" />\r
107     <Compile Include="コード\03.サウンド\CSoundDeviceDirectSound.cs" />\r
108     <Compile Include="コード\03.サウンド\CSoundDeviceWASAPI.cs" />\r
109     <Compile Include="コード\03.サウンド\CSoundTimer.cs" />\r
110     <Compile Include="コード\03.サウンド\Cxa.cs" />\r
111     <Compile Include="コード\03.サウンド\ESoundDeviceType.cs" />\r
112     <Compile Include="コード\03.サウンド\SoundDecoder.cs" />\r
113     <Compile Include="コード\03.サウンド\ISoundDevice.cs" />\r
114     <Compile Include="コード\04.グラフィック\BitmapUtil.cs" />\r
115     <Compile Include="コード\04.グラフィック\CAero.cs" />\r
116     <Compile Include="コード\04.グラフィック\CAvi.cs" />\r
117     <Compile Include="コード\04.グラフィック\CTaskBar.cs" />\r
118     <Compile Include="コード\04.グラフィック\CTextureAutofold.cs" />\r
119     <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\ColoredVertex.cs" />\r
120     <Compile Include="コード\04.グラフィック\CTexture.cs" />\r
121     <Compile Include="コード\04.グラフィック\CTextureCreateFailedException.cs" />\r
122     <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\PositionColoredTexturedVertex.cs" />\r
123     <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\TexturedVertex.cs" />\r
124     <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\TransformedColoredTexturedVertex.cs" />\r
125     <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\TransformedColoredVertex.cs" />\r
126     <Compile Include="Properties\AssemblyInfo.cs" />\r
127     <Compile Include="コード\00.共通\CActivity.cs" />\r
128     <Compile Include="コード\00.共通\CCounter.cs" />\r
129     <Compile Include="コード\00.共通\CFPS.cs" />\r
130     <Compile Include="コード\00.共通\CIniFile.cs" />\r
131     <Compile Include="コード\00.共通\CTimer.cs" />\r
132     <Compile Include="コード\00.共通\CTraceLogListener.cs" />\r
133     <Compile Include="コード\00.共通\CWin32.cs" />\r
134     <Compile Include="コード\00.共通\C変換.cs" />\r
135     <Compile Include="コード\05.DirectShow\CDirectShow.cs" />\r
136     <Compile Include="コード\05.DirectShow\CDStoWAVFileImage.cs" />\r
137     <Compile Include="コード\05.DirectShow\MemoryRenderer.cs" />\r
138     <Compile Include="コード\06.Tempo\CBeatDetect.cs" />\r
139   </ItemGroup>\r
140   <ItemGroup>\r
141     <EmbeddedResource Include="コード\01.フレームワーク\Properties\Resources.resx">\r
142       <SubType>Designer</SubType>\r
143     </EmbeddedResource>\r
144   </ItemGroup>\r
145   <ItemGroup>\r
146     <Content Include="コード\01.フレームワーク\Resources\sdx_icon_black.ico" />\r
147   </ItemGroup>\r
148   <ItemGroup>\r
149     <None Include="SlimDXKey_yyagi.snk" />\r
150   </ItemGroup>\r
151   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
152   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
153        Other similar extension points exist, see Microsoft.Common.targets.\r
154   <Target Name="BeforeBuild">\r
155   </Target>\r
156   <Target Name="AfterBuild">\r
157   </Target>\r
158   -->\r
159   <PropertyGroup>\r
160     <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ\dll\"\r
161 copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ(DTXCreator)\dll\"\r
162 copy /Y "$(TargetPath)" "$(SolutionDir)bin\x86\Debug\dll\"\r
163 \r
164 \r
165 </PostBuildEvent>\r
166   </PropertyGroup>\r
167 </Project>