<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>8.0.30703</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{C9433CAD-5795-4735-8DA8-76BEC4C82A52}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Sodao.FastSocket.Server</RootNamespace>
|
<AssemblyName>FastSocket.Server</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<TargetFrameworkProfile />
|
</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>
|
<DocumentationFile>bin\Debug\FastSocket.Server.xml</DocumentationFile>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>none</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<DocumentationFile>bin\Release\FastSocket.Server.xml</DocumentationFile>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DocumentationFile>bin\Debug\FastSocket.Server.xml</DocumentationFile>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
<OutputPath>bin\x64\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<DocumentationFile>bin\Release\FastSocket.Server.xml</DocumentationFile>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DocumentationFile>bin\Debug\FastSocket.Server.xml</DocumentationFile>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
<OutputPath>bin\x86\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<DocumentationFile>bin\Release\FastSocket.Server.xml</DocumentationFile>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\..\..\液体工作站 (2)\chune\BiosenSocketService\libs\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="XImaging.Automation.Library.HxDriverLib">
|
<HintPath>..\libs\XImaging.Automation.Library.HxDriverLib.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Config\Server.cs" />
|
<Compile Include="Config\ServerCollection.cs" />
|
<Compile Include="Config\SocketServerConfig.cs" />
|
<Compile Include="HxSocketServerService.cs" />
|
<Compile Include="ISocketListener.cs" />
|
<Compile Include="ISocketService.cs" />
|
<Compile Include="IUdpServer.cs" />
|
<Compile Include="AbsUdpService.cs" />
|
<Compile Include="IUdpService.cs" />
|
<Compile Include="LogHelper.cs" />
|
<Compile Include="Messaging\HxMessage.cs" />
|
<Compile Include="Messaging\IMessage.cs" />
|
<Compile Include="Messaging\CommandLineMessage.cs" />
|
<Compile Include="Messaging\ThriftMessage.cs" />
|
<Compile Include="Protocol\HxProtocol.cs" />
|
<Compile Include="Protocol\IUdpProtocol.cs" />
|
<Compile Include="SocketListener.cs" />
|
<Compile Include="AbsSocketService.cs" />
|
<Compile Include="Protocol\BadProtocolException.cs" />
|
<Compile Include="Protocol\CommandLineProtocol.cs" />
|
<Compile Include="Protocol\ProtocolNames.cs" />
|
<Compile Include="Protocol\IProtocol.cs" />
|
<Compile Include="Protocol\ThriftProtocol.cs" />
|
<Compile Include="SocketServer.cs" />
|
<Compile Include="SocketServerManager.cs" />
|
<Compile Include="UdpServer.cs" />
|
<Compile Include="UdpSession.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="app.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\FastSocket.SocketBase\FastSocket.SocketBase.csproj">
|
<Project>{19ac13bd-92bd-4851-a38f-5642c1f97656}</Project>
|
<Name>FastSocket.SocketBase</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>
|