-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpySuperMap.pyproj
106 lines (106 loc) · 4.96 KB
/
pySuperMap.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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>24d4b709-de07-43ba-9910-516aa01beca2</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>dlg\mergeImgs.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>pySuperMap</Name>
<RootNamespace>pySuperMap</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="dlg\mergeImgs.py" />
<Compile Include="dlg\testMergeImg.py" />
<Compile Include="ExampleCode\AppendDatasetRaster.py" />
<Compile Include="ExampleCode\AppendRasterFile.py" />
<Compile Include="ExampleCode\AppendRasterFileIgnoreBorderValue.py" />
<Compile Include="ExampleCode\AppendVectorFile.py" />
<Compile Include="ExampleCode\BatchImportMetaData.py" />
<Compile Include="ExampleCode\Buffer.py" />
<Compile Include="ExampleCode\BufferMulti.py" />
<Compile Include="ExampleCode\BuildFromTaskFile.py" />
<Compile Include="ExampleCode\BuildFromTaskFileParallel.py" />
<Compile Include="ExampleCode\BuildPyramid.py" />
<Compile Include="ExampleCode\BuildPyramidTiersOnly.py" />
<Compile Include="ExampleCode\CalculateSlope.py" />
<Compile Include="ExampleCode\CalculateViewShed.py" />
<Compile Include="ExampleCode\ComputeGeoArea.py" />
<Compile Include="ExampleCode\CreateDatasetFrom.py" />
<Compile Include="ExampleCode\CreateDatasetGroup.py" />
<Compile Include="ExampleCode\CreateDatasetRaster.py" />
<Compile Include="ExampleCode\CreateDataSource.py" />
<Compile Include="ExampleCode\CreateNoValue.py" />
<Compile Include="ExampleCode\CreateWorkspace.py" />
<Compile Include="ExampleCode\CutFill.py" />
<Compile Include="ExampleCode\Data_Import_UGO_SFC.py" />
<Compile Include="ExampleCode\Eliminate.py" />
<Compile Include="ExampleCode\ExportMapToFile.py" />
<Compile Include="ExampleCode\ExportRaster.py" />
<Compile Include="ExampleCode\ExportVector.py" />
<Compile Include="ExampleCode\ExtractIsoline.py" />
<Compile Include="ExampleCode\ExtractRegion.py" />
<Compile Include="ExampleCode\GenerateCache.py" />
<Compile Include="ExampleCode\GenerateTempleFile.py" />
<Compile Include="ExampleCode\GetDatasetInfo.py" />
<Compile Include="ExampleCode\GetGridTabular.py" />
<Compile Include="ExampleCode\GetImageGeoRef.py" />
<Compile Include="ExampleCode\GetProjection.py" />
<Compile Include="ExampleCode\ImportRasterFile.py" />
<Compile Include="ExampleCode\ImportVectorFile.py" />
<Compile Include="ExampleCode\Query.py" />
<Compile Include="ExampleCode\RasterToVector.py" />
<Compile Include="ExampleCode\Region2Line.py" />
<Compile Include="ExampleCode\RegionInnerToPoint.py" />
<Compile Include="ExampleCode\RemovePyramids.py" />
<Compile Include="ExampleCode\Resample.py" />
<Compile Include="ExampleCode\SetClipRegion.py" />
<Compile Include="ExampleCode\SetGeoReference.py" />
<Compile Include="ExampleCode\SetNoValue.py" />
<Compile Include="ExampleCode\SetProjection.py" />
<Compile Include="ExampleCode\SmPP\SMUP.py" />
<Compile Include="ExampleCode\SmPP\SMUP_Image.py" />
<Compile Include="ExampleCode\SmPP\SMUP_test.py" />
<Compile Include="ExampleCode\TM_TIF2UDB.py" />
<Compile Include="ExampleCode\UGO_DataImport.py" />
<Compile Include="ExampleCode\UpdatePyramidByBound.py" />
<Compile Include="ExampleCode\VectorToRaster.py" />
<Compile Include="ExampleCode\VisibilityAnalyst.py" />
<Compile Include="ExampleCode\VisibilityAnalyst2.py" />
<Compile Include="smBase.py" />
<Compile Include="test\testMergeImage.py" />
<Compile Include="test\testOthers.py" />
<Compile Include="test\testData.py" />
<Compile Include="test\testTk.py" />
<Compile Include="tk\filetk.py" />
<Compile Include="tk\basetk.py" />
<Compile Include="tk\imgtk.py" />
<Compile Include="smIO.py" />
<Compile Include="smData.py" />
<Compile Include="wx\wiz.py" />
<Compile Include="wx\wx2.py" />
<Compile Include="wx\wxImgDlg.py" />
<Compile Include="wx\wxtk.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="ExampleCode\" />
<Folder Include="ExampleCode\SmPP\" />
<Folder Include="dlg\" />
<Folder Include="wx\" />
<Folder Include="test\" />
<Folder Include="tk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>