7 вариант

This commit is contained in:
kamilia 2024-09-15 18:41:30 +04:00
parent b8d58b4ccc
commit 0465edfa9a
2 changed files with 35 additions and 0 deletions

10
COP_7/COP_7.csproj Normal file
View File

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>

25
COP_7/COP_7.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "COP_7", "COP_7.csproj", "{0E0FD0F8-FAD2-4C5F-9F4E-E53516BCB322}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E0FD0F8-FAD2-4C5F-9F4E-E53516BCB322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E0FD0F8-FAD2-4C5F-9F4E-E53516BCB322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E0FD0F8-FAD2-4C5F-9F4E-E53516BCB322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E0FD0F8-FAD2-4C5F-9F4E-E53516BCB322}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FAB21CB-BE31-4FE6-8D09-AE42B0AC0C7C}
EndGlobalSection
EndGlobal