diff options
Diffstat (limited to '')
-rw-r--r-- | MemDumpAnalysis/MemDumpAnalysis.vcproj | 2 | ||||
-rw-r--r-- | MemDumpAnalysis/MemDumpAnalysis.vcproj.user | 31 |
2 files changed, 33 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"
diff --git a/MemDumpAnalysis/MemDumpAnalysis.vcproj.user b/MemDumpAnalysis/MemDumpAnalysis.vcproj.user new file mode 100644 index 000000000..11ddaa32b --- /dev/null +++ b/MemDumpAnalysis/MemDumpAnalysis.vcproj.user @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioUserFile
+ ProjectType="Visual C++"
+ Version="9,00"
+ ShowAllFiles="false"
+ >
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory="$(TargetDir)"
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory="$(TargetDir)"
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ />
+ </Configuration>
+ </Configurations>
+</VisualStudioUserFile>
|