2014-04-11 17:55:38 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-04-13 15:04:55 +08:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
2014-04-11 17:55:38 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<ProjectGuid>3f0be77e-19b0-4192-b432-44a25805bcb8</ProjectGuid>
|
|
|
|
<ProjectHome>.</ProjectHome>
|
|
|
|
<StartupFile>pykdtest.py</StartupFile>
|
|
|
|
<SearchPath>
|
|
|
|
</SearchPath>
|
2019-09-24 06:36:00 +08:00
|
|
|
<WorkingDirectory>C:\Users\User\Documents\projects\pykd2017\out\x64\Debug_3.7</WorkingDirectory>
|
2014-04-11 17:55:38 +08:00
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
<Name>pykdtest</Name>
|
|
|
|
<RootNamespace>pykdtest</RootNamespace>
|
|
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
2019-09-24 06:36:00 +08:00
|
|
|
<CommandLineArguments>C:\Users\User\Documents\projects\pykd2017\out\x64\Debug_2.7\targetapp.exe</CommandLineArguments>
|
2014-04-11 17:55:38 +08:00
|
|
|
<InterpreterPath />
|
|
|
|
<InterpreterArguments>
|
|
|
|
</InterpreterArguments>
|
2018-10-04 01:43:02 +08:00
|
|
|
<EnableNativeCodeDebugging>True</EnableNativeCodeDebugging>
|
2014-04-11 17:55:38 +08:00
|
|
|
<IsWindowsApplication>False</IsWindowsApplication>
|
2019-09-24 06:36:00 +08:00
|
|
|
<InterpreterId>Global|PythonCore|3.7</InterpreterId>
|
2014-04-11 17:55:38 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2018-07-13 22:12:48 +08:00
|
|
|
<Compile Include="arm64dumptest.py" />
|
2018-10-02 23:30:35 +08:00
|
|
|
<Compile Include="armdumptest.py" />
|
2014-04-11 17:55:38 +08:00
|
|
|
<Compile Include="basetest.py" />
|
|
|
|
<Compile Include="breakpoint.py" />
|
|
|
|
<Compile Include="clienttest.py" />
|
|
|
|
<Compile Include="customtypestest.py" />
|
|
|
|
<Compile Include="dbgcmd.py" />
|
2014-05-28 15:33:05 +08:00
|
|
|
<Compile Include="excepttest.py" />
|
2014-04-11 17:55:38 +08:00
|
|
|
<Compile Include="ehloadtest.py" />
|
|
|
|
<Compile Include="ehstatustest.py" />
|
|
|
|
<Compile Include="ehsymbolstest.py" />
|
|
|
|
<Compile Include="eventtest.py" />
|
|
|
|
<Compile Include="intbase.py" />
|
|
|
|
<Compile Include="localstest.py" />
|
|
|
|
<Compile Include="memtest.py" />
|
|
|
|
<Compile Include="moduletest.py" />
|
|
|
|
<Compile Include="mspdbtest.py" />
|
|
|
|
<Compile Include="pykdtest.py" />
|
|
|
|
<Compile Include="regtest.py" />
|
|
|
|
<Compile Include="stacktest.py" />
|
|
|
|
<Compile Include="synsymtest.py" />
|
2018-02-27 01:14:15 +08:00
|
|
|
<Compile Include="taggedtest.py" />
|
2014-04-11 17:55:38 +08:00
|
|
|
<Compile Include="target.py" />
|
2015-01-20 16:45:25 +08:00
|
|
|
<Compile Include="targetprocess.py" />
|
2014-04-11 17:55:38 +08:00
|
|
|
<Compile Include="testutils.py" />
|
|
|
|
<Compile Include="thrdctxtest.py" />
|
|
|
|
<Compile Include="typedvar.py" />
|
|
|
|
<Compile Include="typeinfo.py" />
|
|
|
|
</ItemGroup>
|
2015-04-13 20:08:27 +08:00
|
|
|
<ItemGroup>
|
2018-04-16 03:16:04 +08:00
|
|
|
<InterpreterReference Include="Global|PythonCore|2.7-32" />
|
|
|
|
<InterpreterReference Include="Global|PythonCore|2.7" />
|
2018-04-25 05:44:13 +08:00
|
|
|
<InterpreterReference Include="Global|PythonCore|3.6" />
|
2019-09-24 06:36:00 +08:00
|
|
|
<InterpreterReference Include="Global|PythonCore|3.7" />
|
|
|
|
<InterpreterReference Include="Global|PythonCore|3.7-32" />
|
2015-04-13 20:08:27 +08:00
|
|
|
</ItemGroup>
|
2014-04-11 17:55:38 +08:00
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
|
2018-04-16 03:16:04 +08:00
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
2014-04-11 17:55:38 +08:00
|
|
|
</Project>
|