|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<ProjectToolsVersion="4.0"xmlns="http://schemas.microsoft.com/developer/msbuild/2003"DefaultTargets="Build"> |
| 3 | + <PropertyGroup> |
| 4 | + <ConfigurationCondition=" '$(Configuration)' == ''">Debug</Configuration> |
| 5 | + <SchemaVersion>2.0</SchemaVersion> |
| 6 | + <ProjectGuid>{250c535c-c060-4f0c-bd80-41f2bf373565}</ProjectGuid> |
| 7 | + <ProjectHome /> |
| 8 | + <StartupFile>runtests.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 /> |
| 15 | + <InterpreterVersion /> |
| 16 | + </PropertyGroup> |
| 17 | + <PropertyGroupCondition="'$(Configuration)' == 'DebugMono'" /> |
| 18 | + <PropertyGroupCondition="'$(Configuration)' == 'DebugWin'" /> |
| 19 | + <PropertyGroupCondition="'$(Configuration)' == 'ReleaseMono'" /> |
| 20 | + <PropertyGroupCondition="'$(Configuration)' == 'ReleaseWin'" /> |
| 21 | + <PropertyGroup> |
| 22 | + <VisualStudioVersionCondition=" '$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| 23 | + <PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile> |
| 24 | + </PropertyGroup> |
| 25 | + <ItemGroup> |
| 26 | + <CompileInclude="leaktest.py" /> |
| 27 | + <CompileInclude="profile.py" /> |
| 28 | + <CompileInclude="PyImportTest\test\one.py" /> |
| 29 | + <CompileInclude="PyImportTest\test\__init__.py" /> |
| 30 | + <CompileInclude="PyImportTest\__init__.py" /> |
| 31 | + <CompileInclude="runtests.py" /> |
| 32 | + <CompileInclude="stress.py" /> |
| 33 | + <CompileInclude="stresstest.py" /> |
| 34 | + <CompileInclude="test_array.py" /> |
| 35 | + <CompileInclude="test_class.py" /> |
| 36 | + <CompileInclude="test_compat.py" /> |
| 37 | + <CompileInclude="test_constructors.py" /> |
| 38 | + <CompileInclude="test_conversion.py" /> |
| 39 | + <CompileInclude="test_delegate.py" /> |
| 40 | + <CompileInclude="test_docstring.py" /> |
| 41 | + <CompileInclude="test_engine.py" /> |
| 42 | + <CompileInclude="test_enum.py" /> |
| 43 | + <CompileInclude="test_event.py" /> |
| 44 | + <CompileInclude="test_exceptions.py" /> |
| 45 | + <CompileInclude="test_field.py" /> |
| 46 | + <CompileInclude="test_generic.py" /> |
| 47 | + <CompileInclude="test_indexer.py" /> |
| 48 | + <CompileInclude="test_interface.py" /> |
| 49 | + <CompileInclude="test_method.py" /> |
| 50 | + <CompileInclude="test_module.py" /> |
| 51 | + <CompileInclude="test_property.py" /> |
| 52 | + <CompileInclude="test_subclass.py" /> |
| 53 | + <CompileInclude="test_suite\test_callback.py" /> |
| 54 | + <CompileInclude="test_suite\test_import.py" /> |
| 55 | + <CompileInclude="test_suite\test_recursive_types.py" /> |
| 56 | + <CompileInclude="test_suite\_missing_import.py" /> |
| 57 | + <CompileInclude="test_suite\__init__.py" /> |
| 58 | + <CompileInclude="test_thread.py" /> |
| 59 | + </ItemGroup> |
| 60 | + <ItemGroup> |
| 61 | + <FolderInclude="PyImportTest" /> |
| 62 | + <FolderInclude="PyImportTest\test" /> |
| 63 | + <FolderInclude="test_suite" /> |
| 64 | + </ItemGroup> |
| 65 | + <ImportProject="$(PtvsTargetsFile)"Condition="Exists($(PtvsTargetsFile))" /> |
| 66 | + <ImportProject="$(MSBuildToolsPath)\Microsoft.Common.targets"Condition="!Exists($(PtvsTargetsFile))" /> |
| 67 | +</Project> |