diff options
| author | rPatrickWarner <[email protected]> | 2024-02-12 21:59:10 -0800 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-02-12 21:59:10 -0800 |
| commit | e6f44f920d0b9090d08379666fe62f0410e3f311 (patch) | |
| tree | a1187697f8a5d455dcbfba2d58527ea855b2706f /InclassExercise12/InclassExercise12.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-12-reecepwarner-main.tar.xz in-class-exercise-12-reecepwarner-main.zip | |
Diffstat (limited to 'InclassExercise12/InclassExercise12.sln')
| -rw-r--r-- | InclassExercise12/InclassExercise12.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/InclassExercise12/InclassExercise12.sln b/InclassExercise12/InclassExercise12.sln new file mode 100644 index 0000000..7b3205e --- /dev/null +++ b/InclassExercise12/InclassExercise12.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}") = "InclassExercise12", "InclassExercise12\InclassExercise12.vcxproj", "{46BCEFB0-938D-4561-84F4-F4CA0620A6B2}" +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 + {46BCEFB0-938D-4561-84F4-F4CA0620A6B2}.Debug|x64.ActiveCfg = Debug|x64 + {46BCEFB0-938D-4561-84F4-F4CA0620A6B2}.Debug|x64.Build.0 = Debug|x64 + {46BCEFB0-938D-4561-84F4-F4CA0620A6B2}.Debug|x86.ActiveCfg = Debug|Win32 + {46BCEFB0-938D-4561-84F4-F4CA0620A6B2}.Debug|x86.Build.0 = Debug|Win32 + {46BCEFB0-938D-4561-84F4-F4CA0620A6B2}.Release|x64.ActiveCfg = Release|x64 + {46BCEFB0-938D-4561-84F4-F4CA0620A6B2}.Release|x64.Build.0 = Release|x64 + {46BCEFB0-938D-4561-84F4-F4CA0620A6B2}.Release|x86.ActiveCfg = Release|Win32 + {46BCEFB0-938D-4561-84F4-F4CA0620A6B2}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E1CB2490-BD3F-4CA2-9B28-ECF71A85D835} + EndGlobalSection +EndGlobal |