This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,3 @@ compile_commands.json
17
17
/NATPunchServer /Server /NATCompleteServer /Release
18
18
/Documentation /Doxygen /Output
19
19
MemCleanupInfo.txt
20
- RTEA.vcxproj.user
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments