This commit is contained in:
Debug_pro
2026-03-03 04:00:06 +03:00
commit 8d81324fd9
7 changed files with 571 additions and 0 deletions

25
Prac7Meow.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36429.23 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prac7Meow", "Prac7Meow.csproj", "{C439864F-5B5E-49E6-A953-E136EDE41486}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C439864F-5B5E-49E6-A953-E136EDE41486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C439864F-5B5E-49E6-A953-E136EDE41486}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C439864F-5B5E-49E6-A953-E136EDE41486}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C439864F-5B5E-49E6-A953-E136EDE41486}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AC9FFB3-FD73-431C-A59C-93E9130CBEB2}
EndGlobalSection
EndGlobal