OSDN Git Service

#36373 NowLoading画面 (#STAGEFILE) のFullHD画像対応。これに伴い、プレビュー表示や動画表示の拡大率や座標値の算出部分をリファクタしています。
[dtxmania/dtxmania.git] / FDK17プロジェクト / FDK19.csproj
index d1ebd15..8ddd18b 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
     <RootNamespace>FDK</RootNamespace>\r
     <AssemblyName>FDK</AssemblyName>\r
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
+    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
-    <TargetFrameworkSubset>\r
-    </TargetFrameworkSubset>\r
-    <SignAssembly>false</SignAssembly>\r
-    <AssemblyOriginatorKeyFile>\r
-    </AssemblyOriginatorKeyFile>\r
+    <SignAssembly>true</SignAssembly>\r
+    <AssemblyOriginatorKeyFile>SlimDXKey_yyagi.snk</AssemblyOriginatorKeyFile>\r
     <ApplicationIcon>\r
     </ApplicationIcon>\r
+    <FileUpgradeFlags>\r
+    </FileUpgradeFlags>\r
+    <UpgradeBackupLocation>\r
+    </UpgradeBackupLocation>\r
+    <OldToolsVersion>3.5</OldToolsVersion>\r
+    <TargetFrameworkProfile />\r
+    <PublishUrl>publish\</PublishUrl>\r
+    <Install>true</Install>\r
+    <InstallFrom>Disk</InstallFrom>\r
+    <UpdateEnabled>false</UpdateEnabled>\r
+    <UpdateMode>Foreground</UpdateMode>\r
+    <UpdateInterval>7</UpdateInterval>\r
+    <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
+    <UpdatePeriodically>false</UpdatePeriodically>\r
+    <UpdateRequired>false</UpdateRequired>\r
+    <MapFileExtensions>true</MapFileExtensions>\r
+    <ApplicationRevision>0</ApplicationRevision>\r
+    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
+    <IsWebBootstrapper>false</IsWebBootstrapper>\r
+    <UseApplicationTrust>false</UseApplicationTrust>\r
+    <BootstrapperEnabled>true</BootstrapperEnabled>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
     <PlatformTarget>x86</PlatformTarget>\r
@@ -28,7 +46,9 @@
     </DocumentationFile>\r
     <UseVSHostingProcess>false</UseVSHostingProcess>\r
     <NoWarn>0219</NoWarn>\r
-    <DefineConstants>TRACE;DEBUG;TEST_Direct3D9Ex_ TEST_CancelEnterCodeInAltEnter2</DefineConstants>\r
+    <DefineConstants>TRACE;DEBUG;TEST_CancelEnterCodeInAltEnter2 TEST_Direct3D9Ex_</DefineConstants>\r
+    <Optimize>false</Optimize>\r
+    <Prefer32Bit>false</Prefer32Bit>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
     <PlatformTarget>x86</PlatformTarget>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
     <DocumentationFile>\r
     </DocumentationFile>\r
-    <UseVSHostingProcess>false</UseVSHostingProcess>\r
+    <UseVSHostingProcess>true</UseVSHostingProcess>\r
     <NoWarn>0219</NoWarn>\r
+    <DefineConstants>TRACE;TEST_ENGLISH_ TEST_Direct3D9Ex_</DefineConstants>\r
+    <Optimize>true</Optimize>\r
+    <Prefer32Bit>false</Prefer32Bit>\r
   </PropertyGroup>\r
   <ItemGroup>\r
+    <Reference Include="Bass.Net, Version=2.4.11.1, Culture=neutral, PublicKeyToken=b7566c273e6ef480, processorArchitecture=MSIL">\r
+      <SpecificVersion>False</SpecificVersion>\r
+      <HintPath>..\実行時フォルダ\dll\Bass.Net.dll</HintPath>\r
+    </Reference>\r
+    <Reference Include="DirectShowLib-2005, Version=2.1.0.0, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f, processorArchitecture=MSIL">\r
+      <SpecificVersion>False</SpecificVersion>\r
+      <HintPath>..\実行時フォルダ(DTXCreator)\dll\DirectShowLib-2005.dll</HintPath>\r
+    </Reference>\r
     <Reference Include="SlimDXc_net20x86_Jun2010, Version=1002.0.10.43, Culture=neutral, PublicKeyToken=53d0e4ef1f1579f5, processorArchitecture=x86">\r
       <SpecificVersion>False</SpecificVersion>\r
-      <HintPath>..\SlimDXc_Jun2010(VC++2008)\build\x86\Public\SlimDXc_net20x86_Jun2010.dll</HintPath>\r
+      <HintPath>..\実行時フォルダ\dll\SlimDXc_net20x86_Jun2010.dll</HintPath>\r
     </Reference>\r
     <Reference Include="System" />\r
     <Reference Include="System.Data" />\r
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
+    <Compile Include="コード\00.共通\COS.cs" />\r
+    <Compile Include="コード\00.共通\CPowerManagement.cs" />\r
+    <Compile Include="コード\00.共通\CPowerPlan.cs" />\r
+    <Compile Include="コード\00.共通\CSendMessage.cs" />\r
+    <Compile Include="コード\00.共通\CTimerBase.cs" />\r
+    <Compile Include="コード\00.共通\C一定間隔処理.cs" />\r
+    <Compile Include="コード\00.共通\C共通.cs" />\r
+    <Compile Include="コード\01.フレームワーク\Core\GameWindowSize.cs" />\r
     <Compile Include="コード\01.フレームワーク\Core\Game.cs" />\r
     <Compile Include="コード\01.フレームワーク\Core\GameClock.cs" />\r
     <Compile Include="コード\01.フレームワーク\Core\GameTime.cs" />\r
     <Compile Include="コード\02.入力\E入力デバイス種別.cs" />\r
     <Compile Include="コード\02.入力\IInputDevice.cs" />\r
     <Compile Include="コード\02.入力\STInputEvent.cs" />\r
+    <Compile Include="コード\03.サウンド\Cmp3.cs" />\r
+    <Compile Include="コード\03.サウンド\Cogg.cs" />\r
     <Compile Include="コード\03.サウンド\CSound.cs" />\r
-    <Compile Include="コード\03.サウンド\CSoundMp3.cs" />\r
-    <Compile Include="コード\03.サウンド\CSoundOggVorbis.cs" />\r
-    <Compile Include="コード\03.サウンド\CSoundRiffWave.cs" />\r
-    <Compile Include="コード\03.サウンド\CSoundXA.cs" />\r
-    <Compile Include="コード\03.サウンド\CSound管理.cs" />\r
+    <Compile Include="コード\03.サウンド\CSoundDeviceASIO.cs" />\r
+    <Compile Include="コード\03.サウンド\CSoundDeviceDirectSound.cs" />\r
+    <Compile Include="コード\03.サウンド\CSoundDeviceWASAPI.cs" />\r
+    <Compile Include="コード\03.サウンド\CSoundTimer.cs" />\r
+    <Compile Include="コード\03.サウンド\Cxa.cs" />\r
+    <Compile Include="コード\03.サウンド\ESoundDeviceType.cs" />\r
+    <Compile Include="コード\03.サウンド\SoundDecoder.cs" />\r
+    <Compile Include="コード\03.サウンド\ISoundDevice.cs" />\r
     <Compile Include="コード\04.グラフィック\BitmapUtil.cs" />\r
     <Compile Include="コード\04.グラフィック\CAero.cs" />\r
     <Compile Include="コード\04.グラフィック\CAvi.cs" />\r
+    <Compile Include="コード\04.グラフィック\CAviDS.cs" />\r
+    <Compile Include="コード\04.グラフィック\CTaskBar.cs" />\r
+    <Compile Include="コード\04.グラフィック\CTextureAutofold.cs" />\r
     <Compile Include="コード\04.グラフィック\頂点フォーマット%28Vertex%29\ColoredVertex.cs" />\r
     <Compile Include="コード\04.グラフィック\CTexture.cs" />\r
     <Compile Include="コード\04.グラフィック\CTextureCreateFailedException.cs" />\r
     <Compile Include="コード\00.共通\CTraceLogListener.cs" />\r
     <Compile Include="コード\00.共通\CWin32.cs" />\r
     <Compile Include="コード\00.共通\C変換.cs" />\r
+    <Compile Include="コード\05.DirectShow\CDirectShow.cs" />\r
+    <Compile Include="コード\05.DirectShow\CDStoWAVFileImage.cs" />\r
+    <Compile Include="コード\05.DirectShow\MemoryRenderer.cs" />\r
+    <Compile Include="コード\06.Tempo\CBeatDetect.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <EmbeddedResource Include="コード\01.フレームワーク\Properties\Resources.resx" />\r
+    <EmbeddedResource Include="コード\01.フレームワーク\Properties\Resources.resx">\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Content Include="コード\01.フレームワーク\Resources\sdx_icon_black.ico" />\r
   </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="SlimDXKey_yyagi.snk" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
+      <Visible>False</Visible>\r
+      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
+      <Install>false</Install>\r
+    </BootstrapperPackage>\r
+    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
+      <Visible>False</Visible>\r
+      <ProductName>.NET Framework 3.5 SP1</ProductName>\r
+      <Install>true</Install>\r
+    </BootstrapperPackage>\r
+  </ItemGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ"\r
-copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ(DTXCreator)"</PostBuildEvent>\r
+    <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ\dll\"\r
+copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ(DTXCreator)\dll\"\r
+copy /Y "$(TargetPath)" "$(SolutionDir)bin\x86\Debug\dll\"\r
+\r
+\r
+</PostBuildEvent>\r
   </PropertyGroup>\r
 </Project>
\ No newline at end of file