11 lines
378 B
XML
11 lines
378 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 (it will build to "out" directory by default)-->
|
||
|
<ModOutputDir>$(GameDir)\Mods\RoomCodeObscurer</ModOutputDir>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|