diff options
| author | Miles-Cell <[email protected]> | 2024-02-20 16:21:46 -0800 |
|---|---|---|
| committer | Miles-Cell <[email protected]> | 2024-02-20 16:21:46 -0800 |
| commit | 7a8a4039de32377c8bbcbb3f4b03d22f05b8451c (patch) | |
| tree | cd24ba0aaa3360af343da5a4c4439856a1e8e316 /Homework 6/Homework 6.sln | |
| parent | add deadline (diff) | |
| download | homework-6-miles-cell-7a8a4039de32377c8bbcbb3f4b03d22f05b8451c.tar.xz homework-6-miles-cell-7a8a4039de32377c8bbcbb3f4b03d22f05b8451c.zip | |
Copied .cpp and .h files from HW5 Project Folder to HW6 Project Folder as instructed. Added existing files.
Diffstat (limited to 'Homework 6/Homework 6.sln')
| -rw-r--r-- | Homework 6/Homework 6.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Homework 6/Homework 6.sln b/Homework 6/Homework 6.sln new file mode 100644 index 0000000..ea634a6 --- /dev/null +++ b/Homework 6/Homework 6.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34408.163 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Homework 6", "Homework 6\Homework 6.vcxproj", "{A16B905F-F195-4B12-A2E4-00B37385824F}" +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 + {A16B905F-F195-4B12-A2E4-00B37385824F}.Debug|x64.ActiveCfg = Debug|x64 + {A16B905F-F195-4B12-A2E4-00B37385824F}.Debug|x64.Build.0 = Debug|x64 + {A16B905F-F195-4B12-A2E4-00B37385824F}.Debug|x86.ActiveCfg = Debug|Win32 + {A16B905F-F195-4B12-A2E4-00B37385824F}.Debug|x86.Build.0 = Debug|Win32 + {A16B905F-F195-4B12-A2E4-00B37385824F}.Release|x64.ActiveCfg = Release|x64 + {A16B905F-F195-4B12-A2E4-00B37385824F}.Release|x64.Build.0 = Release|x64 + {A16B905F-F195-4B12-A2E4-00B37385824F}.Release|x86.ActiveCfg = Release|Win32 + {A16B905F-F195-4B12-A2E4-00B37385824F}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {400BA562-3573-4F84-A2D3-38F6B5AD10AB} + EndGlobalSection +EndGlobal |