diff options
| author | Asahel <[email protected]> | 2024-02-02 10:54:06 -0800 |
|---|---|---|
| committer | Asahel <[email protected]> | 2024-02-02 10:54:06 -0800 |
| commit | 4efabbaf6311a4bcfcc99a5ace42895192047027 (patch) | |
| tree | e43ad3a741878cd65397bfdba43d82cdfbb87c52 /Homework 4/Homework 4.sln | |
| parent | add deadline (diff) | |
| download | homework-4-asahellt-4efabbaf6311a4bcfcc99a5ace42895192047027.tar.xz homework-4-asahellt-4efabbaf6311a4bcfcc99a5ace42895192047027.zip | |
Added source file.
Diffstat (limited to 'Homework 4/Homework 4.sln')
| -rw-r--r-- | Homework 4/Homework 4.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Homework 4/Homework 4.sln b/Homework 4/Homework 4.sln new file mode 100644 index 0000000..5fbce86 --- /dev/null +++ b/Homework 4/Homework 4.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34408.163 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Homework 4", "Homework 4.vcxproj", "{0D63BEC5-106D-4B04-A095-2307E95319A2}" +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 + {0D63BEC5-106D-4B04-A095-2307E95319A2}.Debug|x64.ActiveCfg = Debug|x64 + {0D63BEC5-106D-4B04-A095-2307E95319A2}.Debug|x64.Build.0 = Debug|x64 + {0D63BEC5-106D-4B04-A095-2307E95319A2}.Debug|x86.ActiveCfg = Debug|Win32 + {0D63BEC5-106D-4B04-A095-2307E95319A2}.Debug|x86.Build.0 = Debug|Win32 + {0D63BEC5-106D-4B04-A095-2307E95319A2}.Release|x64.ActiveCfg = Release|x64 + {0D63BEC5-106D-4B04-A095-2307E95319A2}.Release|x64.Build.0 = Release|x64 + {0D63BEC5-106D-4B04-A095-2307E95319A2}.Release|x86.ActiveCfg = Release|Win32 + {0D63BEC5-106D-4B04-A095-2307E95319A2}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2AA7AD56-7F36-48AD-87F7-7B3694F34977} + EndGlobalSection +EndGlobal |