-
Notifications
You must be signed in to change notification settings - Fork 1
/
polaris-qgis.pyproj
63 lines (63 loc) · 2.56 KB
/
polaris-qgis.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2c417fa3-d2b7-41d9-b79b-6d577b82cc69}</ProjectGuid>
<ProjectHome />
<StartupFile>test.py</StartupFile>
<SearchPath>C:\Program Files\QGIS Dufour\apps\Python27\Lib\site-packages</SearchPath>
<WorkingDirectory>D:\proj\polaris\analyser</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<IsWindowsApplication>False</IsWindowsApplication>
<Name>polaris-qgis</Name>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments />
<InterpreterPath />
<InterpreterArguments />
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Compile Include="db_plot1.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="embedding_in_qt4.py" />
<Compile Include="geo_tools.py" />
<Compile Include="mpl.py" />
<Compile Include="polaris.py" />
<Compile Include="polaris_dialog.py" />
<Compile Include="test.py" />
<Compile Include="ui_polaris.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="ui_time_span.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="__init__.py" />
<Compile Include="resources_rc.py" />
<Content Include="compile_qt.bat">
<SubType>Content</SubType>
</Content>
<Content Include="metadata.txt" />
<Content Include="readme.txt" />
<Content Include="resources.qrc" />
<Content Include="ui_db_plot.ui" />
<Content Include="ui_db_plot1.ui" />
<Content Include="ui_polaris.ui">
<SubType>Content</SubType>
</Content>
<Content Include="ui_time_span.ui">
<SubType>Content</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>