miuu-custom-cosmetic-loader/UserProperties.xml

11 lines
360 B
XML
Raw Normal View History

2023-08-26 12:29:43 -04:00
<Project>
2023-10-06 20:23:48 -04:00
<PropertyGroup>
<!-- Remove this property -->
<UserPropertiesNotSetUp>True</UserPropertiesNotSetUp>
<!-- Insert path to MIUU game directory here -->
<GameDir></GameDir>
<!-- Change path if you want to change to where the mod should build -->
<ModOutputDir>$(GameDir)\Mods\CustomCosmeticLoader</ModOutputDir>
</PropertyGroup>
2023-08-26 12:29:43 -04:00
</Project>