-
Notifications
You must be signed in to change notification settings - Fork 1
/
hasbeen.pyproj
38 lines (38 loc) · 1.82 KB
/
hasbeen.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.1">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{86b250bb-f515-45e8-93bd-15810bc4cf49}</ProjectGuid>
<ProjectHome>hasbeen\</ProjectHome>
<StartupFile>bextest.py</StartupFile>
<SearchPath />
<WorkingDirectory>..\test\data</WorkingDirectory>
<OutputPath>.</OutputPath>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Name>hasbeen</Name>
<IsWindowsApplication>False</IsWindowsApplication>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>road_r</CommandLineArguments>
<InterpreterPath />
<InterpreterArguments />
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<InterpreterId>Global|PythonCore|2.7</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Content Include="LICENSE.txt" />
<Compile Include="bextest.py" />
<Compile Include="bextree.py" />
<Compile Include="hasbeen.py" />
<Compile Include="mapper.py" />
<Compile Include="spatialindex.py" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|2.7" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>