mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 08:52:52 +08:00
Changed working directory setting to .. instead of absolute path
This commit is contained in:
parent
c9b69bd6b7
commit
a18d99086b
@ -4,10 +4,6 @@
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Resources\magic.dat" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SharpDX" Version="4.2.0" />
|
||||
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
|
||||
|
@ -2,7 +2,7 @@
|
||||
"profiles": {
|
||||
"CodeWalker": {
|
||||
"commandName": "Project",
|
||||
"workingDirectory": "C:\\GitHub\\CodeWalker"
|
||||
"workingDirectory": ".."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user