diff --git a/Subd/Subd.sln b/Subd/Subd.sln new file mode 100644 index 0000000..26dfffa --- /dev/null +++ b/Subd/Subd.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}") = "Subd", "Subd\Subd.csproj", "{4F51BFA8-D899-4A30-96AA-0B6BFE630E9C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4F51BFA8-D899-4A30-96AA-0B6BFE630E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4F51BFA8-D899-4A30-96AA-0B6BFE630E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4F51BFA8-D899-4A30-96AA-0B6BFE630E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4F51BFA8-D899-4A30-96AA-0B6BFE630E9C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FCE35460-DCE9-4076-9C58-7149461FFAE2} + EndGlobalSection +EndGlobal diff --git a/Subd/Subd/Class1.cs b/Subd/Subd/Class1.cs new file mode 100644 index 0000000..e52c8fa --- /dev/null +++ b/Subd/Subd/Class1.cs @@ -0,0 +1,7 @@ +namespace Subd +{ + public class Class1 + { + + } +} \ No newline at end of file diff --git a/Subd/Subd/Subd.csproj b/Subd/Subd/Subd.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/Subd/Subd/Subd.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + +