diff options
| author | rPatrickWarner <[email protected]> | 2024-02-19 19:26:41 -0800 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-02-19 19:26:41 -0800 |
| commit | 750702bdea6b2f18581427c02550161956f1a9e0 (patch) | |
| tree | eab546627548028f0e0b35b655193803ac9043f7 /InClassExercise14/InClassExercise14.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-14-reecepwarner-750702bdea6b2f18581427c02550161956f1a9e0.tar.xz in-class-exercise-14-reecepwarner-750702bdea6b2f18581427c02550161956f1a9e0.zip | |
init
Diffstat (limited to 'InClassExercise14/InClassExercise14.sln')
| -rw-r--r-- | InClassExercise14/InClassExercise14.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/InClassExercise14/InClassExercise14.sln b/InClassExercise14/InClassExercise14.sln new file mode 100644 index 0000000..286f988 --- /dev/null +++ b/InClassExercise14/InClassExercise14.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}") = "InClassExercise14", "InClassExercise14\InClassExercise14.vcxproj", "{B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}" +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 + {B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}.Debug|x64.ActiveCfg = Debug|x64 + {B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}.Debug|x64.Build.0 = Debug|x64 + {B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}.Debug|x86.ActiveCfg = Debug|Win32 + {B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}.Debug|x86.Build.0 = Debug|Win32 + {B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}.Release|x64.ActiveCfg = Release|x64 + {B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}.Release|x64.Build.0 = Release|x64 + {B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}.Release|x86.ActiveCfg = Release|Win32 + {B2C8EC81-97D0-4D61-BC4B-AA8530C2B5F7}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CE7875E3-A685-4D5E-A31E-788FFDF8FFEF} + EndGlobalSection +EndGlobal |