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