diff options
| author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2021-11-17 23:03:00 +0000 |
|---|---|---|
| committer | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2021-11-17 23:03:00 +0000 |
| commit | 9fe4c9a4aad3b58dfcdb643aa09605ef33367583 (patch) | |
| tree | 2e9e219fe8f087e96da69b6f66a4b30dd1cefcd4 /CST116F2021-Lab9.sln | |
| download | cst116-lab9-josephteneyck-9fe4c9a4aad3b58dfcdb643aa09605ef33367583.tar.xz cst116-lab9-josephteneyck-9fe4c9a4aad3b58dfcdb643aa09605ef33367583.zip | |
Initial commit
Diffstat (limited to 'CST116F2021-Lab9.sln')
| -rw-r--r-- | CST116F2021-Lab9.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/CST116F2021-Lab9.sln b/CST116F2021-Lab9.sln new file mode 100644 index 0000000..8e64d63 --- /dev/null +++ b/CST116F2021-Lab9.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31424.327 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116F2021-Lab9", "CST116F2021-Lab9\CST116F2021-Lab9.vcxproj", "{E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}" +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 + {E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}.Debug|x64.ActiveCfg = Debug|x64 + {E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}.Debug|x64.Build.0 = Debug|x64 + {E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}.Debug|x86.ActiveCfg = Debug|Win32 + {E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}.Debug|x86.Build.0 = Debug|Win32 + {E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}.Release|x64.ActiveCfg = Release|x64 + {E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}.Release|x64.Build.0 = Release|x64 + {E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}.Release|x86.ActiveCfg = Release|Win32 + {E6DC7A29-A3D6-44BA-ABC5-B8B5455C456F}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {23FEB8C9-6B94-4812-BD88-FB50F221BF00} + EndGlobalSection +EndGlobal |