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.

83 lines
3.8 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>{3EFE1A92-DF3D-4B98-8A6B-DDA264385E52}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SLH.SSDMS.Services</RootNamespace>
<AssemblyName>SLH.SSDMS.Services</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="AutoMapper, Version=5.0.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.5.0.2\lib\net45\AutoMapper.dll</HintPath>
</Reference>
<Reference Include="SqlSugar, Version=5.0.2.6, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SqlSugar.5.0.2.6\lib\SqlSugar.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<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="IBaseServices.cs" />
<Compile Include="IBufferParse.cs" />
<Compile Include="IReturnBuffer.cs" />
<Compile Include="IRfidJudge.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="serviceImpl\BaseServices.cs" />
<Compile Include="serviceImpl\BufferParse.cs" />
<Compile Include="serviceImpl\ReturnBuffer.cs" />
<Compile Include="serviceImpl\RfidJudge.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SLH.SSDMS.Common\SLH.SSDMS.Common.csproj">
<Project>{9DB66868-C6F0-4522-A551-09452B927C52}</Project>
<Name>SLH.SSDMS.Common</Name>
</ProjectReference>
<ProjectReference Include="..\SLH.SSDMS.Model\SLH.SSDMS.Model.csproj">
<Project>{1C8B2E03-FC2D-4385-B87A-51A8DD92FE01}</Project>
<Name>SLH.SSDMS.Model</Name>
</ProjectReference>
<ProjectReference Include="..\SLH.SSDMS.RestSharp\SLH.SSDMS.RestSharp.csproj">
<Project>{BD42A6EC-6A27-4E28-938F-9E7906D049E0}</Project>
<Name>SLH.SSDMS.RestSharp</Name>
</ProjectReference>
<ProjectReference Include="..\SLH.SSDMS.WebSocket\SLH.SSDMS.WebSocket.csproj">
<Project>{634C0CFF-E2D5-462C-9395-1540BA1282FD}</Project>
<Name>SLH.SSDMS.WebSocket</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>