• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

dtxmania 中文


Commit MetaInfo

Revisión1acbaee039df777ddf2dcf68ef98080e7138b21d (tree)
Tiempo2019-10-08 00:46:23
Autoryyagi <yyagi.dtxmania@gmai...>
Commiteryyagi

Log Message

#39661 [Dridi's PATCH 2/9] Sync hint paths for bundled DLLs with reality.
The packages directory at the root of the source tree is for nuget, and gone in the DTXMania distribution package.

Cambiar Resumen

Diferencia incremental

--- a/DTXMania/DTXMania.csproj
+++ b/DTXMania/DTXMania.csproj
@@ -119,22 +119,22 @@
119119 <ItemGroup>
120120 <Reference Include="Microsoft.VisualBasic" />
121121 <Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
122- <HintPath>..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath>
122+ <HintPath>..\RuntimeResources\dll\SharpDX.dll</HintPath>
123123 </Reference>
124124 <Reference Include="SharpDX.Direct3D9, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
125- <HintPath>..\packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll</HintPath>
125+ <HintPath>..\RuntimeResources\dll\SharpDX.Direct3D9.dll</HintPath>
126126 </Reference>
127127 <Reference Include="SharpDX.DirectInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
128- <HintPath>..\packages\SharpDX.DirectInput.4.0.1\lib\net45\SharpDX.DirectInput.dll</HintPath>
128+ <HintPath>..\RuntimeResources\dll\SharpDX.DirectInput.dll</HintPath>
129129 </Reference>
130130 <Reference Include="SharpDX.DirectSound, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
131- <HintPath>..\packages\SharpDX.DirectSound.4.0.1\lib\net45\SharpDX.DirectSound.dll</HintPath>
131+ <HintPath>..\RuntimeResources\dll\SharpDX.DirectSound.dll</HintPath>
132132 </Reference>
133133 <Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
134- <HintPath>..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath>
134+ <HintPath>..\RuntimeResources\dll\SharpDX.DXGI.dll</HintPath>
135135 </Reference>
136136 <Reference Include="SharpDX.Mathematics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
137- <HintPath>..\packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll</HintPath>
137+ <HintPath>..\RuntimeResources\dll\SharpDX.Mathematics.dll</HintPath>
138138 </Reference>
139139 <Reference Include="System" />
140140 <Reference Include="System.Data" />
--- a/FDK/FDK.csproj
+++ b/FDK/FDK.csproj
@@ -108,25 +108,25 @@
108108 <HintPath>..\RuntimeResources\dll\Bass.Net.dll</HintPath>
109109 </Reference>
110110 <Reference Include="DirectShowLib, Version=2.1.0.1599, Culture=neutral, processorArchitecture=MSIL">
111- <HintPath>..\packages\DirectShowLib.1.0.0\lib\DirectShowLib.dll</HintPath>
111+ <HintPath>..\RuntimeResources\dll\DirectShowLib.dll</HintPath>
112112 </Reference>
113113 <Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
114- <HintPath>..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath>
114+ <HintPath>..\RuntimeResources\dll\SharpDX.dll</HintPath>
115115 </Reference>
116116 <Reference Include="SharpDX.Direct3D9, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
117- <HintPath>..\packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll</HintPath>
117+ <HintPath>..\RuntimeResources\dll\SharpDX.Direct3D9.dll</HintPath>
118118 </Reference>
119119 <Reference Include="SharpDX.DirectInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
120- <HintPath>..\packages\SharpDX.DirectInput.4.0.1\lib\net45\SharpDX.DirectInput.dll</HintPath>
120+ <HintPath>..\RuntimeResources\dll\SharpDX.DirectInput.dll</HintPath>
121121 </Reference>
122122 <Reference Include="SharpDX.DirectSound, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
123- <HintPath>..\packages\SharpDX.DirectSound.4.0.1\lib\net45\SharpDX.DirectSound.dll</HintPath>
123+ <HintPath>..\RuntimeResources\dll\SharpDX.DirectSound.dll</HintPath>
124124 </Reference>
125125 <Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
126- <HintPath>..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath>
126+ <HintPath>..\RuntimeResources\dll\SharpDX.DXGI.dll</HintPath>
127127 </Reference>
128128 <Reference Include="SharpDX.Mathematics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
129- <HintPath>..\packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll</HintPath>
129+ <HintPath>..\RuntimeResources\dll\SharpDX.Mathematics.dll</HintPath>
130130 </Reference>
131131 <Reference Include="System" />
132132 <Reference Include="System.Data" />