Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 32abd7b

Browse files
committed
Revert commits 2d1dc63 and 0f94e01
Big dumb, this is actually essential because it sets the debugger working directory to the output directory
1 parent 4a09798 commit 32abd7b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ compile_commands.json
1717
/NATPunchServer/Server/NATCompleteServer/Release
1818
/Documentation/Doxygen/Output
1919
MemCleanupInfo.txt
20-
RTEA.vcxproj.user

RTEA.vcxproj.user

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ShowAllFiles>false</ShowAllFiles>
5+
</PropertyGroup>
6+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Open Source|Win32'">
7+
<LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
8+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
9+
</PropertyGroup>
10+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimal Debug Open Source|Win32'">
11+
<LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
12+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
13+
</PropertyGroup>
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Final Open Source|Win32'">
15+
<LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
16+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
17+
</PropertyGroup>
18+
</Project>

0 commit comments

Comments
 (0)