diff options
| author | Nataliia Brown <[email protected]> | 2024-03-20 22:48:33 -0700 |
|---|---|---|
| committer | Nataliia Brown <[email protected]> | 2024-03-20 22:48:33 -0700 |
| commit | 748d9b8a3d8ea7ee582940727f4f28b85fa6a96c (patch) | |
| tree | 59b3057f3fc2c25d4e31203630cdb7fe3ae8d652 /Homework 8/Homework 8.sln | |
| parent | add deadline (diff) | |
| download | homework-8-natabrown-main.tar.xz homework-8-natabrown-main.zip | |
Added Student, Assignment Information, comments at top of main cpp file to give student's name, the date, class name, and assignment name.HEADmain
Diffstat (limited to 'Homework 8/Homework 8.sln')
| -rw-r--r-- | Homework 8/Homework 8.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Homework 8/Homework 8.sln b/Homework 8/Homework 8.sln new file mode 100644 index 0000000..d167ff6 --- /dev/null +++ b/Homework 8/Homework 8.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}") = "Homework 8", "Homework 8.vcxproj", "{3EE10565-7D9B-4603-B397-7B797CC54EA3}" +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 + {3EE10565-7D9B-4603-B397-7B797CC54EA3}.Debug|x64.ActiveCfg = Debug|x64 + {3EE10565-7D9B-4603-B397-7B797CC54EA3}.Debug|x64.Build.0 = Debug|x64 + {3EE10565-7D9B-4603-B397-7B797CC54EA3}.Debug|x86.ActiveCfg = Debug|Win32 + {3EE10565-7D9B-4603-B397-7B797CC54EA3}.Debug|x86.Build.0 = Debug|Win32 + {3EE10565-7D9B-4603-B397-7B797CC54EA3}.Release|x64.ActiveCfg = Release|x64 + {3EE10565-7D9B-4603-B397-7B797CC54EA3}.Release|x64.Build.0 = Release|x64 + {3EE10565-7D9B-4603-B397-7B797CC54EA3}.Release|x86.ActiveCfg = Release|Win32 + {3EE10565-7D9B-4603-B397-7B797CC54EA3}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7973D154-C75F-4DDF-B663-8EAD65002BB5} + EndGlobalSection +EndGlobal |