MutualMute: Stole name idea, now it's MutualMute

This commit is contained in:
NotAKidoS 2025-01-15 16:42:27 -06:00
parent 40bc88586e
commit ac9af46bd6
5 changed files with 23 additions and 20 deletions

View file

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