Vinno.vCloud.FIS.CrossPlatform.Common.Android.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  5. <AssemblyName>Vinno.vCloud.FIS.CrossPlatform.Common</AssemblyName>
  6. <RootNamespace>Vinno.vCloud.FIS.CrossPlatform.Common</RootNamespace>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\CommonParameter.cs" Link="CommonParameter.cs" />
  10. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\CPImageDataBuffer.cs" Link="Consultation\CPImageDataBuffer.cs" />
  11. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\CPRemoteVideoFrameData.cs" Link="Consultation\CPRemoteVideoFrameData.cs" />
  12. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IImageHelper.cs" Link="Consultation\Interface\IImageHelper.cs" />
  13. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IImageHelperCreator.cs" Link="Consultation\Interface\IImageHelperCreator.cs" />
  14. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtcRoom.cs" Link="Consultation\Interface\IRtcRoom.cs" />
  15. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtcRoomCreator.cs" Link="Consultation\Interface\IRtcRoomCreator.cs" />
  16. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtmpPlayer.cs" Link="Consultation\Interface\IRtmpPlayer.cs" />
  17. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtmpPlayerCreator.cs" Link="Consultation\Interface\IRtmpPlayerCreator.cs" />
  18. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtmpPusherCreator.cs" Link="Consultation\Interface\IRtmpPusherCreator.cs" />
  19. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IStrokeHelper.cs" Link="Consultation\Interface\IStrokeHelper.cs" />
  20. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\LiveDataBytes.cs" Link="Consultation\LiveDataBytes.cs" />
  21. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\RemoteUserLeaveRoomArgs.cs" Link="Consultation\RemoteUserLeaveRoomArgs.cs" />
  22. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\StrokePoint.cs" Link="Consultation\StrokePoint.cs" />
  23. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\CrossPlatformHelper.cs" Link="CrossPlatformHelper.cs" />
  24. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumArea.cs" Link="Enum\EnumArea.cs" />
  25. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumAudioMode.cs" Link="Enum\EnumAudioMode.cs" />
  26. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumClientOSType.cs" Link="Enum\EnumClientOSType.cs" />
  27. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumCpuLevel.cs" Link="Enum\EnumCpuLevel.cs" />
  28. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumDeviceLiveState.cs" Link="Enum\EnumDeviceLiveState.cs" />
  29. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumDeviceStatus.cs" Link="Enum\EnumDeviceStatus.cs" />
  30. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumFrameRateMode.cs" Link="Enum\EnumFrameRateMode.cs" />
  31. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumHardwareType.cs" Link="Enum\EnumHardwareType.cs" />
  32. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumHeartRateType.cs" Link="Enum\EnumHeartRateType.cs" />
  33. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumImageType.cs" Link="Enum\EnumImageType.cs" />
  34. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveDataMode.cs" Link="Enum\EnumLiveDataMode.cs" />
  35. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveProtocol.cs" Link="Enum\EnumLiveProtocol.cs" />
  36. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLivePushStatus.cs" Link="Enum\EnumLivePushStatus.cs" />
  37. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveStates.cs" Link="Enum\EnumLiveStates.cs" />
  38. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveStatus.cs" Link="Enum\EnumLiveStatus.cs" />
  39. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveTalkingMode.cs" Link="Enum\EnumLiveTalkingMode.cs" />
  40. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPlatform.cs" Link="Enum\EnumPlatform.cs" />
  41. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPlayType.cs" Link="Enum\EnumPlayType.cs" />
  42. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPushDataSourceType.cs" Link="Enum\EnumPushDataSourceType.cs" />
  43. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPushMode.cs" Link="Enum\EnumPushMode.cs" />
  44. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPushSourceModule.cs" Link="Enum\EnumPushSourceModule.cs" />
  45. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumResolutionMode.cs" Link="Enum\EnumResolutionMode.cs" />
  46. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumScreenStatus.cs" Link="Enum\EnumScreenStatus.cs" />
  47. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumTRTCRoomError.cs" Link="Enum\EnumTRTCRoomError.cs" />
  48. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumVideoDeviceSourceType.cs" Link="Enum\EnumVideoDeviceSourceType.cs" />
  49. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Hardware\CameraCaptureCapability.cs" Link="Hardware\CameraCaptureCapability.cs" />
  50. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Hardware\HardwareInfo.cs" Link="Hardware\HardwareInfo.cs" />
  51. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Hardware\Interface\IDriverHelper.cs" Link="Hardware\Interface\IDriverHelper.cs" />
  52. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Hardware\Interface\IHardwareDetector.cs" Link="Hardware\Interface\IHardwareDetector.cs" />
  53. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Helper\DirectoryHelper.cs" Link="Helper\DirectoryHelper.cs" />
  54. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Helper\FileHelper.cs" Link="Helper\FileHelper.cs" />
  55. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Helper\ProcessHelper.cs" Link="Helper\ProcessHelper.cs" />
  56. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Helper\ProcessKeepHelper.cs" Link="Helper\ProcessKeepHelper.cs" />
  57. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CaptureDataInfo.cs" Link="LiveVideo\CaptureDataInfo.cs" />
  58. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ChannelStateEventArgs.cs" Link="LiveVideo\ChannelStateEventArgs.cs" />
  59. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ChannelStateEventArgsV2.cs" Link="LiveVideo\ChannelStateEventArgsV2.cs" />
  60. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPBase64ImageData.cs" Link="LiveVideo\CPBase64ImageData.cs" />
  61. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPCombineSmartPushConfiguration.cs" Link="LiveVideo\CPCombineSmartPushConfiguration.cs" />
  62. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPDeviceResolutions.cs" Link="LiveVideo\CPDeviceResolutions.cs" />
  63. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPLiveStatusData.cs" Link="LiveVideo\CPLiveStatusData.cs" />
  64. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPTestLivePushConfiguration.cs" Link="LiveVideo\CPTestLivePushConfiguration.cs" />
  65. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPVideoDeviceInfo.cs" Link="LiveVideo\CPVideoDeviceInfo.cs" />
  66. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPVideoDeviceOutputInfo.cs" Link="LiveVideo\CPVideoDeviceOutputInfo.cs" />
  67. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPVideoFrameData.cs" Link="LiveVideo\CPVideoFrameData.cs" />
  68. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ImageDataCapturer.cs" Link="LiveVideo\ImageDataCapturer.cs" />
  69. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ImageFrameData.cs" Link="LiveVideo\ImageFrameData.cs" />
  70. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ImageSize.cs" Link="LiveVideo\ImageSize.cs" />
  71. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ICapturer.cs" Link="LiveVideo\Interface\ICapturer.cs" />
  72. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ICapturerCreator.cs" Link="LiveVideo\Interface\ICapturerCreator.cs" />
  73. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ICPSmartConfiguration.cs" Link="LiveVideo\Interface\ICPSmartConfiguration.cs" />
  74. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusher.cs" Link="LiveVideo\Interface\ILiveVideoPusher.cs" />
  75. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherCreator.cs" Link="LiveVideo\Interface\ILiveVideoPusherCreator.cs" />
  76. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherCreatorForSonopost.cs" Link="LiveVideo\Interface\ILiveVideoPusherCreatorForSonopost.cs" />
  77. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherCreatorV2.cs" Link="LiveVideo\Interface\ILiveVideoPusherCreatorV2.cs" />
  78. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherForSonopost.cs" Link="LiveVideo\Interface\ILiveVideoPusherForSonopost.cs" />
  79. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherV2.cs" Link="LiveVideo\Interface\ILiveVideoPusherV2.cs" />
  80. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\IPreview.cs" Link="LiveVideo\Interface\IPreview.cs" />
  81. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\IRtmpPusher.cs" Link="LiveVideo\Interface\IRtmpPusher.cs" />
  82. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\IRtmpPusherV2.cs" Link="LiveVideo\Interface\IRtmpPusherV2.cs" />
  83. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\LiveNotificationArgs.cs" Link="LiveVideo\LiveNotificationArgs.cs" />
  84. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\LiveVideoEventArgs.cs" Link="LiveVideo\LiveVideoEventArgs.cs" />
  85. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\LiveVideoStatusChecker.cs" Link="LiveVideo\LiveVideoStatusChecker.cs" />
  86. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\PusherBase.cs" Link="LiveVideo\PusherBase.cs" />
  87. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\PushMode.cs" Link="LiveVideo\PushMode.cs" />
  88. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\RainbowImageDetector.cs" Link="LiveVideo\RainbowImageDetector.cs" />
  89. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ResolutionMode.cs" Link="LiveVideo\ResolutionMode.cs" />
  90. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ScanCameraCacheHelper.cs" Link="LiveVideo\ScanCameraCacheHelper.cs" />
  91. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Log\Interface\ILogWriter.cs" Link="Log\Interface\ILogWriter.cs" />
  92. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\ConsultationRecordCache.cs" Link="SQLite\ConsultationRecordCache.cs" />
  93. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\ConsultationSQLiteHelper.cs" Link="SQLite\ConsultationSQLiteHelper.cs" />
  94. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\ExamRecordCache.cs" Link="SQLite\ExamRecordCache.cs" />
  95. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\RemedicalSQLiteHelper.cs" Link="SQLite\RemedicalSQLiteHelper.cs" />
  96. <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\RemedicalSQLiteHelperV2.cs" Link="SQLite\RemedicalSQLiteHelperV2.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <PackageReference Include="sqlite-net-pcl" Version="1.5.231" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\Vinno.FIS.TRTCClient.Common\Vinno.FIS.TRTCClient.Common.csproj" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Folder Include="Consultation\Interface\" />
  106. <Folder Include="Enum\" />
  107. <Folder Include="Hardware\Interface\" />
  108. <Folder Include="Helper\" />
  109. <Folder Include="LiveVideo\Interface\" />
  110. <Folder Include="Log\Interface\" />
  111. <Folder Include="SQLite\" />
  112. </ItemGroup>
  113. </Project>