From 2e916a913fcc2650a85fa1f1b96b74abdda9ef9e Mon Sep 17 00:00:00 2001 From: ggn Date: Wed, 15 Jan 2020 08:31:07 +0200 Subject: [PATCH] Forgotten file for the VS project --- Vs2015/dsp56kgen/dsp56kgen.vcxproj | 155 +++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 Vs2015/dsp56kgen/dsp56kgen.vcxproj diff --git a/Vs2015/dsp56kgen/dsp56kgen.vcxproj b/Vs2015/dsp56kgen/dsp56kgen.vcxproj new file mode 100644 index 0000000..73474f6 --- /dev/null +++ b/Vs2015/dsp56kgen/dsp56kgen.vcxproj @@ -0,0 +1,155 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + {57AE775A-AA54-4764-AC86-6C85CE9B5AA7} + Win32Proj + kwgen + 8.1 + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)\.. + + + true + $(SolutionDir)\.. + + + false + $(SolutionDir)\.. + + + false + $(SolutionDir)\.. + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + notelemetry.obj %(AdditionalOptions) + + + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + \ No newline at end of file -- 2.37.2