fix core launch
parent
a8e8402833
commit
a4a2a8e719
|
@ -12,7 +12,7 @@
|
|||
"LD_LIBRARY_PATH": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/lib64",
|
||||
"DYLD_LIBRARY_PATH": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/osx"
|
||||
},
|
||||
"cwd": "${workspaceFolder}",
|
||||
"cwd": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1",
|
||||
"console": "integratedTerminal",
|
||||
"internalConsoleOptions": "neverOpen"
|
||||
}
|
||||
|
|
|
@ -137,9 +137,8 @@
|
|||
"command": "dotnet",
|
||||
"args": [
|
||||
"build",
|
||||
"./KavTest.Core.sln",
|
||||
"-f",
|
||||
"netcoreapp3.1"
|
||||
"./KavTest/KavTest.Core.csproj",
|
||||
"-p:SolutionDir=${workspaceFolder}/"
|
||||
],
|
||||
"type": "shell",
|
||||
"group": {
|
||||
|
@ -173,11 +172,10 @@
|
|||
"command": "dotnet",
|
||||
"args": [
|
||||
"build",
|
||||
"./KavTest.Core.sln",
|
||||
"./KavTest/KavTest.Core.csproj",
|
||||
"--configuration",
|
||||
"Release",
|
||||
"-f",
|
||||
"netcoreapp3.1"
|
||||
"-p:SolutionDir=${workspaceFolder}/"
|
||||
],
|
||||
"type": "shell",
|
||||
"group": {
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
<ItemGroup>
|
||||
<ProjectReference Include="..\FNA\FNA.Core.csproj"/>
|
||||
<ProjectReference Include="..\encompass-cs\encompass-cs\encompass-cs.csproj" />
|
||||
<ProjectReference Include="..\Kav\Kav.csproj" />
|
||||
<ProjectReference Include="..\Smuggler\Smuggler.csproj" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\build\CopyFNALibs.targets"/>
|
||||
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
|
||||
|
|
Loading…
Reference in New Issue