From b614865e2b0b02b4c1dc7236f6ce9e6bb7a3acb0 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 30 Nov 2021 10:31:00 +0100 Subject: [PATCH] Cleanup project files Signed-off-by: Simon Rozman --- build/stdex.props | 26 -------------- build/stdex.vcxproj | 87 ++++++++++++++------------------------------- 2 files changed, 27 insertions(+), 86 deletions(-) delete mode 100644 build/stdex.props diff --git a/build/stdex.props b/build/stdex.props deleted file mode 100644 index 0e81c0968..000000000 --- a/build/stdex.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - ..\..\..\output\$(Platform).$(Configuration)\ - - - - Use - PCH.h - - - - - Create - - - - - - - \ No newline at end of file diff --git a/build/stdex.vcxproj b/build/stdex.vcxproj index 44b273650..c97813c2e 100644 --- a/build/stdex.vcxproj +++ b/build/stdex.vcxproj @@ -32,76 +32,43 @@ stdex - + StaticLibrary + Unicode + $(DefaultPlatformToolset) + + true - Unicode - $(DefaultPlatformToolset) - - StaticLibrary - true - Unicode - $(DefaultPlatformToolset) - - - StaticLibrary - true - Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false + true - Unicode - $(DefaultPlatformToolset) - - StaticLibrary - false - true - Unicode - $(DefaultPlatformToolset) - - - StaticLibrary - false - true - Unicode - $(DefaultPlatformToolset) + true - - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + Use + pch.h + + + + + Create + + + + + + - - + \ No newline at end of file