[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.
This commit is contained in:
NotAKidoS 2023-06-14 20:38:25 -05:00
parent 62c5eec71a
commit f4a5eaa252
5 changed files with 196 additions and 196 deletions

View file

@ -4,7 +4,7 @@
<!-- 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>
<HintPath>$(MsBuildThisFileDirectory)\..\.ManagedLibs\ml_prm.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>