summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-03-23 20:14:13 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-03-23 20:14:13 +0100
commit2a9fb624ce7cb936a49318191536e4423d0d947a (patch)
tree51df63c7c2a6d1ab7d9f9b2cd84ade7d7e094fab
parentAdded auto-kill-with-dump to LeakFinder if the allocated memory grows over 1 GiB. (diff)
downloadcuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar
cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.gz
cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.bz2
cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.lz
cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.xz
cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.zst
cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.zip
-rw-r--r--MemDumpAnalysis/MemDumpAnalysis.vcproj2
-rw-r--r--MemDumpAnalysis/MemDumpAnalysis.vcproj.user31
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>