diff options
| author | Asahel <[email protected]> | 2024-03-01 09:28:56 -0800 |
|---|---|---|
| committer | Asahel <[email protected]> | 2024-03-01 09:28:56 -0800 |
| commit | 3b114c34920b3eb4b56143d432f8bee3ec9b89e6 (patch) | |
| tree | 1e3fbb608cca2962d3152fcc0a4613516dacbf11 /Homework6/Homework6.sln | |
| parent | add deadline (diff) | |
| download | archived-homework-6-asahellt-3b114c34920b3eb4b56143d432f8bee3ec9b89e6.tar.xz archived-homework-6-asahellt-3b114c34920b3eb4b56143d432f8bee3ec9b89e6.zip | |
Added files
Diffstat (limited to 'Homework6/Homework6.sln')
| -rw-r--r-- | Homework6/Homework6.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Homework6/Homework6.sln b/Homework6/Homework6.sln new file mode 100644 index 0000000..a9a1fcf --- /dev/null +++ b/Homework6/Homework6.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}") = "Homework6", "Homework6.vcxproj", "{E4D4D55D-1D34-4965-A0AF-A22EF036D45E}" +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 + {E4D4D55D-1D34-4965-A0AF-A22EF036D45E}.Debug|x64.ActiveCfg = Debug|x64 + {E4D4D55D-1D34-4965-A0AF-A22EF036D45E}.Debug|x64.Build.0 = Debug|x64 + {E4D4D55D-1D34-4965-A0AF-A22EF036D45E}.Debug|x86.ActiveCfg = Debug|Win32 + {E4D4D55D-1D34-4965-A0AF-A22EF036D45E}.Debug|x86.Build.0 = Debug|Win32 + {E4D4D55D-1D34-4965-A0AF-A22EF036D45E}.Release|x64.ActiveCfg = Release|x64 + {E4D4D55D-1D34-4965-A0AF-A22EF036D45E}.Release|x64.Build.0 = Release|x64 + {E4D4D55D-1D34-4965-A0AF-A22EF036D45E}.Release|x86.ActiveCfg = Release|Win32 + {E4D4D55D-1D34-4965-A0AF-A22EF036D45E}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3CCEF44F-E067-4AFC-914D-A4DB3CFB83E4} + EndGlobalSection +EndGlobal |