diff options
| author | rPatrickWarner <[email protected]> | 2024-02-05 20:16:49 -0800 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-02-05 20:16:49 -0800 |
| commit | a9e0a8023674670b25cbc3508b5003c078feba88 (patch) | |
| tree | 7eb2775a0e14bb9866eb511912196a2ed3c80110 /homework5/homework5.sln | |
| parent | add deadline (diff) | |
| download | homework-5-reecepwarner-a9e0a8023674670b25cbc3508b5003c078feba88.tar.xz homework-5-reecepwarner-a9e0a8023674670b25cbc3508b5003c078feba88.zip | |
init
Diffstat (limited to 'homework5/homework5.sln')
| -rw-r--r-- | homework5/homework5.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/homework5/homework5.sln b/homework5/homework5.sln new file mode 100644 index 0000000..c67ceff --- /dev/null +++ b/homework5/homework5.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}") = "homework5", "homework5\homework5.vcxproj", "{8547E2AD-C5C9-4B42-9B52-5A5144E8A124}" +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 + {8547E2AD-C5C9-4B42-9B52-5A5144E8A124}.Debug|x64.ActiveCfg = Debug|x64 + {8547E2AD-C5C9-4B42-9B52-5A5144E8A124}.Debug|x64.Build.0 = Debug|x64 + {8547E2AD-C5C9-4B42-9B52-5A5144E8A124}.Debug|x86.ActiveCfg = Debug|Win32 + {8547E2AD-C5C9-4B42-9B52-5A5144E8A124}.Debug|x86.Build.0 = Debug|Win32 + {8547E2AD-C5C9-4B42-9B52-5A5144E8A124}.Release|x64.ActiveCfg = Release|x64 + {8547E2AD-C5C9-4B42-9B52-5A5144E8A124}.Release|x64.Build.0 = Release|x64 + {8547E2AD-C5C9-4B42-9B52-5A5144E8A124}.Release|x86.ActiveCfg = Release|Win32 + {8547E2AD-C5C9-4B42-9B52-5A5144E8A124}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {65229C17-7D84-45A1-B023-0BEDC2CD6381} + EndGlobalSection +EndGlobal |