Changed working directory setting to .. instead of absolute path

This commit is contained in:
dexy 2020-02-25 03:22:47 +11:00
parent c9b69bd6b7
commit a18d99086b
2 changed files with 1 additions and 5 deletions

View File

@ -4,10 +4,6 @@
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Remove="Resources\magic.dat" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SharpDX" Version="4.2.0" /> <PackageReference Include="SharpDX" Version="4.2.0" />
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" /> <PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />

View File

@ -2,7 +2,7 @@
"profiles": { "profiles": {
"CodeWalker": { "CodeWalker": {
"commandName": "Project", "commandName": "Project",
"workingDirectory": "C:\\GitHub\\CodeWalker" "workingDirectory": ".."
} }
} }
} }