diff options
| author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2022-11-16 22:18:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-16 22:18:31 +0000 |
| commit | 1b247a6fb11da2ce6fad9795a6676ce2fdb112e1 (patch) | |
| tree | fb7ffabe0f03dbab7a5190ad675caa699a872d24 /BlankConsoleLab.sln | |
| download | cst116-lab3-evanmihm-1b247a6fb11da2ce6fad9795a6676ce2fdb112e1.tar.xz cst116-lab3-evanmihm-1b247a6fb11da2ce6fad9795a6676ce2fdb112e1.zip | |
Initial commit
Diffstat (limited to 'BlankConsoleLab.sln')
| -rw-r--r-- | BlankConsoleLab.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/BlankConsoleLab.sln b/BlankConsoleLab.sln new file mode 100644 index 0000000..8e981c8 --- /dev/null +++ b/BlankConsoleLab.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31911.196 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BlankConsoleLab", "BlankConsoleLab\BlankConsoleLab.vcxproj", "{3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}" +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 + {3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}.Debug|x64.ActiveCfg = Debug|x64 + {3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}.Debug|x64.Build.0 = Debug|x64 + {3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}.Debug|x86.ActiveCfg = Debug|Win32 + {3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}.Debug|x86.Build.0 = Debug|Win32 + {3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}.Release|x64.ActiveCfg = Release|x64 + {3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}.Release|x64.Build.0 = Release|x64 + {3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}.Release|x86.ActiveCfg = Release|Win32 + {3CECADE6-3E15-4852-BD24-65BFE5D3A3AA}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EC527F13-2A1D-4796-AF96-DD5DD02A70F9} + EndGlobalSection +EndGlobal |