|
27 | 27 | <PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
|
28 | 28 | </PropertyGroup>
|
29 | 29 | <ItemGroup>
|
| 30 | + <Compile Include="__init__.py" /> |
| 31 | + <Compile Include="_compat.py" /> |
| 32 | + <Compile Include="_missing_import.py" /> |
30 | 33 | <Compile Include="leaktest.py" />
|
31 | 34 | <Compile Include="profile.py" />
|
32 |
| - <Compile Include="PyImportTest\sysargv.py" /> |
33 |
| - <Compile Include="PyImportTest\test\one.py" /> |
34 |
| - <Compile Include="PyImportTest\test\__init__.py" /> |
35 |
| - <Compile Include="PyImportTest\__init__.py" /> |
36 | 35 | <Compile Include="runtests.py" />
|
37 | 36 | <Compile Include="stress.py" />
|
38 | 37 | <Compile Include="stresstest.py" />
|
39 | 38 | <Compile Include="test_sysargv.py" />
|
40 | 39 | <Compile Include="test_array.py" />
|
| 40 | + <Compile Include="test_callback.py" /> |
41 | 41 | <Compile Include="test_class.py" />
|
42 | 42 | <Compile Include="test_compat.py" />
|
43 | 43 | <Compile Include="test_constructors.py" />
|
|
50 | 50 | <Compile Include="test_exceptions.py" />
|
51 | 51 | <Compile Include="test_field.py" />
|
52 | 52 | <Compile Include="test_generic.py" />
|
| 53 | + <Compile Include="test_import.py" /> |
53 | 54 | <Compile Include="test_indexer.py" />
|
54 | 55 | <Compile Include="test_interface.py" />
|
55 | 56 | <Compile Include="test_method.py" />
|
56 | 57 | <Compile Include="test_module.py" />
|
57 | 58 | <Compile Include="test_property.py" />
|
| 59 | + <Compile Include="test_recursive_types.py" /> |
58 | 60 | <Compile Include="test_subclass.py" />
|
59 |
| - <Compile Include="test_suite\test_callback.py" /> |
60 |
| - <Compile Include="test_suite\test_import.py" /> |
61 |
| - <Compile Include="test_suite\test_recursive_types.py" /> |
62 |
| - <Compile Include="test_suite\_missing_import.py" /> |
63 |
| - <Compile Include="test_suite\__init__.py" /> |
64 | 61 | <Compile Include="test_thread.py" />
|
65 | 62 | <Compile Include="utils.py" />
|
66 |
| - <Compile Include="_compat.py" /> |
| 63 | + <Compile Include="fixtures\argv-fixture.py" /> |
67 | 64 | </ItemGroup>
|
68 | 65 | <ItemGroup>
|
69 |
| - <Folder Include="PyImportTest" /> |
70 |
| - <Folder Include="PyImportTest\test" /> |
71 |
| - <Folder Include="test_suite" /> |
| 66 | + <Folder Include="fixtures" /> |
72 | 67 | </ItemGroup>
|
73 | 68 | <Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
|
74 | 69 | <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
|
|
0 commit comments