Skip to content

Commit

Permalink
Create project
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenke committed Jun 26, 2024
1 parent 33aaf95 commit 55412b0
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Mumble.net.sln
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions Mumble.net/Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace Mumble.net
{
public class Class1
{

}
}
9 changes: 9 additions & 0 deletions Mumble.net/Mumble.net.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>

0 comments on commit 55412b0

Please sign in to comment.