я почти родила табор коней и это только чтобы создать ветку я собой не горжусь
This commit is contained in:
parent
bb05ce92c6
commit
101094a67a
25
COP/COP.sln
Normal file
25
COP/COP.sln
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.3.32825.248
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Components", "Components\Components.csproj", "{F22A3AAE-6F8D-4AEB-91B1-E8303166B5FF}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{F22A3AAE-6F8D-4AEB-91B1-E8303166B5FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{F22A3AAE-6F8D-4AEB-91B1-E8303166B5FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F22A3AAE-6F8D-4AEB-91B1-E8303166B5FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{F22A3AAE-6F8D-4AEB-91B1-E8303166B5FF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {F36B68A2-46C2-4F08-98D8-0F0C0E014742}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
6
COP/Components/Class1.cs
Normal file
6
COP/Components/Class1.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace Components
|
||||||
|
{
|
||||||
|
public class Class1
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
10
COP/Components/Components.csproj
Normal file
10
COP/Components/Components.csproj
Normal 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>
|
Loading…
Reference in New Issue
Block a user