Skip to content

Commit

Permalink
Added working directory for x64 builds (cuberite#4037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seadragon91 authored and bearbin committed Sep 20, 2017
1 parent e0d1f79 commit da11d94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Cuberite.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit da11d94

Please sign in to comment.