mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-01 05:49:23 +00:00
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.
12 lines
394 B
XML
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>
|