diff options
| author | Nataliia Brown <[email protected]> | 2024-01-27 12:40:56 -0800 |
|---|---|---|
| committer | Nataliia Brown <[email protected]> | 2024-01-27 12:40:56 -0800 |
| commit | 297891c1069605ad1bb75a060ef2ddd0acfa29f7 (patch) | |
| tree | 205b037a9f64b3024edc4fbf8d188a67a7823908 /InClassEx_6/InClassEx_6.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-6-natabrown-297891c1069605ad1bb75a060ef2ddd0acfa29f7.tar.xz in-class-exercise-6-natabrown-297891c1069605ad1bb75a060ef2ddd0acfa29f7.zip | |
Initial commit
Diffstat (limited to 'InClassEx_6/InClassEx_6.sln')
| -rw-r--r-- | InClassEx_6/InClassEx_6.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/InClassEx_6/InClassEx_6.sln b/InClassEx_6/InClassEx_6.sln new file mode 100644 index 0000000..7d3e714 --- /dev/null +++ b/InClassEx_6/InClassEx_6.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}") = "InClassEx_6", "InClassEx_6\InClassEx_6.vcxproj", "{8FD391FA-160C-4362-88A0-5E0322D7770D}" +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 + {8FD391FA-160C-4362-88A0-5E0322D7770D}.Debug|x64.ActiveCfg = Debug|x64 + {8FD391FA-160C-4362-88A0-5E0322D7770D}.Debug|x64.Build.0 = Debug|x64 + {8FD391FA-160C-4362-88A0-5E0322D7770D}.Debug|x86.ActiveCfg = Debug|Win32 + {8FD391FA-160C-4362-88A0-5E0322D7770D}.Debug|x86.Build.0 = Debug|Win32 + {8FD391FA-160C-4362-88A0-5E0322D7770D}.Release|x64.ActiveCfg = Release|x64 + {8FD391FA-160C-4362-88A0-5E0322D7770D}.Release|x64.Build.0 = Release|x64 + {8FD391FA-160C-4362-88A0-5E0322D7770D}.Release|x86.ActiveCfg = Release|Win32 + {8FD391FA-160C-4362-88A0-5E0322D7770D}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CC7F4297-FAC6-4205-9354-9125E6ED07CA} + EndGlobalSection +EndGlobal |