10 lines
424 B
XML
10 lines
424 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!--remove this property-->
|
|
<UserPropertiesNotSetUp>True</UserPropertiesNotSetUp>
|
|
<!--Insert path to MIUU game directory here-->
|
|
<GameDir></GameDir>
|
|
<!--Insert path to where your mod should build to (it will build to "out" directory by default)-->
|
|
<ModOutputDir>$(GameDir)\Mods\CustomCosmeticLoader</ModOutputDir>
|
|
</PropertyGroup>
|
|
</Project>
|