Skip to content

Commit 9e070f9

Browse files
committed
Add pyproj from @denfromufa
Corrected the configs, won't interfere with users without PTVS
1 parent 448117e commit 9e070f9

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

src/tests/tests.pyproj

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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>{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+
<PropertyGroup Condition="'$(Configuration)' == 'DebugMono'" />
18+
<PropertyGroup Condition="'$(Configuration)' == 'DebugWin'" />
19+
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseMono'" />
20+
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseWin'" />
21+
<PropertyGroup>
22+
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
23+
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
24+
</PropertyGroup>
25+
<ItemGroup>
26+
<Compile Include="leaktest.py" />
27+
<Compile Include="profile.py" />
28+
<Compile Include="PyImportTest\test\one.py" />
29+
<Compile Include="PyImportTest\test\__init__.py" />
30+
<Compile Include="PyImportTest\__init__.py" />
31+
<Compile Include="runtests.py" />
32+
<Compile Include="stress.py" />
33+
<Compile Include="stresstest.py" />
34+
<Compile Include="test_array.py" />
35+
<Compile Include="test_class.py" />
36+
<Compile Include="test_compat.py" />
37+
<Compile Include="test_constructors.py" />
38+
<Compile Include="test_conversion.py" />
39+
<Compile Include="test_delegate.py" />
40+
<Compile Include="test_docstring.py" />
41+
<Compile Include="test_engine.py" />
42+
<Compile Include="test_enum.py" />
43+
<Compile Include="test_event.py" />
44+
<Compile Include="test_exceptions.py" />
45+
<Compile Include="test_field.py" />
46+
<Compile Include="test_generic.py" />
47+
<Compile Include="test_indexer.py" />
48+
<Compile Include="test_interface.py" />
49+
<Compile Include="test_method.py" />
50+
<Compile Include="test_module.py" />
51+
<Compile Include="test_property.py" />
52+
<Compile Include="test_subclass.py" />
53+
<Compile Include="test_suite\test_callback.py" />
54+
<Compile Include="test_suite\test_import.py" />
55+
<Compile Include="test_suite\test_recursive_types.py" />
56+
<Compile Include="test_suite\_missing_import.py" />
57+
<Compile Include="test_suite\__init__.py" />
58+
<Compile Include="test_thread.py" />
59+
</ItemGroup>
60+
<ItemGroup>
61+
<Folder Include="PyImportTest" />
62+
<Folder Include="PyImportTest\test" />
63+
<Folder Include="test_suite" />
64+
</ItemGroup>
65+
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
66+
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
67+
</Project>

0 commit comments

Comments
 (0)