summaryrefslogtreecommitdiffstats
path: root/MemDumpAnalysis/MemDumpAnalysis.vcproj.user
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 /MemDumpAnalysis/MemDumpAnalysis.vcproj.user
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
Diffstat (limited to '')
-rw-r--r--MemDumpAnalysis/MemDumpAnalysis.vcproj.user31
1 files changed, 31 insertions, 0 deletions
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>