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.
227 lines
13 KiB
227 lines
13 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{5699F908-5B5C-4228-9EB7-6113B2B3992D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>GPSBusiness</RootNamespace>
|
|
<AssemblyName>GPSBusiness</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DnsClient, Version=1.4.0.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\DnsClient.1.4.0\lib\net471\DnsClient.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net">
|
|
<HintPath>..\lib\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MongoDB.Bson, Version=2.13.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MongoDB.Bson.2.13.1\lib\net452\MongoDB.Bson.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MongoDB.Driver, Version=2.13.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MongoDB.Driver.2.13.1\lib\net452\MongoDB.Driver.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MongoDB.Driver.Core, Version=2.13.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MongoDB.Driver.Core.2.13.1\lib\net452\MongoDB.Driver.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MongoDB.Libmongocrypt, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MongoDB.Libmongocrypt.1.2.3\lib\net472\MongoDB.Libmongocrypt.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.6.7.9\lib\net45\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SharpCompress, Version=0.23.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpCompress.0.23.0\lib\net45\SharpCompress.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\lib\StackExchange.Redis.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Caching" />
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.XML" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BaiDu\BaiduGPSServercs.cs" />
|
|
<Compile Include="BBGPSStandard\DataHead.cs" />
|
|
<Compile Include="BBGPSStandard\Data_0001.cs" />
|
|
<Compile Include="BBGPSStandard\Data_0100.cs" />
|
|
<Compile Include="BBGPSStandard\Data_0102.cs" />
|
|
<Compile Include="BBGPSStandard\Data_0104.cs" />
|
|
<Compile Include="BBGPSStandard\Data_0301.cs" />
|
|
<Compile Include="BBGPSStandard\Data_0302.cs" />
|
|
<Compile Include="BBGPSStandard\Data_0303.cs" />
|
|
<Compile Include="BBGPSStandard\Data_0500.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8001.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8100.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8103.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8105.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8201.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8202.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8300.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8301.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8302.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8303.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8304.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8400.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8401.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8500.cs" />
|
|
<Compile Include="BBGPSStandard\Data_8900.cs" />
|
|
<Compile Include="BBGPSStandard\Data_B003.cs" />
|
|
<Compile Include="Enum\EnumExtension.cs" />
|
|
<Compile Include="Enum\GpsBrandEnum.cs" />
|
|
<Compile Include="Enum\RedisPrefixEnum.cs" />
|
|
<Compile Include="Enum\StatusEnum.cs" />
|
|
<Compile Include="Helper\CalculationGpsHelper.cs" />
|
|
<Compile Include="BBGPSStandard\BBGPSStandardService.cs" />
|
|
<Compile Include="Helper\CacheManager.cs" />
|
|
<Compile Include="Helper\ConvertGps.cs" />
|
|
<Compile Include="Helper\ConvertHelp.cs" />
|
|
<Compile Include="Helper\MapHelper.cs" />
|
|
<Compile Include="Model\LocationModel.cs" />
|
|
<Compile Include="Model\MapLocation.cs" />
|
|
<Compile Include="Model\PathPlanning.cs" />
|
|
<Compile Include="Model\GDPointLatLng.cs" />
|
|
<Compile Include="Model\PointLatLng.cs" />
|
|
<Compile Include="Model\TXMapLocation.cs" />
|
|
<Compile Include="Sql\SqlHelp.cs" />
|
|
<Compile Include="LogExtensions.cs" />
|
|
<Compile Include="MyGPSServer.cs" />
|
|
<Compile Include="PkgHeader.cs" />
|
|
<Compile Include="GPSStandard\GPSStandardHelper.cs" />
|
|
<Compile Include="GPSStandard\BBStandardToCarGPSHandler.cs" />
|
|
<Compile Include="Helper\ByteBuilder.cs" />
|
|
<Compile Include="Helper\ByteConvert.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="GPSStandard\GPSResponseData.cs" />
|
|
<Compile Include="GPSStandard\ICarService.cs" />
|
|
<Compile Include="GPSStandard\IStandardToCarGPSHandler.cs" />
|
|
<Compile Include="Sql\SqlRepository.cs" />
|
|
<Compile Include="Redis\RedisContext.cs" />
|
|
<Compile Include="Redis\RedisHelper.cs" />
|
|
<Compile Include="Redis\RedisRepository.cs" />
|
|
<Compile Include="Util\GpsUtil.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GpsModel\GpsModels.csproj">
|
|
<Project>{275fe3f1-11a3-46f5-8320-493926113c9e}</Project>
|
|
<Name>GpsModels</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\HPSocketCS\HPSocketCS.csproj">
|
|
<Project>{dfa935e2-cf37-4e26-b697-d7f3dee19dd8}</Project>
|
|
<Name>HPSocketCS</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="libmongocrypt.dylib" />
|
|
<None Include="libmongocrypt.so" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Core\Compression\Snappy\lib\win\snappy32.dll" />
|
|
<Content Include="Core\Compression\Snappy\lib\win\snappy64.dll" />
|
|
<Content Include="Core\Compression\Zstandard\lib\win\libzstd.dll" />
|
|
<Content Include="mongocrypt.dll" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\MongoDB.Driver.Core.2.13.1\build\MongoDB.Driver.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MongoDB.Driver.Core.2.13.1\build\MongoDB.Driver.Core.targets'))" />
|
|
<Error Condition="!Exists('..\packages\MongoDB.Libmongocrypt.1.2.3\build\MongoDB.Libmongocrypt.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MongoDB.Libmongocrypt.1.2.3\build\MongoDB.Libmongocrypt.targets'))" />
|
|
</Target>
|
|
<Import Project="..\packages\MongoDB.Driver.Core.2.13.1\build\MongoDB.Driver.Core.targets" Condition="Exists('..\packages\MongoDB.Driver.Core.2.13.1\build\MongoDB.Driver.Core.targets')" />
|
|
<Import Project="..\packages\MongoDB.Libmongocrypt.1.2.3\build\MongoDB.Libmongocrypt.targets" Condition="Exists('..\packages\MongoDB.Libmongocrypt.1.2.3\build\MongoDB.Libmongocrypt.targets')" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|