diff options
| author | KaedenGrubb <[email protected]> | 2021-11-09 16:04:38 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-09 16:04:38 -0800 |
| commit | 1a029a58c73386baf89a346e1b29bada03f1a08b (patch) | |
| tree | 4d10b4aacb46a35e5e0346c3df9eec86a6015ce1 /Project 2 Final Version/Project 2 Final Version.sln | |
| parent | Add files via upload (diff) | |
| download | cst116proj2-1-kaeden-g-and-james-l-project-2-main.tar.xz cst116proj2-1-kaeden-g-and-james-l-project-2-main.zip | |
Diffstat (limited to 'Project 2 Final Version/Project 2 Final Version.sln')
| -rw-r--r-- | Project 2 Final Version/Project 2 Final Version.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Project 2 Final Version/Project 2 Final Version.sln b/Project 2 Final Version/Project 2 Final Version.sln new file mode 100644 index 0000000..3d49af5 --- /dev/null +++ b/Project 2 Final Version/Project 2 Final Version.sln @@ -0,0 +1,31 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31729.503
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project 2 Final Version", "Project 2 Final Version\Project 2 Final Version.vcxproj", "{2450E36A-3AF6-4AD9-A697-255E2DC19755}"
+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
+ {2450E36A-3AF6-4AD9-A697-255E2DC19755}.Debug|x64.ActiveCfg = Debug|x64
+ {2450E36A-3AF6-4AD9-A697-255E2DC19755}.Debug|x64.Build.0 = Debug|x64
+ {2450E36A-3AF6-4AD9-A697-255E2DC19755}.Debug|x86.ActiveCfg = Debug|Win32
+ {2450E36A-3AF6-4AD9-A697-255E2DC19755}.Debug|x86.Build.0 = Debug|Win32
+ {2450E36A-3AF6-4AD9-A697-255E2DC19755}.Release|x64.ActiveCfg = Release|x64
+ {2450E36A-3AF6-4AD9-A697-255E2DC19755}.Release|x64.Build.0 = Release|x64
+ {2450E36A-3AF6-4AD9-A697-255E2DC19755}.Release|x86.ActiveCfg = Release|Win32
+ {2450E36A-3AF6-4AD9-A697-255E2DC19755}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {455D5FED-8757-4FEF-9424-F92BCD3A6CC3}
+ EndGlobalSection
+EndGlobal
|