[CustomRichPresence] Move to .Experimental folder

This commit is contained in:
NotAKidoS 2025-04-11 07:39:16 -05:00
parent 77426c4235
commit ba26a1faae
5 changed files with 0 additions and 0 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>