CommonNetwork_SSocket.csproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E9BCDE91-3C9A-475D-9578-2C4BA45FCB1E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CommonNetwork_SSocket</RootNamespace>
  11. <AssemblyName>CommonNetwork_SSocket</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\Library\Common\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <DocumentationFile>..\Library\Common\CommonNetwork_SSocket.XML</DocumentationFile>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\Library\CommonRelease\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="SuperSocket.ClientEngine.Common">
  36. <HintPath>..\Library\SuperSocket.ClientEngine\Net20\Debug\SuperSocket.ClientEngine.Common.dll</HintPath>
  37. </Reference>
  38. <Reference Include="SuperSocket.ClientEngine.Core">
  39. <HintPath>..\Library\SuperSocket.ClientEngine\Net20\Debug\SuperSocket.ClientEngine.Core.dll</HintPath>
  40. </Reference>
  41. <Reference Include="SuperSocket.ClientEngine.Protocol">
  42. <HintPath>..\Library\SuperSocket.ClientEngine\Net20\Debug\SuperSocket.ClientEngine.Protocol.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Data" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. <Compile Include="SuperSocket\SNetSession.cs" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  54. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  55. <Name>CommonLang</Name>
  56. </ProjectReference>
  57. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  58. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  59. <Name>CommonNetwork</Name>
  60. </ProjectReference>
  61. </ItemGroup>
  62. <ItemGroup />
  63. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  64. <PropertyGroup>
  65. <PostBuildEvent>
  66. </PostBuildEvent>
  67. </PropertyGroup>
  68. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  69. Other similar extension points exist, see Microsoft.Common.targets.
  70. <Target Name="BeforeBuild">
  71. </Target>
  72. <Target Name="AfterBuild">
  73. </Target>
  74. -->
  75. </Project>