diff options
| author | rPatrickWarner <[email protected]> | 2024-02-19 19:26:56 -0800 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-02-19 19:26:56 -0800 |
| commit | 4f28693c243966de3c9f26530875c0b41f7290d0 (patch) | |
| tree | db36e9bbb9799627533fd83bcbacfd0af5582cc5 /InClassExercise13/InClassExercise13.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-13-reecepwarner-4f28693c243966de3c9f26530875c0b41f7290d0.tar.xz in-class-exercise-13-reecepwarner-4f28693c243966de3c9f26530875c0b41f7290d0.zip | |
init
Diffstat (limited to 'InClassExercise13/InClassExercise13.sln')
| -rw-r--r-- | InClassExercise13/InClassExercise13.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/InClassExercise13/InClassExercise13.sln b/InClassExercise13/InClassExercise13.sln new file mode 100644 index 0000000..2071909 --- /dev/null +++ b/InClassExercise13/InClassExercise13.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}") = "InClassExercise13", "InClassExercise13\InClassExercise13.vcxproj", "{E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}" +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 + {E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}.Debug|x64.ActiveCfg = Debug|x64 + {E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}.Debug|x64.Build.0 = Debug|x64 + {E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}.Debug|x86.ActiveCfg = Debug|Win32 + {E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}.Debug|x86.Build.0 = Debug|Win32 + {E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}.Release|x64.ActiveCfg = Release|x64 + {E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}.Release|x64.Build.0 = Release|x64 + {E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}.Release|x86.ActiveCfg = Release|Win32 + {E79F3EDA-FA8F-4373-B0D5-0E9AC4772718}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {578DFAAE-2B39-4219-9329-332133B79021} + EndGlobalSection +EndGlobal |