Vinno.vCloud.FIS.CrossPlatform.Windows.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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>{6F10A9BE-760E-4F89-94AC-9DB43A8D1EC2}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Vinno.vCloud.FIS.CrossPlatform.Windows</RootNamespace>
  11. <AssemblyName>Vinno.vCloud.FIS.CrossPlatform.Windows</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="AForge">
  38. <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
  39. </Reference>
  40. <Reference Include="AForge.Video">
  41. <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
  42. </Reference>
  43. <Reference Include="AForge.Video.DirectShow">
  44. <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
  45. </Reference>
  46. <Reference Include="FFmpeg.AutoGen">
  47. <HintPath>..\packages\FFmpeg.AutoGen.4.0.0.1\lib\net45\FFmpeg.AutoGen.dll</HintPath>
  48. </Reference>
  49. <Reference Include="LibYuvSharp">
  50. <HintPath>..\packages\Lennox.LibYuvSharp.1.1.2\lib\net461\LibYuvSharp.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ManageLiteAV">
  53. <HintPath>..\packages\TRTC\Win64\lib\ManageLiteAV.dll</HintPath>
  54. </Reference>
  55. <Reference Include="NAudio">
  56. <HintPath>..\packages\NAudio.1.8.4\lib\net35\NAudio.dll</HintPath>
  57. </Reference>
  58. <Reference Include="PresentationCore" />
  59. <Reference Include="PresentationFramework" />
  60. <Reference Include="System" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Management" />
  64. <Reference Include="System.Xaml" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Xml" />
  71. <Reference Include="WindowsBase" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="Consultation\StrokeHelper.cs" />
  75. <Compile Include="Hardware\CameraDetector.cs" />
  76. <Compile Include="Hardware\TRTCDeviceInfo.cs" />
  77. <Compile Include="LiveVideo\LiveVideoPusherCreatorV2.cs" />
  78. <Compile Include="LiveVideo\RTMP\RtmpMergePusherV2.cs" />
  79. <Compile Include="LiveVideo\RTMP\RtmpMultiPusherV2.cs" />
  80. <Compile Include="LiveVideo\RTMP\RtmpSinglePusherV2.cs" />
  81. <Compile Include="LiveVideo\RTMP\USRtmpMergePusherV2.cs" />
  82. <Compile Include="LiveVideo\USRGBMergeUtilV2.cs" />
  83. <Compile Include="LiveVideo\USMergePusherBaseV2.cs" />
  84. <Compile Include="LiveVideo\MergePusherBaseV2.cs" />
  85. <Compile Include="LiveVideo\RGBMergeUtilV2.cs" />
  86. <Compile Include="LiveVideo\RTC\USRtcMergePusherV2.cs" />
  87. <Compile Include="LiveVideo\RTC\Terminal640X480SenderV2.cs" />
  88. <Compile Include="LiveVideo\RTC\Terminal960X720SenderV2.cs" />
  89. <Compile Include="LiveVideo\RTC\Terminal960X540SenderV2.cs" />
  90. <Compile Include="LiveVideo\RTC\TerminalSpecificSenderV2.cs" />
  91. <Compile Include="LiveVideo\AForgeCapturer.cs" />
  92. <Compile Include="LiveVideo\USRGBMergeUtil.cs" />
  93. <Compile Include="LiveVideo\RTC\Camera640X480SenderV2.cs" />
  94. <Compile Include="LiveVideo\RTC\Camera960X720SenderV2.cs" />
  95. <Compile Include="LiveVideo\RTC\CameraImageSenderV2.cs" />
  96. <Compile Include="LiveVideo\RTC\IImageSenderV2.cs" />
  97. <Compile Include="LiveVideo\RTC\ImageSenderBaseV2.cs" />
  98. <Compile Include="LiveVideo\RTC\RtcMergePusherV2.cs" />
  99. <Compile Include="LiveVideo\RTC\RtcMultiPusherV2.cs" />
  100. <Compile Include="LiveVideo\RTC\RtcSinglePusherV2.cs" />
  101. <Compile Include="LiveVideo\RTC\Terminal1920X1080SenderV2.cs" />
  102. <Compile Include="LiveVideo\RTC\Terminal1280X720SenderV2.cs" />
  103. <Compile Include="LiveVideo\RTC\TerminalImageSenderV2.cs" />
  104. <Compile Include="LiveVideo\TerminalImageCapturerV2.cs" />
  105. <Compile Include="LiveVideo\CaptureDataEventArgs.cs" />
  106. <Compile Include="LiveVideo\CapturerCreator.cs" />
  107. <Compile Include="Hardware\CpuInfo.cs" />
  108. <Compile Include="Hardware\HardwareDetector.cs" />
  109. <Compile Include="FISWin.cs" />
  110. <Compile Include="Consultation\ImageHelper.cs" />
  111. <Compile Include="Consultation\ImageHelperCreator.cs" />
  112. <Compile Include="Consultation\RTMP\RtmpPusherCreator.cs" />
  113. <Compile Include="Consultation\RTMP\RtmpPlayerCreator.cs" />
  114. <Compile Include="LiveVideo\IMergeUtil.cs" />
  115. <Compile Include="LiveVideo\RTC\Camera1920X1080SenderV2.cs" />
  116. <Compile Include="LiveVideo\RTC\Camera1280X720SenderV2.cs" />
  117. <Compile Include="LiveVideo\RTC\Camera960X540SenderV2.cs" />
  118. <Compile Include="LiveVideo\RTMP\USDsRtmpPusher.cs" />
  119. <Compile Include="LiveVideo\RTMP\USMergePusherBase.cs" />
  120. <Compile Include="LiveVideo\RTMP\RtmpPusher.cs" />
  121. <Compile Include="LiveVideo\RTMP\USRtmpMergePusher.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <Compile Include="LiveVideo\LiveVideoPusherCreator.cs" />
  124. <Compile Include="LiveVideo\LiveVideoPusherCreatorForSonopost.cs" />
  125. <Compile Include="Consultation\RTC\RtcRoom.cs" />
  126. <Compile Include="Consultation\RTC\RtcRoomCreator.cs" />
  127. <Compile Include="LiveVideo\RTC\RtcPusher.cs" />
  128. <Compile Include="LiveVideo\RTC\CameraImageCapture.cs" />
  129. <Compile Include="LiveVideo\RTC\CameraImageSender.cs" />
  130. <Compile Include="LiveVideo\RTC\Combine1920X1080Sender.cs" />
  131. <Compile Include="LiveVideo\RTC\Combine1280X720Sender.cs" />
  132. <Compile Include="LiveVideo\RTC\Combine960X540Sender.cs" />
  133. <Compile Include="LiveVideo\RTC\Combine960X720Sender.cs" />
  134. <Compile Include="LiveVideo\RTC\CombineImageSender.cs" />
  135. <Compile Include="LiveVideo\RTC\IImageSender.cs" />
  136. <Compile Include="LiveVideo\RTC\ImageCaptureBase.cs" />
  137. <Compile Include="LiveVideo\RTC\ImageSenderBase.cs" />
  138. <Compile Include="LiveVideo\RTC\Terminal1920X1080Sender.cs" />
  139. <Compile Include="LiveVideo\RTC\Terminal1280X720Sender.cs" />
  140. <Compile Include="LiveVideo\RTC\Terminal960X540Sender.cs" />
  141. <Compile Include="LiveVideo\RTC\TerminalImageCapturer.cs" />
  142. <Compile Include="LiveVideo\RTC\TerminalImageSender.cs" />
  143. <Compile Include="LiveVideo\RTMP\CombineSmartPublisher.cs" />
  144. <Compile Include="RTMPSDK\base_code_define.cs" />
  145. <Compile Include="RTMPSDK\common_media_define.cs" />
  146. <Compile Include="RTMPSDK\smart_publisher_sdk_x64.cs" />
  147. <Compile Include="RTMPSDK\smart_publisher_sdk_x86.cs" />
  148. <Compile Include="RTMPSDK\smart_publisher_define.cs" />
  149. <Compile Include="RTMPSDK\SmartLog.cs" />
  150. <Compile Include="RTMPSDK\SmartLogDefine.cs" />
  151. <Compile Include="Consultation\RTMP\SmartPlayer.cs" />
  152. <Compile Include="LiveVideo\RTMP\SmartPublisher.cs" />
  153. <Compile Include="RTMPSDK\smart_player_define.cs" />
  154. <Compile Include="RTMPSDK\smart_player_sdk_x64.cs" />
  155. <Compile Include="RTMPSDK\smart_player_sdk_x86.cs" />
  156. <Compile Include="LiveVideo\VideoFrameDataProcessor.cs" />
  157. <Compile Include="LiveVideo\AVFrameOperateUtil.cs" />
  158. <Compile Include="LiveVideo\Capturer.cs" />
  159. <Compile Include="LiveVideo\RTMP\DaniuPusher.cs" />
  160. <Compile Include="Hardware\DriverHelper.cs" />
  161. <Compile Include="LiveVideo\RTMP\DsRtmpPusher.cs" />
  162. <Compile Include="LiveVideo\FFmpegEncoder.cs" />
  163. <Compile Include="LiveVideo\FormatConvertUtil.cs" />
  164. <Compile Include="LiveVideo\MergePusherBase.cs" />
  165. <Compile Include="LiveVideo\RGBMergeUtil.cs" />
  166. <Compile Include="LiveVideo\RTC\RtcMergePusher.cs" />
  167. <Compile Include="LiveVideo\RTC\RtcMultiPusher.cs" />
  168. <Compile Include="LiveVideo\RTC\RtcSinglePusher.cs" />
  169. <Compile Include="LiveVideo\RTMP\RtmpMergePusher.cs" />
  170. <Compile Include="LiveVideo\RTMP\RtmpMultiPusher.cs" />
  171. <Compile Include="LiveVideo\RTMP\RtmpSinglePusher.cs" />
  172. <Compile Include="LiveVideo\RTC\TRTCPusher.cs" />
  173. <Compile Include="LiveVideo\VideoHelper.cs" />
  174. <Compile Include="LiveVideo\RTC\TRTCDetector.cs" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <ProjectReference Include="..\Vinno.FIS.TRTCClient.Common\Vinno.FIS.TRTCClient.Common.csproj">
  178. <Project>{AA18F5ED-2EA1-4F58-963C-D610A629907F}</Project>
  179. <Name>Vinno.FIS.TRTCClient.Common</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Vinno.vCloud.FIS.CrossPlatform.Common.csproj">
  182. <Project>{63c812a1-1bde-4dca-8efd-4c7df1b8e269}</Project>
  183. <Name>Vinno.vCloud.FIS.CrossPlatform.Common</Name>
  184. </ProjectReference>
  185. </ItemGroup>
  186. <ItemGroup />
  187. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  188. </Project>