From 101094a67a2cebd095905545470d899a9deab7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BE=D0=BB=D0=B8=D0=BD=D0=B0=20=D0=A7=D1=83=D0=B1?= =?UTF-8?q?=D1=8B=D0=BA=D0=B8=D0=BD=D0=B0?= Date: Mon, 16 Sep 2024 13:07:53 +0400 Subject: [PATCH] =?UTF-8?q?=D1=8F=20=D0=BF=D0=BE=D1=87=D1=82=D0=B8=20?= =?UTF-8?q?=D1=80=D0=BE=D0=B4=D0=B8=D0=BB=D0=B0=20=D1=82=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=80=20=D0=BA=D0=BE=D0=BD=D0=B5=D0=B9=20=D0=B8=20=D1=8D=D1=82?= =?UTF-8?q?=D0=BE=20=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D1=87=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=8B=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=82=D0=BA=D1=83=20=D1=8F=20=D1=81=D0=BE=D0=B1?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=BD=D0=B5=20=D0=B3=D0=BE=D1=80=D0=B6=D1=83?= =?UTF-8?q?=D1=81=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- COP/COP.sln | 25 +++++++++++++++++++++++++ COP/Components/Class1.cs | 6 ++++++ COP/Components/Components.csproj | 10 ++++++++++ 3 files changed, 41 insertions(+) create mode 100644 COP/COP.sln create mode 100644 COP/Components/Class1.cs create mode 100644 COP/Components/Components.csproj diff --git a/COP/COP.sln b/COP/COP.sln new file mode 100644 index 0000000..3bd2c44 --- /dev/null +++ b/COP/COP.sln @@ -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 diff --git a/COP/Components/Class1.cs b/COP/Components/Class1.cs new file mode 100644 index 0000000..777a957 --- /dev/null +++ b/COP/Components/Class1.cs @@ -0,0 +1,6 @@ +namespace Components +{ + public class Class1 + { + } +} \ No newline at end of file diff --git a/COP/Components/Components.csproj b/COP/Components/Components.csproj new file mode 100644 index 0000000..060aa1c --- /dev/null +++ b/COP/Components/Components.csproj @@ -0,0 +1,10 @@ + + + + net6.0-windows + enable + true + enable + + +