diff --git a/Mumble.net.sln b/Mumble.net.sln new file mode 100644 index 0000000..8c5750c --- /dev/null +++ b/Mumble.net.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.10.35013.160 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mumble.net", "Mumble.net\Mumble.net.csproj", "{89367F00-AED4-452A-B833-1D69C8F1A606}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {89367F00-AED4-452A-B833-1D69C8F1A606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89367F00-AED4-452A-B833-1D69C8F1A606}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89367F00-AED4-452A-B833-1D69C8F1A606}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89367F00-AED4-452A-B833-1D69C8F1A606}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7FFAE43F-B2D5-4E30-A603-04EB7685C2B3} + EndGlobalSection +EndGlobal diff --git a/Mumble.net/Class1.cs b/Mumble.net/Class1.cs new file mode 100644 index 0000000..7558cb0 --- /dev/null +++ b/Mumble.net/Class1.cs @@ -0,0 +1,7 @@ +namespace Mumble.net +{ + public class Class1 + { + + } +} diff --git a/Mumble.net/Mumble.net.csproj b/Mumble.net/Mumble.net.csproj new file mode 100644 index 0000000..fa71b7a --- /dev/null +++ b/Mumble.net/Mumble.net.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + +