From 1acbaee039df777ddf2dcf68ef98080e7138b21d Mon Sep 17 00:00:00 2001 From: yyagi Date: Tue, 8 Oct 2019 00:46:23 +0900 Subject: [PATCH] #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. --- DTXMania/DTXMania.csproj | 12 ++++++------ FDK/FDK.csproj | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DTXMania/DTXMania.csproj b/DTXMania/DTXMania.csproj index bb95c086..b36bc3c1 100644 --- a/DTXMania/DTXMania.csproj +++ b/DTXMania/DTXMania.csproj @@ -119,22 +119,22 @@ - ..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll + ..\RuntimeResources\dll\SharpDX.dll - ..\packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll + ..\RuntimeResources\dll\SharpDX.Direct3D9.dll - ..\packages\SharpDX.DirectInput.4.0.1\lib\net45\SharpDX.DirectInput.dll + ..\RuntimeResources\dll\SharpDX.DirectInput.dll - ..\packages\SharpDX.DirectSound.4.0.1\lib\net45\SharpDX.DirectSound.dll + ..\RuntimeResources\dll\SharpDX.DirectSound.dll - ..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll + ..\RuntimeResources\dll\SharpDX.DXGI.dll - ..\packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll + ..\RuntimeResources\dll\SharpDX.Mathematics.dll diff --git a/FDK/FDK.csproj b/FDK/FDK.csproj index 1ad1872a..79c9b9c1 100644 --- a/FDK/FDK.csproj +++ b/FDK/FDK.csproj @@ -108,25 +108,25 @@ ..\RuntimeResources\dll\Bass.Net.dll - ..\packages\DirectShowLib.1.0.0\lib\DirectShowLib.dll + ..\RuntimeResources\dll\DirectShowLib.dll - ..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll + ..\RuntimeResources\dll\SharpDX.dll - ..\packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll + ..\RuntimeResources\dll\SharpDX.Direct3D9.dll - ..\packages\SharpDX.DirectInput.4.0.1\lib\net45\SharpDX.DirectInput.dll + ..\RuntimeResources\dll\SharpDX.DirectInput.dll - ..\packages\SharpDX.DirectSound.4.0.1\lib\net45\SharpDX.DirectSound.dll + ..\RuntimeResources\dll\SharpDX.DirectSound.dll - ..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll + ..\RuntimeResources\dll\SharpDX.DXGI.dll - ..\packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll + ..\RuntimeResources\dll\SharpDX.Mathematics.dll -- 2.11.0