diff options
| author | Miles-Cell <[email protected]> | 2024-02-01 16:07:48 -0800 |
|---|---|---|
| committer | Miles-Cell <[email protected]> | 2024-02-01 16:07:48 -0800 |
| commit | 1153b8fb3e83a09b72b0ea12c66b0737650b8d5d (patch) | |
| tree | 3ee15c4bd7e032f26bff9de43825e1e01974a832 /In Class Exercise 8/In Class Exercise 8.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-8-miles-cell-1153b8fb3e83a09b72b0ea12c66b0737650b8d5d.tar.xz in-class-exercise-8-miles-cell-1153b8fb3e83a09b72b0ea12c66b0737650b8d5d.zip | |
Added all new files. program.cpp, NestedLoops.cpp, NestedLoop.h
Diffstat (limited to 'In Class Exercise 8/In Class Exercise 8.sln')
| -rw-r--r-- | In Class Exercise 8/In Class Exercise 8.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/In Class Exercise 8/In Class Exercise 8.sln b/In Class Exercise 8/In Class Exercise 8.sln new file mode 100644 index 0000000..3269b10 --- /dev/null +++ b/In Class Exercise 8/In Class Exercise 8.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}") = "In Class Exercise 8", "In Class Exercise 8\In Class Exercise 8.vcxproj", "{7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}" +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 + {7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}.Debug|x64.ActiveCfg = Debug|x64 + {7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}.Debug|x64.Build.0 = Debug|x64 + {7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}.Debug|x86.ActiveCfg = Debug|Win32 + {7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}.Debug|x86.Build.0 = Debug|Win32 + {7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}.Release|x64.ActiveCfg = Release|x64 + {7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}.Release|x64.Build.0 = Release|x64 + {7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}.Release|x86.ActiveCfg = Release|Win32 + {7D2E6D59-CBAB-44A4-A294-CA57A951E4C5}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C190F268-A44C-4AD1-A6D7-C1CDE399C1CB} + EndGlobalSection +EndGlobal |