1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <SchemaVersion >2.0</SchemaVersion >
6
+ <ProjectGuid >{27802d2f-7f88-44e9-9818-c960569098a6}</ProjectGuid >
7
+ <ProjectHome />
8
+ <StartupFile >knack\__init__.py</StartupFile >
9
+ <SearchPath />
10
+ <WorkingDirectory >.</WorkingDirectory >
11
+ <OutputPath >.</OutputPath >
12
+ <ProjectTypeGuids >{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids >
13
+ <LaunchProvider >Standard Python launcher</LaunchProvider >
14
+ <InterpreterId >MSBuild|env2|$(MSBuildProjectFullPath)</InterpreterId >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" />
17
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" />
18
+ <PropertyGroup >
19
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == '' " >10.0</VisualStudioVersion >
20
+ </PropertyGroup >
21
+ <ItemGroup >
22
+ <Content Include =" examples\exapp" />
23
+ <Content Include =" examples\exapp2" />
24
+ <Content Include =" examples\test_exapp" />
25
+ <Content Include =" requirements.txt" />
26
+ <Content Include =" tox.ini" />
27
+ </ItemGroup >
28
+ <ItemGroup >
29
+ <Compile Include =" knack\arguments.py" />
30
+ <Compile Include =" knack\cli.py" />
31
+ <Compile Include =" knack\commands.py" />
32
+ <Compile Include =" knack\completion.py" />
33
+ <Compile Include =" knack\config.py" />
34
+ <Compile Include =" knack\deprecation.py" />
35
+ <Compile Include =" knack\events.py" />
36
+ <Compile Include =" knack\help.py" />
37
+ <Compile Include =" knack\help_files.py" />
38
+ <Compile Include =" knack\introspection.py" />
39
+ <Compile Include =" knack\invocation.py" />
40
+ <Compile Include =" knack\log.py" />
41
+ <Compile Include =" knack\output.py" />
42
+ <Compile Include =" knack\parser.py" />
43
+ <Compile Include =" knack\prompting.py" />
44
+ <Compile Include =" knack\query.py" />
45
+ <Compile Include =" knack\testsdk\base.py" />
46
+ <Compile Include =" knack\testsdk\checkers.py" />
47
+ <Compile Include =" knack\testsdk\const.py" />
48
+ <Compile Include =" knack\testsdk\decorators.py" />
49
+ <Compile Include =" knack\testsdk\exceptions.py" />
50
+ <Compile Include =" knack\testsdk\patches.py" />
51
+ <Compile Include =" knack\testsdk\recording_processors.py" />
52
+ <Compile Include =" knack\testsdk\util.py" />
53
+ <Compile Include =" knack\testsdk\__init__.py" />
54
+ <Compile Include =" knack\util.py" />
55
+ <Compile Include =" knack\__init__.py" />
56
+ <Compile Include =" scripts\license_verify.py" />
57
+ <Compile Include =" setup.py" />
58
+ <Compile Include =" tests\test_cli_scenarios.py" />
59
+ <Compile Include =" tests\test_command_registration.py" />
60
+ <Compile Include =" tests\test_completion.py" />
61
+ <Compile Include =" tests\test_config.py" />
62
+ <Compile Include =" tests\test_deprecation.py" >
63
+ <SubType >Code</SubType >
64
+ </Compile >
65
+ <Compile Include =" tests\test_help.py" />
66
+ <Compile Include =" tests\test_introspection.py" />
67
+ <Compile Include =" tests\test_log.py" />
68
+ <Compile Include =" tests\test_output.py" />
69
+ <Compile Include =" tests\test_parser.py" />
70
+ <Compile Include =" tests\test_prompting.py" />
71
+ <Compile Include =" tests\test_query.py" />
72
+ <Compile Include =" tests\test_util.py" />
73
+ <Compile Include =" tests\util.py" />
74
+ <Compile Include =" tests\__init__.py" />
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <Folder Include =" examples\" />
78
+ <Folder Include =" knack" />
79
+ <Folder Include =" knack\testsdk" />
80
+ <Folder Include =" scripts" />
81
+ <Folder Include =" tests" />
82
+ </ItemGroup >
83
+ <ItemGroup >
84
+ <Interpreter Include =" env2\" >
85
+ <Id >env2</Id >
86
+ <Version >2.7</Version >
87
+ <Description >env2 (Python 2.7 (32-bit))</Description >
88
+ <InterpreterPath >Scripts\python.exe</InterpreterPath >
89
+ <WindowsInterpreterPath >Scripts\pythonw.exe</WindowsInterpreterPath >
90
+ <PathEnvironmentVariable >PYTHONPATH</PathEnvironmentVariable >
91
+ <Architecture >X86</Architecture >
92
+ </Interpreter >
93
+ <Interpreter Include =" env2\" >
94
+ <Id >{52196499-2eb9-4ba7-924a-ca67b294886b}</Id >
95
+ <Version >2.7</Version >
96
+ <Description >env2 (Python 2.7)</Description >
97
+ <InterpreterPath >Scripts\python.exe</InterpreterPath >
98
+ <WindowsInterpreterPath >Scripts\pythonw.exe</WindowsInterpreterPath >
99
+ <LibraryPath >Lib\</LibraryPath >
100
+ <PathEnvironmentVariable >PYTHONPATH</PathEnvironmentVariable >
101
+ <Architecture >X86</Architecture >
102
+ </Interpreter >
103
+ <Interpreter Include =" env3\" >
104
+ <Id >env3</Id >
105
+ <Version >3.6</Version >
106
+ <Description >env3 (Python 3.6 (64-bit))</Description >
107
+ <InterpreterPath >Scripts\python.exe</InterpreterPath >
108
+ <WindowsInterpreterPath >Scripts\pythonw.exe</WindowsInterpreterPath >
109
+ <PathEnvironmentVariable >PYTHONPATH</PathEnvironmentVariable >
110
+ <Architecture >X64</Architecture >
111
+ </Interpreter >
112
+ </ItemGroup >
113
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
114
+ </Project >
0 commit comments