NAK_CVR_Mods/ChatBoxExtensions/ChatBoxExtensions.csproj
NotAKidoS f4a5eaa252 [NAK_CVR_Mods] Rename _ManagedLibs to .ManagedLibs
Renamed ManagedLibs folder references to use a period instead of an underscore. This is purely a cosmetic change so the folder displays at the top of the repo list on GitHub.
2023-06-14 20:38:25 -05:00

12 lines
394 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<!-- Didn't put in the Directory.Build.props because it spams funny warnings... -->
<ItemGroup>
<Reference Include="ml_prm">
<HintPath>$(MsBuildThisFileDirectory)\..\.ManagedLibs\ml_prm.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>