diff --git a/calc.sln b/calc.sln new file mode 100644 index 0000000..2e8bb99 --- /dev/null +++ b/calc.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30804.86 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "calc", "calc.vcxproj", "{965CD6C7-A352-4B70-86C7-738E247F4F5A}" +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 + {965CD6C7-A352-4B70-86C7-738E247F4F5A}.Debug|x64.ActiveCfg = Debug|x64 + {965CD6C7-A352-4B70-86C7-738E247F4F5A}.Debug|x64.Build.0 = Debug|x64 + {965CD6C7-A352-4B70-86C7-738E247F4F5A}.Debug|x86.ActiveCfg = Debug|Win32 + {965CD6C7-A352-4B70-86C7-738E247F4F5A}.Debug|x86.Build.0 = Debug|Win32 + {965CD6C7-A352-4B70-86C7-738E247F4F5A}.Release|x64.ActiveCfg = Release|x64 + {965CD6C7-A352-4B70-86C7-738E247F4F5A}.Release|x64.Build.0 = Release|x64 + {965CD6C7-A352-4B70-86C7-738E247F4F5A}.Release|x86.ActiveCfg = Release|Win32 + {965CD6C7-A352-4B70-86C7-738E247F4F5A}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F172FEFB-11BA-48BA-9426-F6F356287829} + EndGlobalSection +EndGlobal diff --git a/calc.vcxproj b/calc.vcxproj new file mode 100644 index 0000000..1aa4678 --- /dev/null +++ b/calc.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {965cd6c7-a352-4b70-86c7-738e247f4f5a} + calc + 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