年度变更建库软件5.0版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

314 lines
17 KiB

4 months ago
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6EF19A54-E6D8-48FF-9F0A-5D2CB177FC0D}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Kingo.Mobile.Shape2KOTool</RootNamespace>
<AssemblyName>Kingo.Mobile.Shape2KOTool</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ApplicationIcon>Kingo.Mobile.Shape2KOTool.ico</ApplicationIcon>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\Apps\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>JKRJ.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ArcShapeFileNetDLL">
<HintPath>..\..\..\Lib\ArcShapeFileNetDLL.dll</HintPath>
</Reference>
<Reference Include="gdalconst_csharp, Version=3.5.0.0, Culture=neutral, PublicKeyToken=db5a52b08dc5b321, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\GDAL.3.5.0\lib\netstandard2.0\gdalconst_csharp.dll</HintPath>
</Reference>
<Reference Include="gdal_csharp, Version=3.5.0.0, Culture=neutral, PublicKeyToken=db5a52b08dc5b321, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\GDAL.3.5.0\lib\netstandard2.0\gdal_csharp.dll</HintPath>
</Reference>
<Reference Include="Kingo.Core.Authorize, Version=1.1.9.0, Culture=neutral, PublicKeyToken=49863d91e6d94444, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Kingo.Core.Authorize.1.1.15\lib\net452\Kingo.Core.Authorize.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="ogr_csharp, Version=3.5.0.0, Culture=neutral, PublicKeyToken=db5a52b08dc5b321, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\GDAL.3.5.0\lib\netstandard2.0\ogr_csharp.dll</HintPath>
</Reference>
<Reference Include="osr_csharp, Version=3.5.0.0, Culture=neutral, PublicKeyToken=db5a52b08dc5b321, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\GDAL.3.5.0\lib\netstandard2.0\osr_csharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.SQLite">
<HintPath>..\..\..\Lib\SQLite\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Common\LogAPI.cs" />
<Compile Include="Shape2KOTool\DBFDocument.cs" />
<Compile Include="Shape2KOTool\eFieldType.cs" />
<Compile Include="Shape2KOTool\FileInfo.cs" />
<Compile Include="Shape2KOTool\frmDataSetting.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Shape2KOTool\frmLabelInfoSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Shape2KOTool\frmLabelInfoSetting.Designer.cs">
<DependentUpon>frmLabelInfoSetting.cs</DependentUpon>
</Compile>
<Compile Include="Shape2KOTool\frmSymbolSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Shape2KOTool\frmSymbolSetting.Designer.cs">
<DependentUpon>frmSymbolSetting.cs</DependentUpon>
</Compile>
<Compile Include="Shape2KOTool\Header.cs" />
<Compile Include="Shape2KOTool\KoDataBase\AdvancedDrawimgInfoManager.cs" />
<Compile Include="Shape2KOTool\KoDataBase\DBFReader.cs" />
<Compile Include="Shape2KOTool\KoDataBase\ISpatialDataSource.cs" />
<Compile Include="Shape2KOTool\KoDataBase\KODBFeatureLayer.cs" />
<Compile Include="Shape2KOTool\KoDataBase\MessageReport.cs" />
<Compile Include="Shape2KOTool\KoDataBase\SHPDataSource.cs" />
<Compile Include="Shape2KOTool\Program.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<DependentUpon>Settings.settings</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Shape2KOTool\ShapeFieldInfo.cs" />
<Compile Include="Shape2KOTool\SpatialRefrenceStruct.cs" />
<Compile Include="Shape2KOTool\SymbolSetting\frmAddUniqueType.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\frmAddUniqueType.Designer.cs">
<DependentUpon>frmAddUniqueType.cs</DependentUpon>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\frmSymbolConfig.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\frmSymbolConfig.Designer.cs">
<DependentUpon>frmSymbolConfig.cs</DependentUpon>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\frmSymbolSelector.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\frmSymbolSelector.Designer.cs">
<DependentUpon>frmSymbolSelector.cs</DependentUpon>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\IRender.cs" />
<Compile Include="Shape2KOTool\SymbolSetting\ISymbolConfig.cs" />
<Compile Include="Shape2KOTool\SymbolSetting\ListViewColumnSorter.cs" />
<Compile Include="Shape2KOTool\SymbolSetting\ListViewHelper.cs" />
<Compile Include="Shape2KOTool\SymbolSetting\ListViewStyle.cs" />
<Compile Include="Shape2KOTool\SymbolSetting\UCPanelColor.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\UCSingleSymbolConfig.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\UCSymbolItem.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\UCSymbolItemConfig.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\UCSymbolItemConfig.Designer.cs">
<DependentUpon>UCSymbolItemConfig.cs</DependentUpon>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\UCUniqueValueSymbolConfig.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Shape2KOTool\SymbolSetting\UniqueStyle.cs" />
<Compile Include="Shape2KOTool\XSDClass\AdvancedDrawingInfo.cs" />
<Compile Include="Shape2KOTool\XSDClass\AMarkSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\AnchorPointClass.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMColorSubstitution.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMFill.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMFilledStroke.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMFillPlacement.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMFillPlacementInsidePolygon.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMHatchPattern.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMLineSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMMarker.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMMarkerPattern.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMPattern.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMPictureMarker.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMPlacedPointSymbolsHashLine.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMPlacedPointSymbolsMarkerLine.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMPointSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMPointSymbolPlacementAlongLineSameSize.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMPolygonSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMSimpleMarker.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMSolidPattern.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMSymbolReference.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMTiledPattern.cs" />
<Compile Include="Shape2KOTool\XSDClass\CIMVectorMarker.cs" />
<Compile Include="Shape2KOTool\XSDClass\CLSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\CMarkerSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\ColorSubstitution.cs" />
<Compile Include="Shape2KOTool\XSDClass\CommonMethod.cs" />
<Compile Include="Shape2KOTool\XSDClass\ControllerMembership.cs" />
<Compile Include="Shape2KOTool\XSDClass\DEFeatureClassInfo.cs" />
<Compile Include="Shape2KOTool\XSDClass\Domains.cs" />
<Compile Include="Shape2KOTool\XSDClass\DrawingInfo.cs" />
<Compile Include="Shape2KOTool\XSDClass\EditFieldsInfo.cs" />
<Compile Include="Shape2KOTool\XSDClass\Envelop.cs" />
<Compile Include="Shape2KOTool\XSDClass\EnvelopeN.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriArrowMarkerStyle.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriDatasetType.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriFeatureType.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriFieldType.cs" />
<Compile Include="Shape2KOTool\XSDClass\ESRIFont.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriGeometryType.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriLineCapStyle.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriLineJoinStyle.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriMarkerFillStyle.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriSimpleFillStyle.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriSimpleLineStyle.cs" />
<Compile Include="Shape2KOTool\XSDClass\esriSimpleMarkerStyle.cs" />
<Compile Include="Shape2KOTool\XSDClass\ESRIType.cs" />
<Compile Include="Shape2KOTool\XSDClass\Extent.cs" />
<Compile Include="Shape2KOTool\XSDClass\Field.cs" />
<Compile Include="Shape2KOTool\XSDClass\FieldCreationConverter.cs" />
<Compile Include="Shape2KOTool\XSDClass\FieldNomal.cs" />
<Compile Include="Shape2KOTool\XSDClass\FieldWithLength.cs" />
<Compile Include="Shape2KOTool\XSDClass\FrameClass.cs" />
<Compile Include="Shape2KOTool\XSDClass\FSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\FSymbolWithNameAndData.cs" />
<Compile Include="Shape2KOTool\XSDClass\GeometryClass.cs" />
<Compile Include="Shape2KOTool\XSDClass\GPFieldInfoEx.cs" />
<Compile Include="Shape2KOTool\XSDClass\HashLSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\ItemInfo.cs" />
<Compile Include="Shape2KOTool\XSDClass\LabelingInfo.cs" />
<Compile Include="Shape2KOTool\XSDClass\LineFSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\LSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\MarkerGraphicsClass.cs" />
<Compile Include="Shape2KOTool\XSDClass\MarkLSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\MFSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\Modify.cs" />
<Compile Include="Shape2KOTool\XSDClass\MSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\MultiLayerFillSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\MultiLayerLineSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\MultiLayerMarkerSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\Names.cs" />
<Compile Include="Shape2KOTool\XSDClass\OutLine.cs" />
<Compile Include="Shape2KOTool\XSDClass\OwnershipBasedAccessControlForFeatures.cs" />
<Compile Include="Shape2KOTool\XSDClass\PFSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\PictureLSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\PMarkSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\ProjectedCoordinateSystem.cs" />
<Compile Include="Shape2KOTool\XSDClass\PropertySet.cs" />
<Compile Include="Shape2KOTool\XSDClass\PropertySetProperty.cs" />
<Compile Include="Shape2KOTool\XSDClass\Prototype.cs" />
<Compile Include="Shape2KOTool\XSDClass\Relationship.cs" />
<Compile Include="Shape2KOTool\XSDClass\Renderer.cs" />
<Compile Include="Shape2KOTool\XSDClass\SFSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\SimpleRenderer.cs" />
<Compile Include="Shape2KOTool\XSDClass\SLSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\SMarkerSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\SpatialReference.cs" />
<Compile Include="Shape2KOTool\XSDClass\Symbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\SymbolLayer.cs" />
<Compile Include="Shape2KOTool\XSDClass\Template.cs" />
<Compile Include="Shape2KOTool\XSDClass\TSSymbol.cs" />
<Compile Include="Shape2KOTool\XSDClass\TypeObject.cs" />
<Compile Include="Shape2KOTool\XSDClass\TypeObjectCreationConverter.cs" />
<Compile Include="Shape2KOTool\XSDClass\UniqueType.cs" />
<Compile Include="Shape2KOTool\XSDClass\UniqueValueInfo.cs" />
<Compile Include="Shape2KOTool\XSDClass\UniqueValueRenderer.cs" />
<Compile Include="SQLiteHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="Shape2KOTool\frmSymbolSetting.resx">
<DependentUpon>frmSymbolSetting.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Shape2KOTool\SymbolSetting\frmSymbolSelector.resx">
<DependentUpon>frmSymbolSelector.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Shape2KOTool\SymbolSetting\UCSymbolItemConfig.resx">
<DependentUpon>UCSymbolItemConfig.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="JKRJ.pfx" />
<None Include="packages.config" />
<None Include="Properties\DataSources\FiledInfo.datasource" />
<None Include="Properties\DataSources\Kingo.Mobile.Shape2KOTool.SymbolSetting.ListViewStyle.datasource" />
<None Include="Properties\DataSources\Kingo.Mobile.Shape2KOTool.SymbolSetting.UniqueStyle.datasource" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="Resources\kodatabase.ko" />
<None Include="Resources\kodatabaseNB.ko" />
<None Include="Resources\offlinedata.db" />
<None Include="Resources\offlinedata.geodatabase" />
<None Include="Resources\Template.ko" />
<None Include="Resources\TemplateLine.ko" />
<None Include="Resources\TemplateNB.ko" />
<None Include="Resources\TemplatePoint.ko" />
</ItemGroup>
<ItemGroup>
<Content Include="Kingo.Mobile.Shape2KOTool.ico" />
<Content Include="Resources\sg.png" />
<Content Include="Resources\sg2.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\..\packages\Kingo.Core.Authorize.1.1.15\build\Kingo.Core.Authorize.targets" Condition="Exists('..\..\..\packages\Kingo.Core.Authorize.1.1.15\build\Kingo.Core.Authorize.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\..\packages\Kingo.Core.Authorize.1.1.15\build\Kingo.Core.Authorize.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Kingo.Core.Authorize.1.1.15\build\Kingo.Core.Authorize.targets'))" />
</Target>
</Project>