From 7705f7c1a3b13405da3ac3598466317abe19354b Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 18 Aug 2020 18:07:08 -0700 Subject: msbuild: refactor stuff out of project files (for externals) --- Externals/cpp-optparse/cpp-optparse.vcxproj | 42 +++++------------------------ 1 file changed, 7 insertions(+), 35 deletions(-) (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj') diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index 2398db0a82..4cc380ea56 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -1,46 +1,18 @@  - - - - Debug - ARM64 - - - Debug - x64 - - - Release - ARM64 - - - Release - x64 - - + + + {C636D9D1-82FE-42B5-9987-63B7D4836341} - 10.0 - - StaticLibrary - v142 - Unicode - - - true - - - false - + - - + - - + + -- cgit v1.2.3 From 2f47f486af31e1d1b9447e5967fdfd3b715d31c1 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 20 Aug 2020 20:27:07 -0700 Subject: msbuild: re-enable standalone vcxproj processing --- Externals/cpp-optparse/cpp-optparse.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj') diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index 4cc380ea56..7c7d89099a 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -1,6 +1,6 @@  - + {C636D9D1-82FE-42B5-9987-63B7D4836341} -- cgit v1.2.3