SocketHttpListener.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{1D74413B-E7CF-455B-B021-F52BDF881542}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SocketHttpListener</RootNamespace>
  11. <AssemblyName>SocketHttpListener</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Net.Http" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="..\SharedVersion.cs">
  47. <Link>Properties\SharedVersion.cs</Link>
  48. </Compile>
  49. <Compile Include="ByteOrder.cs" />
  50. <Compile Include="CloseEventArgs.cs" />
  51. <Compile Include="CloseStatusCode.cs" />
  52. <Compile Include="CompressionMethod.cs" />
  53. <Compile Include="ErrorEventArgs.cs" />
  54. <Compile Include="Ext.cs" />
  55. <Compile Include="Fin.cs" />
  56. <Compile Include="HttpBase.cs" />
  57. <Compile Include="HttpResponse.cs" />
  58. <Compile Include="Mask.cs" />
  59. <Compile Include="MessageEventArgs.cs" />
  60. <Compile Include="Net\AuthenticationSchemeSelector.cs" />
  61. <Compile Include="Net\BoundaryType.cs" />
  62. <Compile Include="Net\ChunkedInputStream.cs" />
  63. <Compile Include="Net\ChunkStream.cs" />
  64. <Compile Include="Net\CookieHelper.cs" />
  65. <Compile Include="Net\EndPointListener.cs" />
  66. <Compile Include="Net\EndPointManager.cs" />
  67. <Compile Include="Net\EntitySendFormat.cs" />
  68. <Compile Include="Net\HttpConnection.cs" />
  69. <Compile Include="Net\HttpListener.cs" />
  70. <Compile Include="Net\HttpListenerBasicIdentity.cs" />
  71. <Compile Include="Net\HttpListenerContext.cs" />
  72. <Compile Include="Net\HttpListenerPrefixCollection.cs" />
  73. <Compile Include="Net\HttpListenerRequest.cs" />
  74. <Compile Include="Net\HttpListenerResponse.Managed.cs" />
  75. <Compile Include="Net\HttpListenerResponse.cs" />
  76. <Compile Include="Net\HttpRequestStream.cs" />
  77. <Compile Include="Net\HttpRequestStream.Managed.cs" />
  78. <Compile Include="Net\HttpResponseStream.cs" />
  79. <Compile Include="Net\HttpResponseStream.Managed.cs" />
  80. <Compile Include="Net\HttpStatusCode.cs" />
  81. <Compile Include="Net\HttpStatusDescription.cs" />
  82. <Compile Include="Net\HttpStreamAsyncResult.cs" />
  83. <Compile Include="Net\HttpVersion.cs" />
  84. <Compile Include="Net\ListenerPrefix.cs" />
  85. <Compile Include="Net\UriScheme.cs" />
  86. <Compile Include="Net\WebHeaderCollection.cs" />
  87. <Compile Include="Net\WebHeaderEncoding.cs" />
  88. <Compile Include="Net\WebSockets\HttpListenerWebSocketContext.cs" />
  89. <Compile Include="Net\WebSockets\WebSocketContext.cs" />
  90. <Compile Include="Opcode.cs" />
  91. <Compile Include="PayloadData.cs" />
  92. <Compile Include="Primitives\ICertificate.cs" />
  93. <Compile Include="Primitives\IStreamFactory.cs" />
  94. <Compile Include="Primitives\ITextEncoding.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="Rsv.cs" />
  97. <Compile Include="WebSocket.cs" />
  98. <Compile Include="WebSocketException.cs" />
  99. <Compile Include="WebSocketFrame.cs" />
  100. <Compile Include="WebSocketState.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  104. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  105. <Name>MediaBrowser.Common</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  108. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  109. <Name>MediaBrowser.Model</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  114. Other similar extension points exist, see Microsoft.Common.targets.
  115. <Target Name="BeforeBuild">
  116. </Target>
  117. <Target Name="AfterBuild">
  118. </Target>
  119. -->
  120. </Project>