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.
174 lines
9.3 KiB
174 lines
9.3 KiB
<?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>{4A2639CA-17F4-41C8-AF55-2F03E3BCCA44}</ProjectGuid> |
|
<OutputType>Exe</OutputType> |
|
<RootNamespace>KDataCheck</RootNamespace> |
|
<AssemblyName>KDataCheck</AssemblyName> |
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
|
<FileAlignment>512</FileAlignment> |
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
<Deterministic>true</Deterministic> |
|
<PublishUrl>publish\</PublishUrl> |
|
<Install>true</Install> |
|
<InstallFrom>Disk</InstallFrom> |
|
<UpdateEnabled>false</UpdateEnabled> |
|
<UpdateMode>Foreground</UpdateMode> |
|
<UpdateInterval>7</UpdateInterval> |
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
<UpdateRequired>false</UpdateRequired> |
|
<MapFileExtensions>true</MapFileExtensions> |
|
<ApplicationRevision>0</ApplicationRevision> |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
<NuGetPackageImportStamp> |
|
</NuGetPackageImportStamp> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>full</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>..\Apps\</OutputPath> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<DebugType>pdbonly</DebugType> |
|
<Optimize>true</Optimize> |
|
<OutputPath>..\Apps\</OutputPath> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<TargetZone>LocalIntranet</TargetZone> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<GenerateManifests>false</GenerateManifests> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="ESRI.ArcGIS.Carto, Version=10.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
<HintPath>..\Lib\ESRI\ESRI.ArcGIS.Carto.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ESRI.ArcGIS.DataSourcesFile, Version=10.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
<HintPath>..\Lib\ESRI\ESRI.ArcGIS.DataSourcesFile.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ESRI.ArcGIS.DataSourcesGDB, Version=10.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
<HintPath>C:\Windows\assembly\GAC_MSIL\ESRI.ArcGIS.DataSourcesGDB\10.2.0.0__8fc3cc631e44ad86\ESRI.ArcGIS.DataSourcesGDB.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ESRI.ArcGIS.Display, Version=10.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
<HintPath>..\Lib\ESRI\ESRI.ArcGIS.Display.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ESRI.ArcGIS.Geodatabase, Version=10.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
<HintPath>..\Lib\ESRI\ESRI.ArcGIS.Geodatabase.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ESRI.ArcGIS.Geometry, Version=10.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
<HintPath>..\Lib\ESRI\ESRI.ArcGIS.Geometry.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ESRI.ArcGIS.System, Version=10.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
<HintPath>..\Lib\ESRI\ESRI.ArcGIS.System.dll</HintPath> |
|
</Reference> |
|
<Reference Include="KGIS.Framework.AE, Version=1.0.1.0, Culture=neutral, PublicKeyToken=4b1e5714b0a20e90, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\KGIS.Framework.AE.1.0.6\lib\KGIS.Framework.AE.dll</HintPath> |
|
</Reference> |
|
<Reference Include="KGIS.Framework.DBOperator, Version=1.0.1.0, Culture=neutral, PublicKeyToken=4b1e5714b0a20e90, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\KGIS.Framework.DBOperator.1.0.0\lib\KGIS.Framework.DBOperator.dll</HintPath> |
|
</Reference> |
|
<Reference Include="KGIS.Framework.Maps, Version=1.0.1.0, Culture=neutral, PublicKeyToken=4b1e5714b0a20e90, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\packages\Kingo.PluginLibraryForMap.2.0.5\lib\KGIS.Framework.Maps.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="KGIS.Framework.ThreadManager"> |
|
<HintPath>..\Lib\KGIS.Framework.ThreadManager.dll</HintPath> |
|
</Reference> |
|
<Reference Include="KGIS.Framework.Utils, Version=1.0.1.0, Culture=neutral, PublicKeyToken=4b1e5714b0a20e90, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\Apps\KGIS.Framework.Utils.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="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<HintPath>..\packages\KGIS.Framework.AE.1.0.6\lib\stdole.dll</HintPath> |
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core" /> |
|
<Reference Include="System.Data.SQLite, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\KGIS.Framework.AE.1.0.6\lib\System.Data.SQLite.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System.Xml.Linq" /> |
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
<Reference Include="Microsoft.CSharp" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Net.Http" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="DataCheckHelper.cs" /> |
|
<Compile Include="DBLayerSourceHelper.cs" /> |
|
<Compile Include="ExeGPForProces.cs" /> |
|
<Compile Include="Program.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="App.config" /> |
|
<None Include="packages.config" /> |
|
<None Include="Properties\app.manifest" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> |
|
<Visible>False</Visible> |
|
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName> |
|
<Install>true</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
<Install>false</Install> |
|
</BootstrapperPackage> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\Kingo.PluginServiceInterface\Kingo.PluginServiceInterface.csproj"> |
|
<Project>{5e1f7e10-99ea-4893-8d52-a38b9491896d}</Project> |
|
<Name>Kingo.PluginServiceInterface</Name> |
|
</ProjectReference> |
|
</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> |