<?xml version="1.0"?>
|
<configuration>
|
<appSettings>
|
<add key="osgbLabTitle" value="OSGB数据处理工具"/>
|
<add key="isTest" value="1"/>
|
<add key="fly" value="Resources\sample.fly"/>
|
<add key="testFly" value="E:\data\opting\2022.fly"/>
|
<!--<add key="tePath" value="C:\Program Files\Skyline\TerraExplorer Pro"/>-->
|
<add key="tePath" value="C:\Program Files\SmartEarth\TerraExplorer Pro"/>
|
<!--<add key="osgblabPath" value="C:\Program Files\OSGBLab\Trial\OSGBLab.exe"/>-->
|
<add key="osgblabPath" value="OSGBLab\Trial\OSGBLab.exe"/>
|
<add key="shpTxtPath" value="shp.txt"/>
|
</appSettings>
|
<startup>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
</startup>
|
</configuration>
|