From 83d3052877cdda75fc9c8dd8370f924e86b9552f Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 6 Apr 2023 13:45:18 -0700 Subject: [PATCH] Add MSVC 2019 Solution --- MSVC2019/prodos.sln | 31 +++++++++ MSVC2019/prodos.vcxproj | 149 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+) create mode 100644 MSVC2019/prodos.sln create mode 100644 MSVC2019/prodos.vcxproj diff --git a/MSVC2019/prodos.sln b/MSVC2019/prodos.sln new file mode 100644 index 0000000..cad4d50 --- /dev/null +++ b/MSVC2019/prodos.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32901.82 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prodos", "prodos.vcxproj", "{8C7D2412-52C5-4C68-9E93-5718CD84F857}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8C7D2412-52C5-4C68-9E93-5718CD84F857}.Debug|x64.ActiveCfg = Debug|x64 + {8C7D2412-52C5-4C68-9E93-5718CD84F857}.Debug|x64.Build.0 = Debug|x64 + {8C7D2412-52C5-4C68-9E93-5718CD84F857}.Debug|x86.ActiveCfg = Debug|Win32 + {8C7D2412-52C5-4C68-9E93-5718CD84F857}.Debug|x86.Build.0 = Debug|Win32 + {8C7D2412-52C5-4C68-9E93-5718CD84F857}.Release|x64.ActiveCfg = Release|x64 + {8C7D2412-52C5-4C68-9E93-5718CD84F857}.Release|x64.Build.0 = Release|x64 + {8C7D2412-52C5-4C68-9E93-5718CD84F857}.Release|x86.ActiveCfg = Release|Win32 + {8C7D2412-52C5-4C68-9E93-5718CD84F857}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8923A54A-E6C1-41E7-9819-9EB954210DA3} + EndGlobalSection +EndGlobal diff --git a/MSVC2019/prodos.vcxproj b/MSVC2019/prodos.vcxproj new file mode 100644 index 0000000..466f2e7 --- /dev/null +++ b/MSVC2019/prodos.vcxproj @@ -0,0 +1,149 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {8c7d2412-52c5-4c68-9e93-5718cd84f857} + prodos + 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