From d1d9058e8085acf00c4893d405aed894a844c95a Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 20 Nov 2021 18:37:20 +0100 Subject: Initial setup --- StringTools/Exec/Exec.vcxproj | 147 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 StringTools/Exec/Exec.vcxproj (limited to 'StringTools/Exec/Exec.vcxproj') diff --git a/StringTools/Exec/Exec.vcxproj b/StringTools/Exec/Exec.vcxproj new file mode 100644 index 0000000..a80df50 --- /dev/null +++ b/StringTools/Exec/Exec.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {02f9fa44-902f-4695-846b-0b45e952a962} + Exec + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file -- cgit v1.2.3