diff options
Diffstat (limited to 'Tools/MemDumpAnalysis/MemDumpAnalysis.vcproj.user')
-rw-r--r-- | Tools/MemDumpAnalysis/MemDumpAnalysis.vcproj.user | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Tools/MemDumpAnalysis/MemDumpAnalysis.vcproj.user b/Tools/MemDumpAnalysis/MemDumpAnalysis.vcproj.user new file mode 100644 index 000000000..11ddaa32b --- /dev/null +++ b/Tools/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>
|