<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{153FEF72-191C-43D9-BE71-2B351C7AC760}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SuperSocket.SocketEngine</RootNamespace> <AssemblyName>SuperSocket.SocketEngine</AssemblyName> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <IsWebBootstrapper>false</IsWebBootstrapper> <TargetFrameworkProfile /> <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> </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> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <DocumentationFile>bin\Debug\SuperSocket.SocketEngine.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> <DocumentationFile>bin\Release\SuperSocket.SocketEngine.XML</DocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <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="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.configuration" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data" /> <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.Runtime.Remoting" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs"> <Link>GlobalAssemblyInfo.cs</Link> </Compile> <Compile Include="AppDomainAppServer.cs" /> <Compile Include="AppDomainAppServer.StatusInfo.cs" /> <Compile Include="AppDomainBootstrap.cs" /> <Compile Include="AppDomainBootstrap.Net40.cs" /> <Compile Include="AssemblyImport.cs" /> <Compile Include="BootstrapFactory.cs" /> <Compile Include="ConfigurationWatcher.cs" /> <Compile Include="Configuration\CommandAssembly.cs" /> <Compile Include="Configuration\SocketServiceConfig.cs" /> <Compile Include="DefaultBootstrap.Net40.cs" /> <Compile Include="IExceptionSource.cs" /> <Compile Include="IPerformanceMonitor.cs" /> <Compile Include="IProcessServer.cs" /> <Compile Include="IRemoteWorkItem.cs" /> <Compile Include="IsolationAppServer.cs" /> <Compile Include="ProcessAppServer.cs" /> <Compile Include="ProcessBootstrap.cs" /> <Compile Include="ProcessLocker.cs" /> <Compile Include="ProcessPerformanceCounterHelper.cs" /> <Compile Include="RemoteBootstrapProxy.cs" /> <Compile Include="ServerTypeMetadata.cs" /> <Compile Include="SocketSession.Net.cs" /> <Compile Include="TypeValidator.cs" /> <Compile Include="WorkItemFactoryInfoLoader.cs" /> <Compile Include="IAsyncSocketSession.cs" /> <Compile Include="DefaultBootstrap.cs" /> <Compile Include="WorkItemFactoryInfo.cs" /> <Compile Include="MarshalAppServer.cs" /> <Compile Include="PerformanceMonitor.cs" /> <Compile Include="SocketListenerBase.cs" /> <Compile Include="TcpAsyncSocketListener.cs" /> <Compile Include="AsyncSocketServer.cs"> <SubType>Code</SubType> </Compile> <Compile Include="AsyncSocketSession.cs"> <SubType>Code</SubType> </Compile> <Compile Include="AsyncSocket\SocketAsyncEventArgsProxy.cs"> <SubType>Code</SubType> </Compile> <Compile Include="AsyncStreamSocketSession.cs" /> <Compile Include="Configuration\CertificateConfig.cs" /> <Compile Include="Configuration\Listener.cs" /> <Compile Include="Configuration\Server.cs" /> <Compile Include="Configuration\ServerCollection.cs" /> <Compile Include="ISocketListener.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="SocketServerFactory.cs" /> <Compile Include="SocketServerBase.cs" /> <Compile Include="SocketSession.cs" /> <Compile Include="TcpSocketServerBase.cs" /> <Compile Include="UdpSocketListener.cs" /> <Compile Include="UdpSocketServer.cs" /> <Compile Include="UdpSocketSession.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="Connected Services\" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\SocketBase\SuperSocket.SocketBase.Net40.csproj"> <Project>{40b77789-ea11-4c05-8f52-86711d7bcaaf}</Project> <Name>SuperSocket.SocketBase.Net40</Name> </ProjectReference> <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="$(MSBuildBinPath)\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>