diff options
| author | Arthur Spears <[email protected]> | 2024-01-21 15:39:25 -0800 |
|---|---|---|
| committer | Arthur Spears <[email protected]> | 2024-01-21 15:39:25 -0800 |
| commit | 8d3ce545458bcf15627a318d2b38efc15da428e3 (patch) | |
| tree | 286dbed3c255d01e7f32fc1fa4004e05f786819f /Exercise5/Exercise5.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-5-arthurtspears-8d3ce545458bcf15627a318d2b38efc15da428e3.tar.xz in-class-exercise-5-arthurtspears-8d3ce545458bcf15627a318d2b38efc15da428e3.zip | |
started
Diffstat (limited to 'Exercise5/Exercise5.sln')
| -rw-r--r-- | Exercise5/Exercise5.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Exercise5/Exercise5.sln b/Exercise5/Exercise5.sln new file mode 100644 index 0000000..33fe7e1 --- /dev/null +++ b/Exercise5/Exercise5.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34031.279 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exercise5", "Exercise5\Exercise5.vcxproj", "{8206223F-4506-4957-AA50-5A400D45B444}" +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 + {8206223F-4506-4957-AA50-5A400D45B444}.Debug|x64.ActiveCfg = Debug|x64 + {8206223F-4506-4957-AA50-5A400D45B444}.Debug|x64.Build.0 = Debug|x64 + {8206223F-4506-4957-AA50-5A400D45B444}.Debug|x86.ActiveCfg = Debug|Win32 + {8206223F-4506-4957-AA50-5A400D45B444}.Debug|x86.Build.0 = Debug|Win32 + {8206223F-4506-4957-AA50-5A400D45B444}.Release|x64.ActiveCfg = Release|x64 + {8206223F-4506-4957-AA50-5A400D45B444}.Release|x64.Build.0 = Release|x64 + {8206223F-4506-4957-AA50-5A400D45B444}.Release|x86.ActiveCfg = Release|Win32 + {8206223F-4506-4957-AA50-5A400D45B444}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {316AE63B-6BBC-4E87-BBD3-8BA339F9BFDD} + EndGlobalSection +EndGlobal |