11 lines
347 B
XML
11 lines
347 B
XML
|
<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 should build -->
|
||
|
<ModOutputDir>$(GameDir)\Mods\Sandbox</ModOutputDir>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|