From 383bc767601b9503476e9664034dde26ba3c49c9 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Fri, 9 Jun 2017 17:18:39 -0700 Subject: Build: more fixes to get `msbuild` to work from command line. All of this is just related to cruft left over from the old project setup. --- examples/hello/hello.vcxproj | 135 ----------------------------------- examples/hello/hello.vcxproj.filters | 2 +- 2 files changed, 1 insertion(+), 136 deletions(-) (limited to 'examples') diff --git a/examples/hello/hello.vcxproj b/examples/hello/hello.vcxproj index 7060da5dc..365d74164 100644 --- a/examples/hello/hello.vcxproj +++ b/examples/hello/hello.vcxproj @@ -1,26 +1,10 @@  - - Debug_VS2013 - Win32 - - - Debug_VS2013 - x64 - Debug Win32 - - Release_VS2013 - Win32 - - - Release_VS2013 - x64 - Release Win32 @@ -47,12 +31,6 @@ v140 Unicode - - Application - true - v140 - Unicode - Application false @@ -60,25 +38,12 @@ true Unicode - - Application - false - v140 - true - Unicode - Application true v140 Unicode - - Application - true - v120 - Unicode - Application false @@ -86,13 +51,6 @@ true Unicode - - Application - false - v120 - true - Unicode - @@ -102,67 +60,35 @@ - - - - - - - - - - - - - - - - true $(SolutionDir);$(IncludePath) - - true - $(SolutionDir);$(IncludePath) - true $(SolutionDir);$(IncludePath) - - true - $(SolutionDir);$(IncludePath) - false $(SolutionDir);$(IncludePath) - - false - $(SolutionDir);$(IncludePath) - false $(SolutionDir);$(IncludePath) - - false - $(SolutionDir);$(IncludePath) - @@ -176,19 +102,6 @@ true - - - - - Level3 - Disabled - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - - - Windows - true - - @@ -202,20 +115,6 @@ true - - - - - Level3 - Disabled - _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebug - - - Windows - true - - Level3 @@ -233,23 +132,6 @@ true - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - - - Windows - true - true - true - - Level3 @@ -267,23 +149,6 @@ true - - - Level3 - - - MaxSpeed - true - true - NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - - - Windows - true - true - true - - diff --git a/examples/hello/hello.vcxproj.filters b/examples/hello/hello.vcxproj.filters index cedbc9831..0265ee7a4 100644 --- a/examples/hello/hello.vcxproj.filters +++ b/examples/hello/hello.vcxproj.filters @@ -4,6 +4,6 @@ - + \ No newline at end of file -- cgit v1.2.3