miuu-mod-loader/UserProperties.xml

11 lines
356 B
XML
Raw Permalink Normal View History

2023-10-05 23:03:32 -04:00
<Project>
<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 loader should build -->
<ModOutputDir>$(GameDir)\Mods\ModLoader</ModOutputDir>
</PropertyGroup>
</Project>