From d5d5868cc4fb6ddff6ee73d9582a629b170ced64 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sun, 21 Oct 2018 16:58:03 -0700 Subject: initial version, randomizing just tutorial --- WitnessRandomizer/WitnessRandomizer.vcxproj | 170 ++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 WitnessRandomizer/WitnessRandomizer.vcxproj (limited to 'WitnessRandomizer/WitnessRandomizer.vcxproj') diff --git a/WitnessRandomizer/WitnessRandomizer.vcxproj b/WitnessRandomizer/WitnessRandomizer.vcxproj new file mode 100644 index 0000000..efcd38c --- /dev/null +++ b/WitnessRandomizer/WitnessRandomizer.vcxproj @@ -0,0 +1,170 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31} + Win32Proj + WitnessRandomizer + 10.0.17134.0 + + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + + + + + Use + Level3 + Disabled + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + + + + + Use + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + true + true + + + + + Use + Level3 + MaxSpeed + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + true + true + + + + + + + + + + Create + Create + Create + Create + + + + + + + \ No newline at end of file -- cgit 1.4.1