diff options
| author | Connor McDowell <[email protected]> | 2024-02-08 13:01:52 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-08 13:01:52 -0800 |
| commit | d9c2b538cfc36cd5096f52fc481cca457c6a52cb (patch) | |
| tree | 53399b169e4dbac4b68bf11eabfb947eceda4e3b /Inclass 10/Inclass 10.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-10-connormcdowell275-d9c2b538cfc36cd5096f52fc481cca457c6a52cb.tar.xz in-class-exercise-10-connormcdowell275-d9c2b538cfc36cd5096f52fc481cca457c6a52cb.zip | |
program.cpp and header.h set up
Diffstat (limited to 'Inclass 10/Inclass 10.sln')
| -rw-r--r-- | Inclass 10/Inclass 10.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Inclass 10/Inclass 10.sln b/Inclass 10/Inclass 10.sln new file mode 100644 index 0000000..30f00a4 --- /dev/null +++ b/Inclass 10/Inclass 10.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34511.84 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Inclass 10", "Inclass 10.vcxproj", "{B300F42D-F8FA-49A9-89E6-8C9733D3122E}" +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 + {B300F42D-F8FA-49A9-89E6-8C9733D3122E}.Debug|x64.ActiveCfg = Debug|x64 + {B300F42D-F8FA-49A9-89E6-8C9733D3122E}.Debug|x64.Build.0 = Debug|x64 + {B300F42D-F8FA-49A9-89E6-8C9733D3122E}.Debug|x86.ActiveCfg = Debug|Win32 + {B300F42D-F8FA-49A9-89E6-8C9733D3122E}.Debug|x86.Build.0 = Debug|Win32 + {B300F42D-F8FA-49A9-89E6-8C9733D3122E}.Release|x64.ActiveCfg = Release|x64 + {B300F42D-F8FA-49A9-89E6-8C9733D3122E}.Release|x64.Build.0 = Release|x64 + {B300F42D-F8FA-49A9-89E6-8C9733D3122E}.Release|x86.ActiveCfg = Release|Win32 + {B300F42D-F8FA-49A9-89E6-8C9733D3122E}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F68FA994-EE6D-4520-AAF3-696E96795A0E} + EndGlobalSection +EndGlobal |