This commit is contained in:
Sofia 2024-12-15 21:30:36 +04:00
parent dcf87ac477
commit cb589043a7
2 changed files with 36 additions and 0 deletions

31
laba5/lab2/lab2.sln Normal file
View File

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lab2", "lab2.vcxproj", "{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}"
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
{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}.Debug|x64.ActiveCfg = Debug|x64
{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}.Debug|x64.Build.0 = Debug|x64
{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}.Debug|x86.ActiveCfg = Debug|Win32
{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}.Debug|x86.Build.0 = Debug|Win32
{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}.Release|x64.ActiveCfg = Release|x64
{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}.Release|x64.Build.0 = Release|x64
{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}.Release|x86.ActiveCfg = Release|Win32
{E4F4745F-FDAF-4FA4-8020-9B4F79F0C058}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {791DCB7A-C1FF-4AF5-BF42-E93123708CD5}
EndGlobalSection
EndGlobal

View File

@ -5,6 +5,11 @@ VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "laba5", "laba5.vcxproj", "{A87F568A-3DCF-4B6F-BCD8-B475918C2CD4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{E6A9561E-66E7-4858-A994-D35138790F0F}"
ProjectSection(SolutionItems) = preProject
TextFile2.txt = TextFile2.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64