1
0

second ex

This commit is contained in:
2026-01-29 20:09:31 +03:00
parent de89a5bcc7
commit 7224c4f525
4 changed files with 137 additions and 0 deletions

25
second/second.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}") = "second", "second.csproj", "{A65ADBD8-8CF6-459A-876B-37A293CE1A2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A65ADBD8-8CF6-459A-876B-37A293CE1A2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A65ADBD8-8CF6-459A-876B-37A293CE1A2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A65ADBD8-8CF6-459A-876B-37A293CE1A2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A65ADBD8-8CF6-459A-876B-37A293CE1A2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73786AFD-602C-4DBA-AAC9-25A62DADDCC2}
EndGlobalSection
EndGlobal