9 lines
428 B
XML
9 lines
428 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ULTRAKILLPath>/path/to/ULTRAKILL/</ULTRAKILLPath>
|
|
<BepInExRootDir>/path/to/ULTRAKILL/BepInEx</BepInExRootDir>
|
|
<BepInExCoreDir>/path/to/ULTRAKILL/BepInEx/core/</BepInExCoreDir>
|
|
<ManagedDir>/path/to/ULTRAKILL/ULTRAKILL_Data/Managed/</ManagedDir>
|
|
</PropertyGroup>
|
|
</Project> |