<?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>{40B77789-EA11-4C05-8F52-86711D7BCAAF}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>SuperSocket.SocketBase</RootNamespace>
    <AssemblyName>SuperSocket.SocketBase</AssemblyName>
    <FileAlignment>512</FileAlignment>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <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>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
    <DocumentationFile>bin\Debug\SuperSocket.SocketBase.XML</DocumentationFile>
    <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>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
    <DocumentationFile>bin\Release\SuperSocket.SocketBase.XML</DocumentationFile>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup>
    <SignAssembly>true</SignAssembly>
  </PropertyGroup>
  <PropertyGroup>
    <AssemblyOriginatorKeyFile>.\supersocket.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
      <HintPath>..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll</HintPath>
    </Reference>
    <Reference Include="log4net">
      <HintPath>..\SuperWebSocket\DLL\log4net.dll</HintPath>
    </Reference>
    <Reference Include="MongoDB.Bson, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\MongoDB.Bson.2.7.0\lib\net45\MongoDB.Bson.dll</HintPath>
    </Reference>
    <Reference Include="MongoDB.Driver, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\MongoDB.Driver.2.7.0\lib\net45\MongoDB.Driver.dll</HintPath>
    </Reference>
    <Reference Include="MongoDB.Driver.Core, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\MongoDB.Driver.Core.2.7.0\lib\net45\MongoDB.Driver.Core.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Buffers, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
      <HintPath>..\packages\System.Buffers.4.3.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
    </Reference>
    <Reference Include="System.Core" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
      <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Xml" />
    <Reference Include="System.Configuration" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
      <Link>GlobalAssemblyInfo.cs</Link>
    </Compile>
    <Compile Include="AppServerBase.ConfigHotUpdate.cs" />
    <Compile Include="Async.cs" />
    <Compile Include="CommandExecutingContext.cs" />
    <Compile Include="Command\ICommandFilterProvider.cs" />
    <Compile Include="Config\HotUpdateAttribute.cs" />
    <Compile Include="IActiveConnector.cs" />
    <Compile Include="IStatusInfoSource.cs" />
    <Compile Include="ISystemEndPoint.cs" />
    <Compile Include="Metadata\CommandFilterAttribute.cs" />
    <Compile Include="Command\CommandLoaderBase.cs" />
    <Compile Include="Command\CommandInfo.cs" />
    <Compile Include="Command\CommandUpdateEventArgs.cs" />
    <Compile Include="Config\CommandAssemblyConfig.cs" />
    <Compile Include="Config\ICommandAssemblyConfig.cs" />
    <Compile Include="Config\IConfigurationSource.cs" />
    <Compile Include="Config\ITypeProvider.cs" />
    <Compile Include="Config\ConfigurationSource.cs" />
    <Compile Include="Config\TypeProvider.cs" />
    <Compile Include="Config\TypeProviderCollection.cs" />
    <Compile Include="Config\TypeProviderConfig.cs" />
    <Compile Include="Extensions.cs" />
    <Compile Include="IWorkItem.cs" />
    <Compile Include="Metadata\StatusInfoAttribute.cs" />
    <Compile Include="IBootstrap.cs" />
    <Compile Include="ILoggerProvider.cs" />
    <Compile Include="IsolationMode.cs" />
    <Compile Include="Logging\ConsoleLog.cs" />
    <Compile Include="Logging\ConsoleLogFactory.cs" />
    <Compile Include="Logging\ILog.cs" />
    <Compile Include="Logging\ILogFactory.cs" />
    <Compile Include="Logging\Log4NetLog.cs" />
    <Compile Include="Logging\Log4NetLogFactory.cs" />
    <Compile Include="Logging\LogFactoryBase.cs" />
    <Compile Include="Metadata\DefaultAppServerMetadata.cs" />
    <Compile Include="Metadata\AppServerMetadataTypeAttribute.cs" />
    <Compile Include="NodeStatus.cs" />
    <Compile Include="Protocol\FilterState.cs" />
    <Compile Include="Protocol\IReceiveFilterInitializer.cs" />
    <Compile Include="Protocol\IOffsetAdapter.cs" />
    <Compile Include="Protocol\TerminatorReceiveFilterFactory.cs" />
    <Compile Include="Provider\ExportFactory.cs" />
    <Compile Include="Provider\ProviderFactoryInfo.cs" />
    <Compile Include="Provider\ProviderKey.cs" />
    <Compile Include="RequestHandler.cs" />
    <Compile Include="Config\IListenerConfig.cs" />
    <Compile Include="Config\ListenerConfig.cs" />
    <Compile Include="ListenerInfo.cs" />
    <Compile Include="Protocol\BinaryRequestInfo.cs" />
    <Compile Include="Command\CommandBase.cs" />
    <Compile Include="Command\CommandUpdateInfo.cs" />
    <Compile Include="Command\ICommand.cs" />
    <Compile Include="Command\ICommandLoader.cs" />
    <Compile Include="Protocol\CommandLineReceiveFilterFactory.cs" />
    <Compile Include="Protocol\DefaultReceiveFilterFactory.cs" />
    <Compile Include="Protocol\IReceiveFilterFactory.cs" />
    <Compile Include="Protocol\IRequestInfo.cs" />
    <Compile Include="Protocol\ReceiveFilterBase.cs" />
    <Compile Include="Protocol\RequestInfo.cs" />
    <Compile Include="Protocol\StringRequestInfo.cs" />
    <Compile Include="Command\ReflectCommandLoader.cs" />
    <Compile Include="Protocol\TerminatorReceiveFilter.cs" />
    <Compile Include="Protocol\UdpRequestInfo.cs" />
    <Compile Include="Config\CertificateConfig.cs" />
    <Compile Include="Config\ICertificateConfig.cs" />
    <Compile Include="Config\IRootConfig.cs" />
    <Compile Include="Config\IServerConfig.cs" />
    <Compile Include="Config\RootConfig.cs" />
    <Compile Include="Config\ServerConfig.cs" />
    <Compile Include="Protocol\IReceiveFilter.cs" />
    <Compile Include="IAppServer.cs" />
    <Compile Include="IAppSession.cs" />
    <Compile Include="IConnectionFilter.cs" />
    <Compile Include="ISessionBase.cs" />
    <Compile Include="ISocketServer.cs" />
    <Compile Include="ISocketServerFactory.cs" />
    <Compile Include="ISocketSession.cs" />
    <Compile Include="LoggerExtension.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Protocol\BasicRequestInfoParser.cs" />
    <Compile Include="Protocol\IRequestInfoParser.cs" />
    <Compile Include="Security\CertificateManager.cs" />
    <Compile Include="ServerState.cs" />
    <Compile Include="Metadata\StatusInfoKeys.cs" />
    <Compile Include="SessionHandler.cs" />
    <Compile Include="SocketMode.cs" />
    <Compile Include="AppServer.cs" />
    <Compile Include="AppServerBase.cs" />
    <Compile Include="AppSession.cs" />
    <Compile Include="Command\StringCommandBase.cs" />
    <Compile Include="StatusInfoCollection.cs" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
      <Visible>False</Visible>
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <WCFMetadata Include="Service References\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\SocketCommon\SuperSocket.Common.Net40.csproj">
      <Project>{a24f4d38-ba9c-4fd6-95b7-4980de36131a}</Project>
      <Name>SuperSocket.Common.Net40</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </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>