123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?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>{FA7A3CFB-13DE-44E9-B562-F26A0CBE6350}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>App.ServiceCenter.NetFx</RootNamespace>
- <AssemblyName>App.ServiceCenter.NetFx</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <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' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Fleck, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Fleck.1.1.0\lib\net45\Fleck.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.DotNet.PlatformAbstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.DotNet.PlatformAbstractions.2.0.0\lib\net45\Microsoft.DotNet.PlatformAbstractions.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.DependencyModel, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Extensions.DependencyModel.2.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Sers.CL.Ipc.NamedPipe, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sers.CL.Ipc.NamedPipe.2.1.1.602\lib\netstandard2.0\Sers.CL.Ipc.NamedPipe.dll</HintPath>
- </Reference>
- <Reference Include="Sers.CL.Socket.Iocp, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sers.CL.Socket.Iocp.2.1.1.602\lib\netstandard2.0\Sers.CL.Socket.Iocp.dll</HintPath>
- </Reference>
- <Reference Include="Sers.CL.Socket.ThreadWait, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sers.CL.Socket.ThreadWait.2.1.1.602\lib\netstandard2.0\Sers.CL.Socket.ThreadWait.dll</HintPath>
- </Reference>
- <Reference Include="Sers.CL.WebSocket, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sers.CL.WebSocket.2.1.1.602\lib\netstandard2.0\Sers.CL.WebSocket.dll</HintPath>
- </Reference>
- <Reference Include="Sers.Core, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sers.Core.2.1.1.602\lib\netstandard2.0\Sers.Core.dll</HintPath>
- </Reference>
- <Reference Include="Sers.Gover, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sers.Gover.2.1.1.602\lib\netstandard2.0\Sers.Gover.dll</HintPath>
- </Reference>
- <Reference Include="Sers.Hardware, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sers.Hardware.2.1.1.602\lib\netstandard2.0\Sers.Hardware.dll</HintPath>
- </Reference>
- <Reference Include="Sers.ServiceCenter, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sers.ServiceCenter.2.1.1.602\lib\netstandard2.0\Sers.ServiceCenter.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.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" />
- <Reference Include="Vit.Core, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Vit.Core.2.1.1.602\lib\netstandard2.0\Vit.Core.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <Content Include="appsettings.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Connected Services\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- </PropertyGroup>
- </Project>
|