diff options
| author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2021-11-08 08:19:15 +0000 |
|---|---|---|
| committer | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2021-11-08 08:19:15 +0000 |
| commit | 1f55fcc7ae2128847bdd70a16f8841c83d0e1a99 (patch) | |
| tree | 6ff38b2c0aeb0480dbc1e5ca262752e3f4f66a52 /CST116F2021-Lab6.sln | |
| download | cst116-lab6-cariblaker-1f55fcc7ae2128847bdd70a16f8841c83d0e1a99.tar.xz cst116-lab6-cariblaker-1f55fcc7ae2128847bdd70a16f8841c83d0e1a99.zip | |
Initial commit
Diffstat (limited to 'CST116F2021-Lab6.sln')
| -rw-r--r-- | CST116F2021-Lab6.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/CST116F2021-Lab6.sln b/CST116F2021-Lab6.sln new file mode 100644 index 0000000..538644f --- /dev/null +++ b/CST116F2021-Lab6.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-Lab6", "CST116F2021-Lab6\CST116F2021-Lab6.vcxproj", "{1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}" +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 + {1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}.Debug|x64.ActiveCfg = Debug|x64 + {1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}.Debug|x64.Build.0 = Debug|x64 + {1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}.Debug|x86.ActiveCfg = Debug|Win32 + {1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}.Debug|x86.Build.0 = Debug|Win32 + {1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}.Release|x64.ActiveCfg = Release|x64 + {1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}.Release|x64.Build.0 = Release|x64 + {1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}.Release|x86.ActiveCfg = Release|Win32 + {1168EFCB-ABF5-4CBC-9F0C-99FF2AFBAFD8}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8018D74E-1034-41E2-9567-E5222BC28998} + EndGlobalSection +EndGlobal |