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 + + +