OSDN Git Service

#32512 LagTimeの表示ずれを修正。
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Wed, 4 Dec 2013 15:29:49 +0000 (15:29 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Wed, 4 Dec 2013 15:29:49 +0000 (15:29 +0000)
#xxxxx GRモードでの判定文字列の表示ずれを修正。
#xxxxx DTXCのバージョン情報を更新。(026)
#xxxxx DTXCの実行時フォルダの整理(dllフォルダにDLLをまとめた。ただしxadec.dllのみはDTXV.exeと同じフォルダに置く必要あり。)

git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@656 16f42ceb-6dc6-49c8-ba94-f2d53467949d

27 files changed:
DTXCreatorプロジェクト/DTXCreatorプロジェクト.csproj
DTXCreatorプロジェクト/Properties/Resources.Designer.cs
DTXCreatorプロジェクト/Properties/Resources.resx
DTXCreatorプロジェクト/app.config
DTXCreatorプロジェクト/コード/00.全体/Cバージョン情報.cs
FDK17プロジェクト/FDK19.csproj
実行時フォルダ(DTXCreator)/DTXCreator.exe
実行時フォルダ(DTXCreator)/dll/Bass.Net.dll [moved from 実行時フォルダ(DTXCreator)/Bass.Net.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/DirectShowLib-2005.dll [moved from 実行時フォルダ(DTXCreator)/DirectShowLib-2005.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/FDK.dll [moved from 実行時フォルダ(DTXCreator)/FDK.dll with 99% similarity]
実行時フォルダ(DTXCreator)/dll/Microsoft.VC80.CRT.manifest [moved from 実行時フォルダ(DTXCreator)/Microsoft.VC80.CRT.manifest with 100% similarity]
実行時フォルダ(DTXCreator)/dll/Microsoft.VC90.CRT.manifest [moved from 実行時フォルダ(DTXCreator)/Microsoft.VC90.CRT.manifest with 100% similarity]
実行時フォルダ(DTXCreator)/dll/SlimDXc_net20x86_Jun2010.dll [moved from 実行時フォルダ(DTXCreator)/SlimDXc_net20x86_Jun2010.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/SoundDecoder.dll [moved from 実行時フォルダ(DTXCreator)/SoundDecoder.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/bass.dll [moved from 実行時フォルダ(DTXCreator)/bass.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/bassasio.dll [moved from 実行時フォルダ(DTXCreator)/bassasio.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/bassmix.dll [moved from 実行時フォルダ(DTXCreator)/bassmix.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/basswasapi.dll [moved from 実行時フォルダ(DTXCreator)/basswasapi.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/msvcm80.dll [moved from 実行時フォルダ(DTXCreator)/msvcm80.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/msvcm90.dll [moved from 実行時フォルダ(DTXCreator)/msvcm90.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/msvcp80.dll [moved from 実行時フォルダ(DTXCreator)/msvcp80.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/msvcp90.dll [moved from 実行時フォルダ(DTXCreator)/msvcp90.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/msvcr80.dll [moved from 実行時フォルダ(DTXCreator)/msvcr80.dll with 100% similarity]
実行時フォルダ(DTXCreator)/dll/msvcr90.dll [moved from 実行時フォルダ(DTXCreator)/msvcr90.dll with 100% similarity]
実行時フォルダ(DTXCreator)/ja-JP/DTXCreator.resources.dll
実行時フォルダ/DTXManiaGR.exe
実行時フォルダ/dll/FDK.dll

index d9bac87..92c0edc 100644 (file)
     <NoWarn>0219</NoWarn>\r
   </PropertyGroup>\r
   <ItemGroup>\r
+    <Reference Include="SlimDXc_net20x86_Jun2010, Version=1002.0.10.43, Culture=neutral, PublicKeyToken=53d0e4ef1f1579f5, processorArchitecture=x86">\r
+      <SpecificVersion>False</SpecificVersion>\r
+      <HintPath>..\実行時フォルダ(DTXCreator)\dll\SlimDXc_net20x86_Jun2010.dll</HintPath>\r
+    </Reference>\r
     <Reference Include="System" />\r
     <Reference Include="System.Data" />\r
     <Reference Include="System.Drawing" />\r
     <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ(DTXCreator)"\r
 mkdir "$(SolutionDir)..\実行時フォルダ(DTXCreator)\ja-JP"\r
 copy /Y "$(TargetDir)ja-JP" "$(SolutionDir)..\実行時フォルダ(DTXCreator)\ja-JP"\r
+mkdir "$(SolutionDir)..\実行時フォルダ(DTXCreator)\dll"\r
+move /Y "$(TargetDir)\Bass.Net.dll" "$(TargetDir)dll"\r
+move /Y "$(TargetDir)\DirectShowLib-2005.dll" "$(TargetDir)dll"\r
+move /Y "$(TargetDir)\FDK.dll" "$(TargetDir)dll"\r
+move /Y "$(TargetDir)\SlimDXc_net20x86_Jun2010.dll" "$(TargetDir)dll"\r
 </PostBuildEvent>\r
   </PropertyGroup>\r
 </Project>
\ No newline at end of file
index 47eac6f..38bef42 100644 (file)
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------\r
 // <auto-generated>\r
 //     このコードはツールによって生成されました。\r
-//     ランタイム バージョン:2.0.50727.5446\r
+//     ランタイム バージョン:2.0.50727.7905\r
 //\r
 //     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、\r
 //     コードが再生成されるときに損失したりします。\r
@@ -68,7 +68,7 @@ namespace DTXCreator.Properties {
         }\r
         \r
         /// <summary>\r
-        ///   025 に類似しているローカライズされた文字列を検索します。\r
+        ///   026 に類似しているローカライズされた文字列を検索します。\r
         /// </summary>\r
         internal static string DTXC_VERSION {\r
             get {\r
index 1ed7d19..0e77806 100644 (file)
     <value>..\コード\99.リソース\DTXC.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="DTXC_VERSION" xml:space="preserve">\r
-    <value>025</value>\r
+    <value>026</value>\r
   </data>\r
   <data name="Redo" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>..\コード\99.リソース\edit_redohs.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
index b7db281..9435afb 100644 (file)
@@ -1,3 +1,9 @@
 <?xml version="1.0"?>\r
 <configuration>\r
-<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>\r
+<startup><supportedRuntime version="v2.0.50727"/></startup>\r
+  <runtime>\r
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">\r
+      <probing privatePath="dll"/>\r
+    </assemblyBinding>\r
+  </runtime>\r
+</configuration>\r
index 34d1b1d..dea0edb 100644 (file)
@@ -33,7 +33,7 @@ namespace DTXCreator
                        Font font = new System.Drawing.Font( "Arial", 8f, FontStyle.Bold );\r
                        Brush brush = new SolidBrush( Color.FromArgb( 0xff, 179, 194, 251 ) );\r
                        Rectangle layoutRectangle = new Rectangle( 8, 54, 400, 20 );\r
-                       e.Graphics.DrawString( "Copyright (c) 2000-2011 FROM/K.YAMASAKI All rights reserved.", font, brush, layoutRectangle );\r
+                       e.Graphics.DrawString( "Copyright (c) 2000-2013 FROM/K.YAMASAKI All rights reserved.", font, brush, layoutRectangle );\r
                        brush.Dispose();\r
                        font.Dispose();\r
 \r
index 0b55900..e5c658e 100644 (file)
     <Optimize>true</Optimize>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="Bass.Net, Version=2.4.10.3, Culture=neutral, PublicKeyToken=b7566c273e6ef480, processorArchitecture=MSIL" />\r
+    <Reference Include="Bass.Net, Version=2.4.10.3, Culture=neutral, PublicKeyToken=b7566c273e6ef480, processorArchitecture=MSIL">\r
+      <SpecificVersion>False</SpecificVersion>\r
+      <HintPath>..\実行時フォルダ(DTXCreator)\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>..\実行時フォルダ\dll\DirectShowLib-2005.dll</HintPath>\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
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ\dll"\r
-copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ(DTXCreator)"\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
index bea0995..33e0fc3 100644 (file)
Binary files a/実行時フォルダ(DTXCreator)/DTXCreator.exe and b/実行時フォルダ(DTXCreator)/DTXCreator.exe differ
similarity index 99%
rename from 実行時フォルダ(DTXCreator)/FDK.dll
rename to 実行時フォルダ(DTXCreator)/dll/FDK.dll
index a86ecb4..f785cd7 100644 (file)
Binary files a/実行時フォルダ(DTXCreator)/FDK.dll and b/実行時フォルダ(DTXCreator)/dll/FDK.dll differ
index 54ff6fd..22fc0f8 100644 (file)
Binary files a/実行時フォルダ(DTXCreator)/ja-JP/DTXCreator.resources.dll and b/実行時フォルダ(DTXCreator)/ja-JP/DTXCreator.resources.dll differ
index 8fd0e03..d17bdca 100644 (file)
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ
index 56fc07d..f785cd7 100644 (file)
Binary files a/実行時フォルダ/dll/FDK.dll and b/実行時フォルダ/dll/FDK.dll differ