<?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> <TargetFrameworkVersion>v3.5</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>TRACE;DEBUG;NET_35</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <DocumentationFile>bin\Debug\SuperSocket.SocketBase.XML</DocumentationFile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE;NET_35</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <DocumentationFile>bin\Release\SuperSocket.SocketBase.XML</DocumentationFile> </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.configuration" /> <Reference Include="System.Core" /> <Reference Include="System.Threading, Version=1.0.2787.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Reference\System.Threading.dll</HintPath> </Reference> <Reference Include="System.XML" /> </ItemGroup> <ItemGroup> <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs"> <Link>GlobalAssemblyInfo.cs</Link> </Compile> <Compile Include="AppServer.cs" /> <Compile Include="AppServerBase.ConfigHotUpdate.cs" /> <Compile Include="AppServerBase.cs" /> <Compile Include="AppSession.cs" /> <Compile Include="Async.cs" /> <Compile Include="CommandExecutingContext.cs" /> <Compile Include="Command\CommandBase.cs" /> <Compile Include="Command\CommandInfo.cs" /> <Compile Include="Command\CommandLoaderBase.cs" /> <Compile Include="Command\CommandUpdateEventArgs.cs" /> <Compile Include="Command\CommandUpdateInfo.cs" /> <Compile Include="Command\ICommand.cs" /> <Compile Include="Command\ICommandFilterProvider.cs" /> <Compile Include="Command\ICommandLoader.cs" /> <Compile Include="Command\ReflectCommandLoader.cs" /> <Compile Include="Command\StringCommandBase.cs" /> <Compile Include="Config\CertificateConfig.cs" /> <Compile Include="Config\CommandAssemblyConfig.cs" /> <Compile Include="Config\ConfigurationSource.cs" /> <Compile Include="Config\HotUpdateAttribute.cs" /> <Compile Include="Config\ICertificateConfig.cs" /> <Compile Include="Config\ICommandAssemblyConfig.cs" /> <Compile Include="Config\IConfigurationSource.cs" /> <Compile Include="Config\IListenerConfig.cs" /> <Compile Include="Config\IRootConfig.cs" /> <Compile Include="Config\IServerConfig.cs" /> <Compile Include="Config\ITypeProvider.cs" /> <Compile Include="Config\ListenerConfig.cs" /> <Compile Include="Config\RootConfig.cs" /> <Compile Include="Config\ServerConfig.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="IAppServer.cs" /> <Compile Include="IAppSession.cs" /> <Compile Include="IBootstrap.cs" /> <Compile Include="IConnectionFilter.cs" /> <Compile Include="ILoggerProvider.cs" /> <Compile Include="ISessionBase.cs" /> <Compile Include="ISocketServer.cs" /> <Compile Include="ISocketServerFactory.cs" /> <Compile Include="ISocketSession.cs" /> <Compile Include="IsolationMode.cs" /> <Compile Include="IStatusInfoSource.cs" /> <Compile Include="ISystemEndPoint.cs" /> <Compile Include="IWorkItem.cs" /> <Compile Include="ListenerInfo.cs" /> <Compile Include="LoggerExtension.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="Properties\AssemblyInfo.cs" /> <Compile Include="Protocol\BasicRequestInfoParser.cs" /> <Compile Include="Protocol\BinaryRequestInfo.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\IRequestInfo.cs" /> <Compile Include="Protocol\IRequestInfoParser.cs" /> <Compile Include="Protocol\ReceiveFilterBase.cs" /> <Compile Include="Protocol\RequestInfo.cs" /> <Compile Include="Protocol\StringRequestInfo.cs" /> <Compile Include="Protocol\TerminatorReceiveFilter.cs" /> <Compile Include="Protocol\TerminatorReceiveFilterFactory.cs" /> <Compile Include="Protocol\UdpRequestInfo.cs" /> <Compile Include="Provider\ExportFactory.cs" /> <Compile Include="Provider\ProviderFactoryInfo.cs" /> <Compile Include="Provider\ProviderKey.cs" /> <Compile Include="RequestHandler.cs" /> <Compile Include="Security\CertificateManager.cs" /> <Compile Include="ServerState.cs" /> <Compile Include="SessionHandler.cs" /> <Compile Include="SocketMode.cs" /> <Compile Include="StatusInfoCollection.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Common\SuperSocket.Common.Net35.csproj"> <Project>{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}</Project> <Name>SuperSocket.Common.Net35</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>