diff options
| author | Arthur Spears <[email protected]> | 2024-01-01 16:40:59 -0800 |
|---|---|---|
| committer | Arthur Spears <[email protected]> | 2024-01-01 16:41:06 -0800 |
| commit | 6215a22339cf092ef55dfa93810f0a7ed138c46a (patch) | |
| tree | 2293816dd7376965ce2b6736c94e19aeeaa5de12 /Hello World/Hello World.sln | |
| parent | Initial commit (diff) | |
| download | cst-116-01p-develop.tar.xz cst-116-01p-develop.zip | |
Diffstat (limited to 'Hello World/Hello World.sln')
| -rw-r--r-- | Hello World/Hello World.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Hello World/Hello World.sln b/Hello World/Hello World.sln new file mode 100644 index 0000000..c88defd --- /dev/null +++ b/Hello World/Hello World.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}") = "Hello World", "Hello World\Hello World.vcxproj", "{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}" +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 + {3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Debug|x64.ActiveCfg = Debug|x64 + {3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Debug|x64.Build.0 = Debug|x64 + {3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Debug|x86.ActiveCfg = Debug|Win32 + {3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Debug|x86.Build.0 = Debug|Win32 + {3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Release|x64.ActiveCfg = Release|x64 + {3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Release|x64.Build.0 = Release|x64 + {3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Release|x86.ActiveCfg = Release|Win32 + {3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E15E7062-F6EF-43E2-8A94-6A579B7BE4F5} + EndGlobalSection +EndGlobal |