diff options
| author | rPatrickWarner <[email protected]> | 2024-02-12 21:04:11 -0800 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-02-12 21:04:11 -0800 |
| commit | a6df2bf4bce06aedc8d74028a23a3303adfcaa2a (patch) | |
| tree | 8a056023d9b3639d1ea1248d7861da84c932ce34 /InClassExercise11/InClassExercise11.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-11-reecepwarner-a6df2bf4bce06aedc8d74028a23a3303adfcaa2a.tar.xz in-class-exercise-11-reecepwarner-a6df2bf4bce06aedc8d74028a23a3303adfcaa2a.zip | |
Diffstat (limited to 'InClassExercise11/InClassExercise11.sln')
| -rw-r--r-- | InClassExercise11/InClassExercise11.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/InClassExercise11/InClassExercise11.sln b/InClassExercise11/InClassExercise11.sln new file mode 100644 index 0000000..b1644a1 --- /dev/null +++ b/InClassExercise11/InClassExercise11.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InClassExercise11", "InClassExercise11\InClassExercise11.vcxproj", "{00BB191A-76E6-400F-83FD-CAD03EE76AC4}" +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 + {00BB191A-76E6-400F-83FD-CAD03EE76AC4}.Debug|x64.ActiveCfg = Debug|x64 + {00BB191A-76E6-400F-83FD-CAD03EE76AC4}.Debug|x64.Build.0 = Debug|x64 + {00BB191A-76E6-400F-83FD-CAD03EE76AC4}.Debug|x86.ActiveCfg = Debug|Win32 + {00BB191A-76E6-400F-83FD-CAD03EE76AC4}.Debug|x86.Build.0 = Debug|Win32 + {00BB191A-76E6-400F-83FD-CAD03EE76AC4}.Release|x64.ActiveCfg = Release|x64 + {00BB191A-76E6-400F-83FD-CAD03EE76AC4}.Release|x64.Build.0 = Release|x64 + {00BB191A-76E6-400F-83FD-CAD03EE76AC4}.Release|x86.ActiveCfg = Release|Win32 + {00BB191A-76E6-400F-83FD-CAD03EE76AC4}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {14852EAA-F2F0-4BF5-9A96-FC0831AC2778} + EndGlobalSection +EndGlobal |