From 8dd6d0015e672daf79ba3dcaa8602b25692601a1 Mon Sep 17 00:00:00 2001 From: kornman00 Date: Sun, 24 Dec 2023 00:06:12 -0800 Subject: [PATCH] Consolidate ufojson.vcxproj * Remove duplicated properties. * Remove committed .user file, default debugger properties are defined in the vcxproj itself now. --- ufojson.vcxproj | 49 +++++++++++++++++++------------------------- ufojson.vcxproj.user | 13 ------------ 2 files changed, 21 insertions(+), 41 deletions(-) delete mode 100644 ufojson.vcxproj.user diff --git a/ufojson.vcxproj b/ufojson.vcxproj index c651cd5..7d99b65 100644 --- a/ufojson.vcxproj +++ b/ufojson.vcxproj @@ -18,57 +18,53 @@ 10.0 - + Application - true v142 Unicode - - - Application - false - v142 - true - Unicode + true + true - - - - + - + + WindowsLocalDebugger + bin + -convert + + Level4 true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + _CONSOLE;%(PreprocessorDefinitions) + true Console true - + + + _DEBUG;%(PreprocessorDefinitions) + + + - Level4 - true true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true + NDEBUG;%(PreprocessorDefinitions) - Console true true - true @@ -83,10 +79,7 @@ - - Level4 - Level4 - + @@ -105,4 +98,4 @@ - \ No newline at end of file + diff --git a/ufojson.vcxproj.user b/ufojson.vcxproj.user deleted file mode 100644 index 50d53b2..0000000 --- a/ufojson.vcxproj.user +++ /dev/null @@ -1,13 +0,0 @@ - - - - bin - WindowsLocalDebugger - -convert - - - bin - WindowsLocalDebugger - -convert - - \ No newline at end of file