1
0
Fork 0

Added working directory for x64 builds (#4037)

This commit is contained in:
Lukas Pioch 2017-09-20 20:01:46 +02:00 committed by Alexander Harkness
parent e0d1f791a3
commit da11d94933
1 changed files with 8 additions and 0 deletions

View File

@ -24,4 +24,12 @@
<LocalDebuggerWorkingDirectory>../Server</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerWorkingDirectory>..\Server</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerWorkingDirectory>..\Server</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>