1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
<SchemaVersion>2.0</SchemaVersion>
6
<ProjectGuid>3f0be77e-19b0-4192-b432-44a25805bcb8</ProjectGuid>
7
<ProjectHome>.</ProjectHome>
8
<StartupFile>pykdtest.py</StartupFile>
11
<WorkingDirectory>..\..\out\x64\Debug_Static_3.11</WorkingDirectory>
12
<OutputPath>.</OutputPath>
14
<RootNamespace>pykdtest</RootNamespace>
15
<LaunchProvider>Standard Python launcher</LaunchProvider>
16
<CommandLineArguments>C:\Users\User\Documents\projects\pykd2017\out\x64\Debug_2.7\targetapp.exe</CommandLineArguments>
18
<InterpreterArguments>
19
</InterpreterArguments>
20
<EnableNativeCodeDebugging>True</EnableNativeCodeDebugging>
21
<IsWindowsApplication>False</IsWindowsApplication>
22
<InterpreterId>Global|PythonCore|3.11</InterpreterId>
24
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
25
<DebugSymbols>true</DebugSymbols>
26
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
28
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
29
<DebugSymbols>true</DebugSymbols>
30
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
33
<Compile Include="arm64dumptest.py" />
34
<Compile Include="armdumptest.py" />
35
<Compile Include="basetest.py" />
36
<Compile Include="breakpoint.py" />
37
<Compile Include="clienttest.py" />
38
<Compile Include="customtypestest.py" />
39
<Compile Include="dbgcmd.py" />
40
<Compile Include="excepttest.py" />
41
<Compile Include="ehloadtest.py" />
42
<Compile Include="ehstatustest.py" />
43
<Compile Include="ehsymbolstest.py" />
44
<Compile Include="eventtest.py" />
45
<Compile Include="intbase.py" />
46
<Compile Include="localstest.py" />
47
<Compile Include="memtest.py" />
48
<Compile Include="moduletest.py" />
49
<Compile Include="mspdbtest.py" />
50
<Compile Include="pykdtest.py" />
51
<Compile Include="regtest.py" />
52
<Compile Include="stacktest.py" />
53
<Compile Include="synsymtest.py" />
54
<Compile Include="taggedtest.py" />
55
<Compile Include="target.py" />
56
<Compile Include="targetprocess.py" />
57
<Compile Include="testutils.py" />
58
<Compile Include="thrdctxtest.py" />
59
<Compile Include="typedvar.py" />
60
<Compile Include="typeinfo.py" />
63
<InterpreterReference Include="Global|PythonCore|2.7-32" />
64
<InterpreterReference Include="Global|PythonCore|2.7" />
65
<InterpreterReference Include="Global|PythonCore|3.11" />
66
<InterpreterReference Include="Global|PythonCore|3.6" />
67
<InterpreterReference Include="Global|PythonCore|3.7" />
68
<InterpreterReference Include="Global|PythonCore|3.7-32" />
70
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
71
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />