Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add pyproj from @denfromufa
Corrected the configs, won't interfere with users without PTVS
  • Loading branch information
vmuriart committed Feb 2, 2017
commit 9e070f91cc765ddc1efbb78926851d8e48bc5a3b
67 changes: 67 additions & 0 deletions src/tests/tests.pyproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{250c535c-c060-4f0c-bd80-41f2bf373565}</ProjectGuid>
<ProjectHome />
<StartupFile>runtests.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<InterpreterVersion />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'DebugMono'" />
<PropertyGroup Condition="'$(Configuration)' == 'DebugWin'" />
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseMono'" />
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseWin'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="leaktest.py" />
<Compile Include="profile.py" />
<Compile Include="PyImportTest\test\one.py" />
<Compile Include="PyImportTest\test\__init__.py" />
<Compile Include="PyImportTest\__init__.py" />
<Compile Include="runtests.py" />
<Compile Include="stress.py" />
<Compile Include="stresstest.py" />
<Compile Include="test_array.py" />
<Compile Include="test_class.py" />
<Compile Include="test_compat.py" />
<Compile Include="test_constructors.py" />
<Compile Include="test_conversion.py" />
<Compile Include="test_delegate.py" />
<Compile Include="test_docstring.py" />
<Compile Include="test_engine.py" />
<Compile Include="test_enum.py" />
<Compile Include="test_event.py" />
<Compile Include="test_exceptions.py" />
<Compile Include="test_field.py" />
<Compile Include="test_generic.py" />
<Compile Include="test_indexer.py" />
<Compile Include="test_interface.py" />
<Compile Include="test_method.py" />
<Compile Include="test_module.py" />
<Compile Include="test_property.py" />
<Compile Include="test_subclass.py" />
<Compile Include="test_suite\test_callback.py" />
<Compile Include="test_suite\test_import.py" />
<Compile Include="test_suite\test_recursive_types.py" />
<Compile Include="test_suite\_missing_import.py" />
<Compile Include="test_suite\__init__.py" />
<Compile Include="test_thread.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="PyImportTest" />
<Folder Include="PyImportTest\test" />
<Folder Include="test_suite" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>