diff options
| author | Miles-Cell <[email protected]> | 2024-01-30 22:20:22 -0800 |
|---|---|---|
| committer | Miles-Cell <[email protected]> | 2024-02-03 11:33:32 -0800 |
| commit | 6e714e1a1bbc4073f086e74f4438174ca230509b (patch) | |
| tree | 163cb6ea7659c11511681f3e1ac49f660fcc1e3c /In Class Example/In Class Example.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-6-miles-cell-6e714e1a1bbc4073f086e74f4438174ca230509b.tar.xz in-class-exercise-6-miles-cell-6e714e1a1bbc4073f086e74f4438174ca230509b.zip | |
Re-committing completed exercise. Location fixed.
Diffstat (limited to 'In Class Example/In Class Example.sln')
| -rw-r--r-- | In Class Example/In Class Example.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/In Class Example/In Class Example.sln b/In Class Example/In Class Example.sln new file mode 100644 index 0000000..2f73cef --- /dev/null +++ b/In Class Example/In Class Example.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34408.163 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "In Class Example", "In Class Example\In Class Example.vcxproj", "{DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}" +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 + {DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}.Debug|x64.ActiveCfg = Debug|x64 + {DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}.Debug|x64.Build.0 = Debug|x64 + {DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}.Debug|x86.ActiveCfg = Debug|Win32 + {DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}.Debug|x86.Build.0 = Debug|Win32 + {DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}.Release|x64.ActiveCfg = Release|x64 + {DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}.Release|x64.Build.0 = Release|x64 + {DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}.Release|x86.ActiveCfg = Release|Win32 + {DC05A0E6-8C7F-4D7A-88F0-56A0061AC179}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {48D6E2A6-3995-4A15-8311-A96821C6A07B} + EndGlobalSection +EndGlobal |