-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlocal.props.template
More file actions
15 lines (15 loc) · 919 Bytes
/
local.props.template
File metadata and controls
15 lines (15 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>
<!--
Optional. If omitted, Sts2PathDiscovery.props tries:
- Windows: Steam uninstall registry (App 2868840), then %SteamPath%\steamapps, then Program Files (x86)\Steam\steamapps
- Linux: ~/.local/share/Steam/steamapps
- macOS: ~/Library/Application Support/Steam/steamapps
-->
<PropertyGroup>
<Sts2Dir>Path\To\SteamLibrary\steamapps\common\Slay the Spire 2</Sts2Dir>
<!-- Optional. If set, build uses $(Sts2ApiSignatureRoot)\$(Sts2ApiCompat)\ for refs instead of the game install. Must contain sts2.dll, 0Harmony.dll, and SmartFormat.dll for that compat version. -->
<Sts2ApiSignatureRoot>Path\To\sts2-api-signatures</Sts2ApiSignatureRoot>
<!-- Optional: override managed data folder (default is OS-specific under Sts2Dir) -->
<!-- <Sts2DataDir>$(Sts2Dir)\data_sts2_windows_x86_64</Sts2DataDir> -->
</PropertyGroup>
</Project>