including mutual mute

This commit is contained in:
NotAKidoS 2025-04-03 02:59:18 -05:00
parent 0042590aa6
commit 4f8dcb0cd0
5 changed files with 0 additions and 0 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>