<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.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.5</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="log4net"> <HintPath>..\Reference\log4net.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="Microsoft.CSharp" /> <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="AppServerBase.Net45.cs" /> <Compile Include="Async.cs" /> <Compile Include="CommandExecutingContext.cs" /> <Compile Include="Command\CommandLoaderBase.cs" /> <Compile Include="Command\CommandInfo.cs" /> <Compile Include="Command\CommandUpdateEventArgs.cs" /> <Compile Include="Command\ICommandFilterProvider.cs" /> <Compile Include="Config\CommandAssemblyConfig.cs" /> <Compile Include="Config\ICommandAssemblyConfig.cs" /> <Compile Include="Config\IConfigurationSource.cs" /> <Compile Include="Config\IRootConfig.Net45.cs" /> <Compile Include="Config\IServerConfig.Net45.cs" /> <Compile Include="Config\ITypeProvider.cs" /> <Compile Include="Config\ConfigurationSource.cs" /> <Compile Include="Config\RootConfig.Net45.cs" /> <Compile Include="Config\ServerConfig.Net45.cs" /> <Compile Include="Config\HotUpdateAttribute.cs" /> <Compile Include="Config\TypeProvider.cs" /> <Compile Include="Config\TypeProviderCollection.cs" /> <Compile Include="Config\TypeProviderConfig.cs" /> <Compile Include="Extensions.cs" /> <Compile Include="IActiveConnector.cs" /> <Compile Include="IBootstrap.cs" /> <Compile Include="ILoggerProvider.cs" /> <Compile Include="IsolationMode.cs" /> <Compile Include="IStatusInfoSource.cs" /> <Compile Include="ISystemEndPoint.cs" /> <Compile Include="IWorkItem.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\AppServerMetadataTypeAttribute.cs" /> <Compile Include="Metadata\CommandFilterAttribute.cs" /> <Compile Include="Metadata\DefaultAppServerMetadata.cs" /> <Compile Include="Metadata\StatusInfoAttribute.cs" /> <Compile Include="Metadata\StatusInfoKeys.cs" /> <Compile Include="NodeStatus.cs" /> <Compile Include="Protocol\CommandLineReceiveFilterFactory.cs" /> <Compile Include="Protocol\DefaultReceiveFilterFactory.cs" /> <Compile Include="Protocol\FilterState.cs" /> <Compile Include="Protocol\IOffsetAdapter.cs" /> <Compile Include="Protocol\IReceiveFilter.cs" /> <Compile Include="Protocol\IReceiveFilterFactory.cs" /> <Compile Include="Protocol\IReceiveFilterInitializer.cs" /> <Compile Include="Protocol\ReceiveFilterBase.cs" /> <Compile Include="Protocol\TerminatorReceiveFilter.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\IRequestInfo.cs" /> <Compile Include="Protocol\RequestInfo.cs" /> <Compile Include="Protocol\StringRequestInfo.cs" /> <Compile Include="Command\ReflectCommandLoader.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="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="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> <ProjectReference Include="..\Common\SuperSocket.Common.Net45.csproj"> <Project>{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}</Project> <Name>SuperSocket.Common.Net45</Name> </ProjectReference> </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> <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>