mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 19:53:22 +08:00
653 lines
14 KiB
XML
653 lines
14 KiB
XML
<?xml version="1.0" encoding="windows-1251"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="pykd"
|
|
ProjectGUID="{FE961905-666F-4908-A212-961465F46F13}"
|
|
RootNamespace="pykd"
|
|
SccProjectName="$/pykd/branch/0.2.x/pykd"
|
|
SccAuxPath="https://tfs.codeplex.com/tfs/TFS08"
|
|
SccLocalPath="."
|
|
SccProvider="{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="0"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(DIA_SDK_ROOT)\include";"$(DBG_SDK_ROOT)\inc";"$(BOOST_ROOT)";"$(PYTHON_ROOT)\x64\include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PYKD_EXPORTS"
|
|
GeneratePreprocessedFile="0"
|
|
KeepComments="false"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="dbgeng.lib diaguids.lib psapi.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(DIA_SDK_ROOT)\lib";"$(DBG_SDK_ROOT)\lib\i386";"$(PYTHON_ROOT)\x86\libs";"$(BOOST_ROOT)\stage\lib""
|
|
ModuleDefinitionFile="pykd.def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""$(SolutionDir)test\scripts\_run_pykdtest.cmd" "$(TargetDir)targetapp.exe" $(PlatformName)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(DIA_SDK_ROOT)\include";"$(DBG_SDK_ROOT)\inc";"$(BOOST_ROOT)";"$(PYTHON_ROOT)\x64\include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PYKD_EXPORTS"
|
|
GeneratePreprocessedFile="0"
|
|
KeepComments="false"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="2"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="dbgeng.lib diaguids.lib psapi.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(DIA_SDK_ROOT)\lib\amd64";"$(DBG_SDK_ROOT)\lib\amd64";"$(PYTHON_ROOT)\x64\libs";"$(BOOST_ROOT)\stage64\lib""
|
|
ModuleDefinitionFile="pykd.def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""$(SolutionDir)test\scripts\_run_pykdtest.cmd" "$(TargetDir)targetapp.exe" $(PlatformName)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(DIA_SDK_ROOT)\include";"$(DBG_SDK_ROOT)\inc";"$(BOOST_ROOT)";"$(PYTHON_ROOT)\x64\include""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PYKD_EXPORTS"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/pdbpath:none"
|
|
AdditionalDependencies="dbgeng.lib diaguids.lib psapi.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(DIA_SDK_ROOT)\lib";"$(DBG_SDK_ROOT)\lib\i386";"$(PYTHON_ROOT)\x86\libs";"$(BOOST_ROOT)\stage\lib""
|
|
ModuleDefinitionFile="pykd.def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""$(SolutionDir)test\scripts\_run_pykdtest.cmd" "$(TargetDir)targetapp.exe" $(PlatformName)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(DIA_SDK_ROOT)\include";"$(DBG_SDK_ROOT)\inc";"$(BOOST_ROOT)";"$(PYTHON_ROOT)\x64\include""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PYKD_EXPORTS"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/pdbpath:none"
|
|
AdditionalDependencies="dbgeng.lib diaguids.lib psapi.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(DIA_SDK_ROOT)\lib\amd64";"$(DBG_SDK_ROOT)\lib\amd64";"$(PYTHON_ROOT)\x64\libs";"$(BOOST_ROOT)\stage64\lib""
|
|
ModuleDefinitionFile="pykd.def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""$(SolutionDir)test\scripts\_run_pykdtest.cmd" "$(TargetDir)targetapp.exe" $(PlatformName)"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath=".\bpoint.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cpureg.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\customtypes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dbgexcept.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dbgext.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dbgmem.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\dbgpath.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disasm.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\eventhandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\exceptinfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\module.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\pykd.def"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdafx.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stkframe.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\typedvar.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\typeinfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\udtutils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vardata.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath=".\bpoint.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cpureg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\customtypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dbgengine.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dbgexcept.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dbgmem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\dbgpath.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disasm.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disasmengine.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\eventhandler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\module.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\pyaux.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\pykdver.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdafx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stkframe.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\symengine.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\typedvar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\typeinfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\udtutils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vardata.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\variant.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
<File
|
|
RelativePath=".\pykd.rc"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="win"
|
|
>
|
|
<File
|
|
RelativePath=".\win\dbgasm.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\dbgeng.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\dbgeng.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\dbgio.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\dbgio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\lastevent.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\memory.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\sympath.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win\windbg.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="dia"
|
|
>
|
|
<File
|
|
RelativePath=".\dia\diacallback.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dia\diadata.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dia\diaload.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dia\diawrapper.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dia\diawrapper.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dia\symexport.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="python"
|
|
>
|
|
<File
|
|
RelativePath=".\python\pymod.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\python\pysupport.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\python\pysupport.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|