From 3ed08ee713e8200f83eb41cf7188b0629766554a Mon Sep 17 00:00:00 2001 From: Glatzemann Date: Wed, 16 Nov 2011 14:45:01 +0000 Subject: [PATCH] fixed some references in projects --- .../ANX.InputSystem.Windows.XInput.csproj | 6 +++--- .../ANX.Framework.Windows.DX10.csproj | 11 ++++++----- .../ANX.Framework.Windows.GL3.csproj | 3 ++- .../ANX.RenderSystem.Windows.DX11.csproj | 8 ++++---- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/InputSystems/ANX.InputSystem.Windows.XInput/ANX.InputSystem.Windows.XInput.csproj b/InputSystems/ANX.InputSystem.Windows.XInput/ANX.InputSystem.Windows.XInput.csproj index 603490ce..e6030fbc 100644 --- a/InputSystems/ANX.InputSystem.Windows.XInput/ANX.InputSystem.Windows.XInput.csproj +++ b/InputSystems/ANX.InputSystem.Windows.XInput/ANX.InputSystem.Windows.XInput.csproj @@ -32,13 +32,13 @@ - ..\lib\SharpDX\Bin\SharpDX.dll + ..\..\lib\SharpDX\Bin\SharpDX.dll - ..\lib\SharpDX\Bin\SharpDX.DirectInput.dll + ..\..\lib\SharpDX\Bin\SharpDX.DirectInput.dll - ..\lib\SharpDX\Bin\SharpDX.XInput.dll + ..\..\lib\SharpDX\Bin\SharpDX.XInput.dll diff --git a/RenderSystems/ANX.Framework.Windows.DX10/ANX.Framework.Windows.DX10.csproj b/RenderSystems/ANX.Framework.Windows.DX10/ANX.Framework.Windows.DX10.csproj index d8a61fcf..a18aaa04 100644 --- a/RenderSystems/ANX.Framework.Windows.DX10/ANX.Framework.Windows.DX10.csproj +++ b/RenderSystems/ANX.Framework.Windows.DX10/ANX.Framework.Windows.DX10.csproj @@ -37,19 +37,19 @@ False - ..\lib\SharpDX\Bin\SharpDX.dll + ..\..\lib\SharpDX\Bin\SharpDX.dll False - ..\lib\SharpDX\Bin\SharpDX.D3DCompiler.dll + ..\..\lib\SharpDX\Bin\SharpDX.D3DCompiler.dll False - ..\lib\SharpDX\Bin\SharpDX.Direct3D10.dll + ..\..\lib\SharpDX\Bin\SharpDX.Direct3D10.dll False - ..\lib\SharpDX\Bin\SharpDX.DXGI.dll + ..\..\lib\SharpDX\Bin\SharpDX.DXGI.dll @@ -89,7 +89,8 @@ - "$(ProjectDir)../../Tools/bin/sscg.exe" ../../../shader/DX10/build.xml + +