-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLocalPaths.props
More file actions
26 lines (21 loc) · 870 Bytes
/
LocalPaths.props
File metadata and controls
26 lines (21 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<!-- DO NOT DELETE -->
<Project>
<PropertyGroup>
<!--
Overrides the game path if you have a weird install location.
Example: C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers
You can also set the SE_GAME_DIR environment variable instead.
-->
<SEGameDir></SEGameDir>
<!--
Pulsar plugin destination directory (REQUIRED for auto-copy after build).
This is where the built plugin will be copied to.
Examples:
Linux: /home/username/.steam/steam/steamapps/common/SpaceEngineers/Pulsar-v2.0.3/Legacy/Local/WootingPlugin
Windows: C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Pulsar-v2.0.3\Legacy\Local\WootingPlugin
Leave empty to disable auto-copy.
-->
<PulsarPluginDir></PulsarPluginDir>
</PropertyGroup>
</Project>