<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.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.5</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="System" /> <Reference Include="System.configuration" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data" /> <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\Server.Net45.cs" /> <Compile Include="Configuration\SocketServiceConfig.Net45.cs" /> <Compile Include="DefaultBootstrap.Net40.cs" /> <Compile Include="DefaultBootstrap.Net45.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.Net45.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="Configuration\SocketServiceConfig.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> <ProjectReference Include="..\SocketCommon\SuperSocket.Common.Net45.csproj"> <Project>{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}</Project> <Name>SuperSocket.Common.Net45</Name> </ProjectReference> <ProjectReference Include="..\SocketBase\SuperSocket.SocketBase.Net45.csproj"> <Project>{40B77789-EA11-4C05-8F52-86711D7BCAAF}</Project> <Name>SuperSocket.SocketBase.Net45</Name> </ProjectReference> </ItemGroup> <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>