1
0
Fork 0

MemDumpAnalysis now outputs executable to MCServer folder and debugging starts there.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1303 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2013-03-23 19:14:13 +00:00
parent 55ff2558d7
commit 2a9fb624ce
2 changed files with 33 additions and 0 deletions

View File

@ -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"

View File

@ -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>