diff options
| author | austinlujan <[email protected]> | 2024-03-19 00:21:47 -0700 |
|---|---|---|
| committer | austinlujan <[email protected]> | 2024-03-19 00:21:47 -0700 |
| commit | d245d5794be59d0ec8fae011e3623436d9d40658 (patch) | |
| tree | 5a604fdc404228e30445b1889882fb1643e99303 /Project1/Project1.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-5-austinlujan-main.tar.xz in-class-exercise-5-austinlujan-main.zip | |
Diffstat (limited to 'Project1/Project1.sln')
| -rw-r--r-- | Project1/Project1.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Project1/Project1.sln b/Project1/Project1.sln new file mode 100644 index 0000000..08fe1d0 --- /dev/null +++ b/Project1/Project1.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34031.279 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project1", "Project1.vcxproj", "{F75C0294-B969-4A02-9765-E4795E072DF2}" +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 + {F75C0294-B969-4A02-9765-E4795E072DF2}.Debug|x64.ActiveCfg = Debug|x64 + {F75C0294-B969-4A02-9765-E4795E072DF2}.Debug|x64.Build.0 = Debug|x64 + {F75C0294-B969-4A02-9765-E4795E072DF2}.Debug|x86.ActiveCfg = Debug|Win32 + {F75C0294-B969-4A02-9765-E4795E072DF2}.Debug|x86.Build.0 = Debug|Win32 + {F75C0294-B969-4A02-9765-E4795E072DF2}.Release|x64.ActiveCfg = Release|x64 + {F75C0294-B969-4A02-9765-E4795E072DF2}.Release|x64.Build.0 = Release|x64 + {F75C0294-B969-4A02-9765-E4795E072DF2}.Release|x86.ActiveCfg = Release|Win32 + {F75C0294-B969-4A02-9765-E4795E072DF2}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {24D5D6D8-B341-43CD-926F-379FF9DE0B9A} + EndGlobalSection +EndGlobal |