Initial commit

This commit is contained in:
2023-08-25 14:39:31 +02:00
commit 06c521a981
31 changed files with 1590 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace Ryuclaw.Audio.Desktop;
public class Class1
{
}

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ryuclaw.Shared\Ryuclaw.Shared.csproj" />
</ItemGroup>
</Project>