11 lines
339 B
XML
11 lines
339 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 -->
|
||
|
<ModOutputDir>$(GameDir)\Mods\SpreadsheetHelper</ModOutputDir>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|