<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{E9BCDE91-3C9A-475D-9578-2C4BA45FCB1E}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CommonNetwork_SSocket</RootNamespace> <AssemblyName>CommonNetwork_SSocket</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile>Client</TargetFrameworkProfile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\Library\Common\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <DocumentationFile>..\Library\Common\CommonNetwork_SSocket.XML</DocumentationFile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\Library\CommonRelease\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="SuperSocket.ClientEngine.Common"> <HintPath>..\Library\SuperSocket.ClientEngine\Net20\Debug\SuperSocket.ClientEngine.Common.dll</HintPath> </Reference> <Reference Include="SuperSocket.ClientEngine.Core"> <HintPath>..\Library\SuperSocket.ClientEngine\Net20\Debug\SuperSocket.ClientEngine.Core.dll</HintPath> </Reference> <Reference Include="SuperSocket.ClientEngine.Protocol"> <HintPath>..\Library\SuperSocket.ClientEngine\Net20\Debug\SuperSocket.ClientEngine.Protocol.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Data" /> </ItemGroup> <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="SuperSocket\SNetSession.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\CommonLang\CommonLang.csproj"> <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project> <Name>CommonLang</Name> </ProjectReference> <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj"> <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project> <Name>CommonNetwork</Name> </ProjectReference> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> <!-- 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>