RTCommunicatorSingalR.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{F80B9B50-0FEA-43C3-B430-22E2650B4F7B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RTCommunicatorSingalR</RootNamespace>
  11. <AssemblyName>RTCommunicatorSingalR</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <LangVersion>latest</LangVersion>
  16. <Nullable>enable</Nullable>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Microsoft.AspNetCore.Connections.Abstractions, Version=9.0.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  37. <HintPath>..\..\..\packages\Microsoft.AspNetCore.Connections.Abstractions.9.0.5\lib\net462\Microsoft.AspNetCore.Connections.Abstractions.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.AspNetCore.Http.Connections.Client, Version=9.0.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  40. <HintPath>..\..\..\packages\Microsoft.AspNetCore.Http.Connections.Client.9.0.5\lib\net462\Microsoft.AspNetCore.Http.Connections.Client.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.AspNetCore.Http.Connections.Common, Version=9.0.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  43. <HintPath>..\..\..\packages\Microsoft.AspNetCore.Http.Connections.Common.9.0.5\lib\net462\Microsoft.AspNetCore.Http.Connections.Common.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.AspNetCore.SignalR.Client, Version=9.0.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  46. <HintPath>..\..\..\packages\Microsoft.AspNetCore.SignalR.Client.9.0.5\lib\net462\Microsoft.AspNetCore.SignalR.Client.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.AspNetCore.SignalR.Client.Core, Version=9.0.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  49. <HintPath>..\..\..\packages\Microsoft.AspNetCore.SignalR.Client.Core.9.0.5\lib\net462\Microsoft.AspNetCore.SignalR.Client.Core.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.AspNetCore.SignalR.Common, Version=9.0.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  52. <HintPath>..\..\..\packages\Microsoft.AspNetCore.SignalR.Common.9.0.5\lib\net462\Microsoft.AspNetCore.SignalR.Common.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.AspNetCore.SignalR.Protocols.Json, Version=9.0.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  55. <HintPath>..\..\..\packages\Microsoft.AspNetCore.SignalR.Protocols.Json.9.0.5\lib\net462\Microsoft.AspNetCore.SignalR.Protocols.Json.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  58. <HintPath>..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.5\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Bcl.TimeProvider, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  61. <HintPath>..\..\..\packages\Microsoft.Bcl.TimeProvider.9.0.5\lib\net462\Microsoft.Bcl.TimeProvider.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  64. <HintPath>..\..\..\packages\Microsoft.Extensions.DependencyInjection.9.0.5\lib\net462\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  67. <HintPath>..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.9.0.5\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Extensions.Features, Version=9.0.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  70. <HintPath>..\..\..\packages\Microsoft.Extensions.Features.9.0.5\lib\net462\Microsoft.Extensions.Features.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Extensions.Logging, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  73. <HintPath>..\..\..\packages\Microsoft.Extensions.Logging.9.0.5\lib\net462\Microsoft.Extensions.Logging.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  76. <HintPath>..\..\..\packages\Microsoft.Extensions.Logging.Abstractions.9.0.5\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.Extensions.Options, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  79. <HintPath>..\..\..\packages\Microsoft.Extensions.Options.9.0.5\lib\net462\Microsoft.Extensions.Options.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Extensions.Primitives, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  82. <HintPath>..\..\..\packages\Microsoft.Extensions.Primitives.9.0.5\lib\net462\Microsoft.Extensions.Primitives.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.ComponentModel.DataAnnotations" />
  89. <Reference Include="System.Core" />
  90. <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  91. <HintPath>..\..\..\packages\System.Diagnostics.DiagnosticSource.9.0.5\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.IO.Pipelines, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  94. <HintPath>..\..\..\packages\System.IO.Pipelines.9.0.5\lib\net462\System.IO.Pipelines.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  97. <HintPath>..\..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  100. <HintPath>..\..\..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Net.ServerSentEvents, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  103. <HintPath>..\..\..\packages\System.Net.ServerSentEvents.9.0.5\lib\net462\System.Net.ServerSentEvents.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  106. <HintPath>..\..\..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Numerics" />
  109. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  110. <HintPath>..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  113. <HintPath>..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  116. <HintPath>..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  119. <HintPath>..\..\..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  122. <HintPath>..\..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  125. <HintPath>..\..\..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  126. </Reference>
  127. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  128. <HintPath>..\..\..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Text.Encodings.Web, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  131. <HintPath>..\..\..\packages\System.Text.Encodings.Web.9.0.5\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.Text.Json, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  134. <HintPath>..\..\..\packages\System.Text.Json.9.0.5\lib\net462\System.Text.Json.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System.Threading.Channels, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  137. <HintPath>..\..\..\packages\System.Threading.Channels.9.0.5\lib\net462\System.Threading.Channels.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  140. <HintPath>..\..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  143. <HintPath>..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.Xml.Linq" />
  146. <Reference Include="System.Data.DataSetExtensions" />
  147. <Reference Include="Microsoft.CSharp" />
  148. <Reference Include="System.Data" />
  149. <Reference Include="System.Xml" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <Compile Include="RTCommunicator_SingalR.cs" />
  153. <Compile Include="Properties\AssemblyInfo.cs" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <ProjectReference Include="..\RTCommunicatorBase\RTCommunicatorBase.csproj">
  157. <Project>{a2aa5114-0c4d-48c8-ab1f-d1976ce90eec}</Project>
  158. <Name>RTCommunicatorBase</Name>
  159. </ProjectReference>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <None Include="packages.config" />
  163. </ItemGroup>
  164. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  165. </Project>