diff options
| author | KaedenGrubb <[email protected]> | 2021-12-04 08:13:13 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-04 08:13:13 -0800 |
| commit | ee73c43e288351257d9c20f3951a8bac58544154 (patch) | |
| tree | 3d469f499851dacf8e83f3b630f3dcf4265d450c /Module 1 Exercise 3.10 4/Module 1 Exercise 3.10 4.sln | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab1-kaedengrubb-ee73c43e288351257d9c20f3951a8bac58544154.tar.xz cst116-lab1-kaedengrubb-ee73c43e288351257d9c20f3951a8bac58544154.zip | |
Add files via upload
Diffstat (limited to 'Module 1 Exercise 3.10 4/Module 1 Exercise 3.10 4.sln')
| -rw-r--r-- | Module 1 Exercise 3.10 4/Module 1 Exercise 3.10 4.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Module 1 Exercise 3.10 4/Module 1 Exercise 3.10 4.sln b/Module 1 Exercise 3.10 4/Module 1 Exercise 3.10 4.sln new file mode 100644 index 0000000..068bb18 --- /dev/null +++ b/Module 1 Exercise 3.10 4/Module 1 Exercise 3.10 4.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}") = "Module 1 Exercise 3.10 4", "Module 1 Exercise 3.10 4\Module 1 Exercise 3.10 4.vcxproj", "{2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}"
+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
+ {2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}.Debug|x64.ActiveCfg = Debug|x64
+ {2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}.Debug|x64.Build.0 = Debug|x64
+ {2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}.Debug|x86.ActiveCfg = Debug|Win32
+ {2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}.Debug|x86.Build.0 = Debug|Win32
+ {2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}.Release|x64.ActiveCfg = Release|x64
+ {2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}.Release|x64.Build.0 = Release|x64
+ {2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}.Release|x86.ActiveCfg = Release|Win32
+ {2210F1E5-72DC-4C5A-BD6C-D71B7B34C5CE}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {AF929D49-283E-429A-B7ED-3B5FDA484355}
+ EndGlobalSection
+EndGlobal
|