diff options
| author | Benjamin Schroeder <[email protected]> | 2021-11-25 00:02:38 -0800 |
|---|---|---|
| committer | Benjamin Schroeder <[email protected]> | 2021-11-25 00:02:38 -0800 |
| commit | 956c604dac3b8a002ce06e284db07c561e9f2a56 (patch) | |
| tree | cbb9322f33713c319cc057c333be545de6956f71 /Project3_Hernandez_Schroeder.sln | |
| parent | Add .gitignore and .gitattributes. (diff) | |
| download | project_3_hernandez_schroeder-956c604dac3b8a002ce06e284db07c561e9f2a56.tar.xz project_3_hernandez_schroeder-956c604dac3b8a002ce06e284db07c561e9f2a56.zip | |
Add project files.
Diffstat (limited to 'Project3_Hernandez_Schroeder.sln')
| -rw-r--r-- | Project3_Hernandez_Schroeder.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Project3_Hernandez_Schroeder.sln b/Project3_Hernandez_Schroeder.sln new file mode 100644 index 0000000..e07f766 --- /dev/null +++ b/Project3_Hernandez_Schroeder.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31702.278 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project3_Hernandez_Schroeder", "Project3_Hernandez_Schroeder\Project3_Hernandez_Schroeder.vcxproj", "{092C87AF-A913-4FE1-B64A-B62E8F690390}" +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 + {092C87AF-A913-4FE1-B64A-B62E8F690390}.Debug|x64.ActiveCfg = Debug|x64 + {092C87AF-A913-4FE1-B64A-B62E8F690390}.Debug|x64.Build.0 = Debug|x64 + {092C87AF-A913-4FE1-B64A-B62E8F690390}.Debug|x86.ActiveCfg = Debug|Win32 + {092C87AF-A913-4FE1-B64A-B62E8F690390}.Debug|x86.Build.0 = Debug|Win32 + {092C87AF-A913-4FE1-B64A-B62E8F690390}.Release|x64.ActiveCfg = Release|x64 + {092C87AF-A913-4FE1-B64A-B62E8F690390}.Release|x64.Build.0 = Release|x64 + {092C87AF-A913-4FE1-B64A-B62E8F690390}.Release|x86.ActiveCfg = Release|Win32 + {092C87AF-A913-4FE1-B64A-B62E8F690390}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6AEE1948-1F52-496E-9D67-CB3B4DB2A4AC} + EndGlobalSection +EndGlobal |