diff --git a/Component/Component.sln b/Component/Component.sln new file mode 100644 index 0000000..b2a67ed --- /dev/null +++ b/Component/Component.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34622.214 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComponentProgramming", "ComponentProgramming\ComponentProgramming.csproj", "{FB9A0617-7B07-4C05-8588-053F7B6BD336}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FB9A0617-7B07-4C05-8588-053F7B6BD336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FB9A0617-7B07-4C05-8588-053F7B6BD336}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FB9A0617-7B07-4C05-8588-053F7B6BD336}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FB9A0617-7B07-4C05-8588-053F7B6BD336}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2620DAE2-7440-4226-BC95-E23CED76E929} + EndGlobalSection +EndGlobal diff --git a/Component/ComponentProgramming/Class1.cs b/Component/ComponentProgramming/Class1.cs new file mode 100644 index 0000000..4d9f79f --- /dev/null +++ b/Component/ComponentProgramming/Class1.cs @@ -0,0 +1,6 @@ +namespace ComponentProgramming +{ + public class Class1 + { + } +} diff --git a/Component/ComponentProgramming/ComponentProgramming.csproj b/Component/ComponentProgramming/ComponentProgramming.csproj new file mode 100644 index 0000000..060aa1c --- /dev/null +++ b/Component/ComponentProgramming/ComponentProgramming.csproj @@ -0,0 +1,10 @@ + + + + net6.0-windows + enable + true + enable + + +