TwoWayMute: initial release

This commit is contained in:
NotAKidoS 2024-12-27 17:55:39 -06:00
parent 3d42301f24
commit e027829103
6 changed files with 111 additions and 18 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="TheClapper">
<HintPath>..\.ManagedLibs\TheClapper.dll</HintPath>
</Reference>
</ItemGroup>
</Project>