-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.props
12 lines (12 loc) · 1 KB
/
environment.props
1
2
3
4
5
6
7
8
9
10
11
12
<Project>
<PropertyGroup>
<ValheimGamePath>C:\Program Files (x86)\Steam\steamapps\common\Valheim</ValheimGamePath>
<BepInExPath>$(ValheimGamePath)\BepInEx</BepInExPath>
<CorlibPath>$(ValheimGamePath)\valheim_Data\Managed</CorlibPath>
<PublicizedAssembliesPath>$(ValheimGamePath)\valheim_Data\Managed\publicized_assemblies</PublicizedAssembliesPath>
<CopyOutputDLLPath>$(ValheimGamePath)\BepInEx\plugins</CopyOutputDLLPath> <!-- This is where the output DLL will be copied to after building. The templates support doing this for up to three locations. Duplicate this line and append a number. Example below -->
<!--<CopyOutputDLLPath2>$(ValheimGamePath)\BepInEx\plugins</CopyOutputDLLPath2>-->
<!--<CopyOutputDLLPath3>$(ValheimGamePath)\BepInEx\plugins</CopyOutputDLLPath3>-->
<AfterTargets>ILRepacker</AfterTargets> <!-- If you are using KeyManager, change this to KeyManager as suggested in step 5.2 in the instructions -->
</PropertyGroup>
</Project>