You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

165 lines
8.7 KiB
XML

<?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>{4DE15A0C-1261-4715-9379-9CCD6265DB50}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>POSV.Service</RootNamespace>
<AssemblyName>POSV.Service</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="AsyncIO, Version=0.0.0.0, Culture=neutral, PublicKeyToken=44a94435bd6f33f8, processorArchitecture=MSIL">
<HintPath>..\packages\AsyncIO.0.1.40\lib\net40\AsyncIO.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\log4net.dll</HintPath>
</Reference>
<Reference Include="Nancy, Version=1.4.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nancy.1.4.4\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include="Nancy.Hosting.Self, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll</HintPath>
</Reference>
<Reference Include="Nancy.Serialization.JsonNet, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nancy.Serialization.JsonNet.1.4.1\lib\net40\Nancy.Serialization.JsonNet.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.4.12\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include="NPoco, Version=3.9.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NPoco.3.9.2\lib\net40\NPoco.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net40\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ConfigConstant.cs" />
<Compile Include="Constant.cs" />
<Compile Include="Entity\BaseEntity.cs" />
<Compile Include="Entity\Config.cs" />
<Compile Include="Entity\ServiceOrder.cs" />
<Compile Include="Global.cs" />
<Compile Include="Module\ApiModule.cs" />
<Compile Include="Module\SaleClearModule.cs" />
<Compile Include="MqttBrokerExt.cs" />
<Compile Include="Mqtt\ConnectError.cs" />
<Compile Include="Mqtt\ConnectOption.cs" />
<Compile Include="Mqtt\LibraryLoader.cs" />
<Compile Include="Mqtt\Mqtt3a\IMQTTAsync_options.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_connectOptions.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_delegate.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_disconnectOptions.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_failureData.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_message.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_responseOptions.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_successDataConnect.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_successDataSubscribe.cs" />
<Compile Include="Mqtt\Mqtt3a\MQTTAsync_willOptions.cs" />
<Compile Include="Mqtt\MqttClient.cs" />
<Compile Include="Mqtt\MqttError.cs" />
<Compile Include="Mqtt\MqttException.cs" />
<Compile Include="Mqtt\MqttMessage.cs" />
<Compile Include="Mqtt\MqttOptions\IMqttOptions.cs" />
<Compile Include="Mqtt\MqttOptions\MqttConnectOptions.cs" />
<Compile Include="Mqtt\MqttOptions\MqttDisconnecOptions.cs" />
<Compile Include="Mqtt\MqttOptions\MqttOptionsBase.cs" />
<Compile Include="Mqtt\MqttOptions\MqttResponseOptions.cs" />
<Compile Include="Mqtt\MqttPersistence.cs" />
<Compile Include="Mqtt\MqttQoS.cs" />
<Compile Include="Mqtt\MqttTopicQoS.cs" />
<Compile Include="Mqtt\MqttTraceLevels.cs" />
<Compile Include="Mqtt\MqttWill.cs" />
<Compile Include="Mqtt\Tasks\ITaskSetter.cs" />
<Compile Include="Mqtt\Tasks\TaskSetterTable.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServiceHelper.cs" />
<Compile Include="Utils\DateUtils.cs" />
<Compile Include="Utils\IdWorker.cs" />
<Compile Include="Utils\IdWorkerUtils.cs" />
<Compile Include="Utils\MqttBrokerUtils.cs" />
<Compile Include="Utils\NancyUtils.cs" />
<Compile Include="Utils\ObjectUtils.cs" />
<Compile Include="Utils\OrderUtils.cs" />
<Compile Include="Utils\MqttUtils.cs" />
<Compile Include="Utils\SaleClearUtils.cs" />
<Compile Include="Utils\SQLiteUtils.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\POSV.Common\POSV.Common.csproj">
<Project>{E65326DB-B2F1-44A9-8424-2C1D4B8BE711}</Project>
<Name>POSV.Common</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Entity\POSV.Entity.csproj">
<Project>{e545eef9-1a9e-4826-af69-8b30571150f8}</Project>
<Name>POSV.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Mqtt\POSV.Mqtt.csproj">
<Project>{e7567a50-daf7-415b-933e-3b620a4660d6}</Project>
<Name>POSV.Mqtt</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\System.Data.SQLite.Core.1.0.106.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net40\System.Data.SQLite.Core.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.106.0\build\net40\System.Data.SQLite.Core.targets'))" />
</Target>
</Project>