From f9ca716f4435cfa0d581b018f34630c71a5d7c3b Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Sat, 9 Jul 2016 17:38:12 -0700 Subject: [PATCH] Updated C client test project to build on VS 2015 --- TestScripts/C Tests.win/CTests.vcxproj | 10 +++++----- TestScripts/C Tests.win/CTests.vcxproj.filters | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/TestScripts/C Tests.win/CTests.vcxproj b/TestScripts/C Tests.win/CTests.vcxproj index 6c55744..70937c9 100644 --- a/TestScripts/C Tests.win/CTests.vcxproj +++ b/TestScripts/C Tests.win/CTests.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -44,26 +44,26 @@ Application true - v120 + v140 MultiByte Application true - v120 + v140 MultiByte Application false - v120 + v140 true MultiByte Application false - v120 + v140 true MultiByte diff --git a/TestScripts/C Tests.win/CTests.vcxproj.filters b/TestScripts/C Tests.win/CTests.vcxproj.filters index 6e294b0..fca300e 100644 --- a/TestScripts/C Tests.win/CTests.vcxproj.filters +++ b/TestScripts/C Tests.win/CTests.vcxproj.filters @@ -56,5 +56,8 @@ Header Files + + Header Files + \ No newline at end of file