mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
50 lines
2.3 KiB
XML
50 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{6471fedc-3129-410f-bffc-4bc89707e5ec}</ProjectGuid>
|
|
<ProjectHome />
|
|
<StartupFile>stkwalk.py</StartupFile>
|
|
<SearchPath />
|
|
<WorkingDirectory>..\Debug_2.7 </WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
<IsWindowsApplication>False</IsWindowsApplication>
|
|
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
|
|
<InterpreterVersion>2.7</InterpreterVersion>
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
|
<CommandLineArguments> -d "C:\dumps\memory.dmp" -p "name=='avp.exe'" -m "name=='klif'" --wow64=true</CommandLineArguments>
|
|
<InterpreterPath />
|
|
<InterpreterArguments />
|
|
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
|
|
<ItemGroup>
|
|
<Compile Include="accessmask.py" />
|
|
<Compile Include="avl.py" />
|
|
<Compile Include="cr0.py" />
|
|
<Compile Include="cr4.py" />
|
|
<Compile Include="ctlcode.py" />
|
|
<Compile Include="export.py" />
|
|
<Compile Include="findhandle.py" />
|
|
<Compile Include="findtag.py" />
|
|
<Compile Include="gdt.py" />
|
|
<Compile Include="help.py" />
|
|
<Compile Include="iat.py" />
|
|
<Compile Include="ipython.py" />
|
|
<Compile Include="nbl.py" />
|
|
<Compile Include="ndis.py" />
|
|
<Compile Include="ntobj.py" />
|
|
<Compile Include="pytowiki.py" />
|
|
<Compile Include="ssdt.py" />
|
|
<Compile Include="stkdelta.py" />
|
|
<Compile Include="stkwalk.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
|
|
</Project> |