diff options
Diffstat (limited to 'MemDumpAnalysis/MemDumpAnalysis.vcproj')
-rw-r--r-- | MemDumpAnalysis/MemDumpAnalysis.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MemDumpAnalysis/MemDumpAnalysis.vcproj b/MemDumpAnalysis/MemDumpAnalysis.vcproj index 60e7532c5..4a231dbb4 100644 --- a/MemDumpAnalysis/MemDumpAnalysis.vcproj +++ b/MemDumpAnalysis/MemDumpAnalysis.vcproj @@ -61,6 +61,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName)_debug.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -134,6 +135,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
|