From e22ff4927ae53a116edd72664f7fdc2a8cd9b958 Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Sat, 2 Nov 2013 09:24:56 +1300 Subject: [PATCH] Revert "Add dxsdk_dir to vc++ paths via base.props. This means you no longer need the paths in a global property sheet. In fact if you have them in such a file, you should remove them as it will cause conflicts with the vs2013 build." This reverts commit 0791a9ef80889ffb70c67fbd6491635b0014747b. --- Source/VSProps/Base.props | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 91e8fbda9e..d1803eb5ae 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -22,16 +22,6 @@ $(IntDir)bin\ $(ProjectName)$(TargetSuffix) - - $(DXSDK_DIR)Include;$(IncludePath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(DXSDK_DIR)Utilities\Bin\x86;$(ExecutablePath) - - - $(DXSDK_DIR)Include;$(IncludePath) - $(DXSDK_DIR)Lib\x64;$(LibraryPath) - $(DXSDK_DIR)Utilities\Bin\x64;$(ExecutablePath) -