TNet.csproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{AA3FD3AA-1835-42F4-9BE3-4A26D7CA8AB1}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <RootNamespace>TNet</RootNamespace>
  9. <AssemblyName>TNet</AssemblyName>
  10. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>..\..\Bin\Debug</OutputPath>
  17. <DefineConstants>DEBUG;</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <ConsolePause>false</ConsolePause>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>full</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>..\..\Bin\Release</OutputPath>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <ConsolePause>false</ConsolePause>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="System" />
  32. <Reference Include="MongoDB.Driver">
  33. <HintPath>..\..\..\CSharp\packages\mongocsharpdriver.1.10.0-rc1\lib\net35\MongoDB.Driver.dll</HintPath>
  34. </Reference>
  35. <Reference Include="MongoDB.Bson">
  36. <HintPath>..\..\..\CSharp\packages\mongocsharpdriver.1.10.0-rc1\lib\net35\MongoDB.Bson.dll</HintPath>
  37. </Reference>
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="Properties\AssemblyInfo.cs" />
  41. <Compile Include="..\..\..\CSharp\Platform\TNet\IPoller.cs">
  42. <Link>IPoller.cs</Link>
  43. </Compile>
  44. <Compile Include="..\..\..\CSharp\Platform\TNet\PacketParser.cs">
  45. <Link>PacketParser.cs</Link>
  46. </Compile>
  47. <Compile Include="..\..\..\CSharp\Platform\TNet\TBuffer.cs">
  48. <Link>TBuffer.cs</Link>
  49. </Compile>
  50. <Compile Include="..\..\..\CSharp\Platform\TNet\TChannel.cs">
  51. <Link>TChannel.cs</Link>
  52. </Compile>
  53. <Compile Include="..\..\..\CSharp\Platform\TNet\TPoller.cs">
  54. <Link>TPoller.cs</Link>
  55. </Compile>
  56. <Compile Include="..\..\..\CSharp\Platform\TNet\TService.cs">
  57. <Link>TService.cs</Link>
  58. </Compile>
  59. <Compile Include="..\..\..\CSharp\Platform\TNet\TSocket.cs">
  60. <Link>TSocket.cs</Link>
  61. </Compile>
  62. </ItemGroup>
  63. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  64. <ItemGroup>
  65. <None Include="..\..\..\CSharp\Platform\TNet\packages.config">
  66. <Link>packages.config</Link>
  67. </None>
  68. <None Include="..\..\..\CSharp\Platform\TNet\TNet.csproj">
  69. <Link>TNet.csproj</Link>
  70. </None>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ProjectReference Include="..\Common\Common.csproj">
  74. <Project>{EF4373AF-66D4-4313-A882-60EF0AE4239A}</Project>
  75. <Name>Common</Name>
  76. </ProjectReference>
  77. </ItemGroup>
  78. </Project>