path change to relative
This commit is contained in:
parent
9e1568844e
commit
5d9f97041e
2 changed files with 4 additions and 2 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -10,7 +10,8 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build dll",
|
"preLaunchTask": "build dll",
|
||||||
"args": [],
|
"args": [],
|
||||||
"program": "C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64.exe",
|
// C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64.exe
|
||||||
|
"program": "../../RimWorldWin64.exe",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"console": "internalConsole",
|
"console": "internalConsole",
|
||||||
"stopAtEntry": true
|
"stopAtEntry": true
|
||||||
|
|
|
@ -15,7 +15,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="C:\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\*.dll">
|
<!-- C:\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\*.dll -->
|
||||||
|
<Reference Include="..\..\..\..\RimWorldWin64_Data\Managed\*.dll">
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue