2011-04-08 16:47:30 +08:00
|
|
|
<?xml version="1.0" encoding="windows-1251"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2012-07-22 23:23:18 +08:00
|
|
|
Version="9,00"
|
2011-04-08 16:47:30 +08:00
|
|
|
Name="pykd"
|
|
|
|
ProjectGUID="{FE961905-666F-4908-A212-961465F46F13}"
|
|
|
|
RootNamespace="pykd"
|
|
|
|
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"
|
2012-03-27 21:09:19 +08:00
|
|
|
AdditionalOptions="/bigobj"
|
2011-04-08 16:47:30 +08:00
|
|
|
Optimization="0"
|
2012-07-31 21:40:05 +08:00
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(DIA_SDK_ROOT)\include";"$(DBG_SDK_ROOT)\inc";"$(BOOST_ROOT)";"$(PYTHON_ROOT)\x64\include""
|
2011-04-08 16:47:30 +08:00
|
|
|
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"
|
2011-11-17 23:32:28 +08:00
|
|
|
AdditionalDependencies="dbgeng.lib diaguids.lib psapi.lib"
|
2011-04-08 16:47:30 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
|
|
LinkIncremental="2"
|
2011-09-17 01:13:40 +08:00
|
|
|
AdditionalLibraryDirectories=""$(DIA_SDK_ROOT)\lib";"$(DBG_SDK_ROOT)\lib\i386";"$(PYTHON_ROOT)\x86\libs";"$(BOOST_ROOT)\stage\lib""
|
2011-04-08 16:47:30 +08:00
|
|
|
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"
|
2011-06-07 00:48:10 +08:00
|
|
|
CommandLine=""$(SolutionDir)test\scripts\_run_pykdtest.cmd" "$(TargetDir)targetapp.exe" $(PlatformName)"
|
2011-04-08 16:47:30 +08:00
|
|
|
/>
|
|
|
|
</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"
|
2012-03-27 21:09:19 +08:00
|
|
|
AdditionalOptions="/bigobj"
|
2011-04-08 16:47:30 +08:00
|
|
|
Optimization="0"
|
2012-07-31 21:40:05 +08:00
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(DIA_SDK_ROOT)\include";"$(DBG_SDK_ROOT)\inc";"$(BOOST_ROOT)";"$(PYTHON_ROOT)\x64\include""
|
2011-04-08 16:47:30 +08:00
|
|
|
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"
|
2011-11-17 23:32:28 +08:00
|
|
|
AdditionalDependencies="dbgeng.lib diaguids.lib psapi.lib"
|
2011-04-08 16:47:30 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
|
|
LinkIncremental="2"
|
2011-09-17 01:13:40 +08:00
|
|
|
AdditionalLibraryDirectories=""$(DIA_SDK_ROOT)\lib\amd64";"$(DBG_SDK_ROOT)\lib\amd64";"$(PYTHON_ROOT)\x64\libs";"$(BOOST_ROOT)\stage64\lib""
|
2011-04-08 16:47:30 +08:00
|
|
|
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"
|
2011-06-07 00:48:10 +08:00
|
|
|
CommandLine=""$(SolutionDir)test\scripts\_run_pykdtest.cmd" "$(TargetDir)targetapp.exe" $(PlatformName)"
|
2011-04-08 16:47:30 +08:00
|
|
|
/>
|
|
|
|
</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"
|
2012-03-27 21:09:19 +08:00
|
|
|
AdditionalOptions="/bigobj"
|
2012-07-31 21:40:05 +08:00
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(DIA_SDK_ROOT)\include";"$(DBG_SDK_ROOT)\inc";"$(BOOST_ROOT)";"$(PYTHON_ROOT)\x64\include""
|
2011-04-08 16:47:30 +08:00
|
|
|
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"
|
2011-04-17 05:20:29 +08:00
|
|
|
AdditionalOptions="/pdbpath:none"
|
2011-11-17 23:32:28 +08:00
|
|
|
AdditionalDependencies="dbgeng.lib diaguids.lib psapi.lib"
|
2011-04-08 16:47:30 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
|
|
LinkIncremental="1"
|
2011-09-17 01:13:40 +08:00
|
|
|
AdditionalLibraryDirectories=""$(DIA_SDK_ROOT)\lib";"$(DBG_SDK_ROOT)\lib\i386";"$(PYTHON_ROOT)\x86\libs";"$(BOOST_ROOT)\stage\lib""
|
2011-04-08 16:47:30 +08:00
|
|
|
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"
|
2011-06-07 00:48:10 +08:00
|
|
|
CommandLine=""$(SolutionDir)test\scripts\_run_pykdtest.cmd" "$(TargetDir)targetapp.exe" $(PlatformName)"
|
2011-04-08 16:47:30 +08:00
|
|
|
/>
|
|
|
|
</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"
|
2012-03-27 21:09:19 +08:00
|
|
|
AdditionalOptions="/bigobj"
|
2012-07-31 21:40:05 +08:00
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(DIA_SDK_ROOT)\include";"$(DBG_SDK_ROOT)\inc";"$(BOOST_ROOT)";"$(PYTHON_ROOT)\x64\include""
|
2011-04-08 16:47:30 +08:00
|
|
|
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"
|
2011-04-17 05:20:29 +08:00
|
|
|
AdditionalOptions="/pdbpath:none"
|
2011-11-17 23:32:28 +08:00
|
|
|
AdditionalDependencies="dbgeng.lib diaguids.lib psapi.lib"
|
2011-04-08 16:47:30 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
|
|
LinkIncremental="1"
|
2011-09-17 01:13:40 +08:00
|
|
|
AdditionalLibraryDirectories=""$(DIA_SDK_ROOT)\lib\amd64";"$(DBG_SDK_ROOT)\lib\amd64";"$(PYTHON_ROOT)\x64\libs";"$(BOOST_ROOT)\stage64\lib""
|
2011-04-08 16:47:30 +08:00
|
|
|
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"
|
2011-06-07 00:48:10 +08:00
|
|
|
CommandLine=""$(SolutionDir)test\scripts\_run_pykdtest.cmd" "$(TargetDir)targetapp.exe" $(PlatformName)"
|
2011-04-08 16:47:30 +08:00
|
|
|
/>
|
|
|
|
</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}"
|
|
|
|
>
|
2012-08-07 19:15:23 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\cpureg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2011-09-15 22:16:20 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\dbgexcept.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2011-04-08 16:47:30 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\dbgext.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-07-31 21:40:05 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\dbgmem.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-08-07 19:43:38 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\disasm.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2011-09-15 22:16:20 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\module.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2011-04-08 16:47:30 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\pykd.def"
|
|
|
|
>
|
|
|
|
</File>
|
2012-03-27 17:34:55 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\pymod.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2011-04-08 16:47:30 +08:00
|
|
|
<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>
|
2012-08-07 00:14:56 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\typedvar.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-08-02 17:14:03 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\typeinfo.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\udtutils.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-08-07 00:14:56 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\vardata.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2011-04-08 16:47:30 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
2012-01-25 01:26:08 +08:00
|
|
|
<File
|
2012-08-07 19:15:23 +08:00
|
|
|
RelativePath=".\cpureg.h"
|
2011-10-14 15:03:51 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-09-15 22:16:20 +08:00
|
|
|
<File
|
2012-08-07 19:15:23 +08:00
|
|
|
RelativePath=".\dbgengine.h"
|
2011-09-15 22:16:20 +08:00
|
|
|
>
|
|
|
|
</File>
|
2012-07-31 21:40:05 +08:00
|
|
|
<File
|
2012-08-07 19:15:23 +08:00
|
|
|
RelativePath=".\dbgexcept.h"
|
2012-07-31 21:40:05 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-10-03 14:44:07 +08:00
|
|
|
<File
|
2012-08-07 19:15:23 +08:00
|
|
|
RelativePath=".\dbgmem.h"
|
2011-10-03 14:44:07 +08:00
|
|
|
>
|
|
|
|
</File>
|
2012-08-07 19:43:38 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\disasm.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\disasmengine.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-09-15 22:16:20 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\module.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-10-20 14:33:44 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\pyaux.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-01-16 21:31:04 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\pykdver.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-04-08 16:47:30 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\stdafx.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-01-25 22:34:18 +08:00
|
|
|
<File
|
2012-07-31 21:40:05 +08:00
|
|
|
RelativePath=".\symengine.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-08-07 00:14:56 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\typedvar.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-07-31 21:40:05 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\typeinfo.h"
|
2011-10-03 19:34:36 +08:00
|
|
|
>
|
|
|
|
</File>
|
2012-08-02 17:14:03 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\udtutils.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-08-07 00:14:56 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\vardata.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-08-07 19:15:23 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\variant.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-04-08 16:47:30 +08:00
|
|
|
</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>
|
2012-07-31 21:40:05 +08:00
|
|
|
<Filter
|
|
|
|
Name="win"
|
|
|
|
>
|
2012-08-07 19:43:38 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\win\dbgasm.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-07-31 21:40:05 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\win\dbgeng.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\win\dbgeng.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\win\memory.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\win\utils.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="dia"
|
|
|
|
>
|
2012-08-02 17:14:03 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\dia\diadata.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-07-31 21:40:05 +08:00
|
|
|
<File
|
|
|
|
RelativePath=".\dia\diawrapper.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\dia\diawrapper.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2011-04-08 16:47:30 +08:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|