From 9f814bd36ac11a059b6f6c46ce2b8ec1b5da2899 Mon Sep 17 00:00:00 2001 From: pavel Date: Wed, 14 Jan 2015 00:04:04 +0200 Subject: [PATCH] Fixed vcproj files after move --- .../vsproj/hidusb-relay-cmd(vc2008).vcproj | 16 +++++++-------- .../vsproj/hidusb-relay-cmd(vc2013).vcxproj | 20 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/commandline/vsproj/hidusb-relay-cmd(vc2008).vcproj b/commandline/vsproj/hidusb-relay-cmd(vc2008).vcproj index 8c9b7d3..0cbe8d7 100644 --- a/commandline/vsproj/hidusb-relay-cmd(vc2008).vcproj +++ b/commandline/vsproj/hidusb-relay-cmd(vc2008).vcproj @@ -111,7 +111,7 @@ /> @@ -193,16 +193,16 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > diff --git a/commandline/vsproj/hidusb-relay-cmd(vc2013).vcxproj b/commandline/vsproj/hidusb-relay-cmd(vc2013).vcxproj index e639136..6d6f7b9 100644 --- a/commandline/vsproj/hidusb-relay-cmd(vc2013).vcxproj +++ b/commandline/vsproj/hidusb-relay-cmd(vc2013).vcxproj @@ -79,7 +79,7 @@ Disabled - $(WindowsSDK_IncludePath);%(AdditionalIncludeDirectories) + ..;$(WindowsSDK_IncludePath);%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;DEBUG=1;_CRT_SECURE_NO_WARNINGS=1;%(PreprocessorDefinitions) true EnableFastChecks @@ -98,7 +98,7 @@ Disabled - $(WindowsSDK_IncludePath);%(AdditionalIncludeDirectories) + ..;$(WindowsSDK_IncludePath);%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;DEBUG=1;_CRT_SECURE_NO_WARNINGS=1;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL @@ -115,7 +115,7 @@ - $(WindowsSDK_IncludePath);%(AdditionalIncludeDirectories) + ..;$(WindowsSDK_IncludePath);%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS=1;%(PreprocessorDefinitions) MultiThreaded NotUsing @@ -133,7 +133,7 @@ - $(WindowsSDK_IncludePath);%(AdditionalIncludeDirectories) + ..;$(WindowsSDK_IncludePath);%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS=1;%(PreprocessorDefinitions) MultiThreaded NotUsing @@ -151,16 +151,16 @@ - - - + + + - - + + - + -- 2.25.1