mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 19:13:22 +08:00
[0.3.x] added : pytool projects for snippets debugging
git-svn-id: https://pykd.svn.codeplex.com/svn@88264 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
d9fceddb65
commit
a6f4139bab
50
snippets/snippets.pyproj
Normal file
50
snippets/snippets.pyproj
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<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>
|
Loading…
Reference in New Issue
Block a user