10 lines
337 B
XML
10 lines
337 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\ConsoleUnlocker</ModOutputDir>
|
|
</PropertyGroup>
|
|
</Project>
|