123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- <AssemblyName>Vinno.vCloud.FIS.CrossPlatform.Common</AssemblyName>
- <RootNamespace>Vinno.vCloud.FIS.CrossPlatform.Common</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\CommonParameter.cs" Link="CommonParameter.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\CPImageDataBuffer.cs" Link="Consultation\CPImageDataBuffer.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\CPRemoteVideoFrameData.cs" Link="Consultation\CPRemoteVideoFrameData.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IImageHelper.cs" Link="Consultation\Interface\IImageHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IImageHelperCreator.cs" Link="Consultation\Interface\IImageHelperCreator.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtcRoom.cs" Link="Consultation\Interface\IRtcRoom.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtcRoomCreator.cs" Link="Consultation\Interface\IRtcRoomCreator.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtmpPlayer.cs" Link="Consultation\Interface\IRtmpPlayer.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtmpPlayerCreator.cs" Link="Consultation\Interface\IRtmpPlayerCreator.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IRtmpPusherCreator.cs" Link="Consultation\Interface\IRtmpPusherCreator.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\Interface\IStrokeHelper.cs" Link="Consultation\Interface\IStrokeHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\LiveDataBytes.cs" Link="Consultation\LiveDataBytes.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\RemoteUserLeaveRoomArgs.cs" Link="Consultation\RemoteUserLeaveRoomArgs.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Consultation\StrokePoint.cs" Link="Consultation\StrokePoint.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\CrossPlatformHelper.cs" Link="CrossPlatformHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumArea.cs" Link="Enum\EnumArea.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumAudioMode.cs" Link="Enum\EnumAudioMode.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumClientOSType.cs" Link="Enum\EnumClientOSType.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumCpuLevel.cs" Link="Enum\EnumCpuLevel.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumDeviceLiveState.cs" Link="Enum\EnumDeviceLiveState.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumDeviceStatus.cs" Link="Enum\EnumDeviceStatus.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumFrameRateMode.cs" Link="Enum\EnumFrameRateMode.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumHardwareType.cs" Link="Enum\EnumHardwareType.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumHeartRateType.cs" Link="Enum\EnumHeartRateType.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumImageType.cs" Link="Enum\EnumImageType.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveDataMode.cs" Link="Enum\EnumLiveDataMode.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveProtocol.cs" Link="Enum\EnumLiveProtocol.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLivePushStatus.cs" Link="Enum\EnumLivePushStatus.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveStates.cs" Link="Enum\EnumLiveStates.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveStatus.cs" Link="Enum\EnumLiveStatus.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumLiveTalkingMode.cs" Link="Enum\EnumLiveTalkingMode.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPlatform.cs" Link="Enum\EnumPlatform.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPlayType.cs" Link="Enum\EnumPlayType.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPushDataSourceType.cs" Link="Enum\EnumPushDataSourceType.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPushMode.cs" Link="Enum\EnumPushMode.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumPushSourceModule.cs" Link="Enum\EnumPushSourceModule.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumResolutionMode.cs" Link="Enum\EnumResolutionMode.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumScreenStatus.cs" Link="Enum\EnumScreenStatus.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumTRTCRoomError.cs" Link="Enum\EnumTRTCRoomError.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Enum\EnumVideoDeviceSourceType.cs" Link="Enum\EnumVideoDeviceSourceType.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Hardware\CameraCaptureCapability.cs" Link="Hardware\CameraCaptureCapability.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Hardware\HardwareInfo.cs" Link="Hardware\HardwareInfo.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Hardware\Interface\IDriverHelper.cs" Link="Hardware\Interface\IDriverHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Hardware\Interface\IHardwareDetector.cs" Link="Hardware\Interface\IHardwareDetector.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Helper\DirectoryHelper.cs" Link="Helper\DirectoryHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Helper\FileHelper.cs" Link="Helper\FileHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Helper\ProcessHelper.cs" Link="Helper\ProcessHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Helper\ProcessKeepHelper.cs" Link="Helper\ProcessKeepHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CaptureDataInfo.cs" Link="LiveVideo\CaptureDataInfo.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ChannelStateEventArgs.cs" Link="LiveVideo\ChannelStateEventArgs.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ChannelStateEventArgsV2.cs" Link="LiveVideo\ChannelStateEventArgsV2.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPBase64ImageData.cs" Link="LiveVideo\CPBase64ImageData.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPCombineSmartPushConfiguration.cs" Link="LiveVideo\CPCombineSmartPushConfiguration.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPDeviceResolutions.cs" Link="LiveVideo\CPDeviceResolutions.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPLiveStatusData.cs" Link="LiveVideo\CPLiveStatusData.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPTestLivePushConfiguration.cs" Link="LiveVideo\CPTestLivePushConfiguration.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPVideoDeviceInfo.cs" Link="LiveVideo\CPVideoDeviceInfo.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPVideoDeviceOutputInfo.cs" Link="LiveVideo\CPVideoDeviceOutputInfo.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\CPVideoFrameData.cs" Link="LiveVideo\CPVideoFrameData.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ImageDataCapturer.cs" Link="LiveVideo\ImageDataCapturer.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ImageFrameData.cs" Link="LiveVideo\ImageFrameData.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ImageSize.cs" Link="LiveVideo\ImageSize.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ICapturer.cs" Link="LiveVideo\Interface\ICapturer.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ICapturerCreator.cs" Link="LiveVideo\Interface\ICapturerCreator.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ICPSmartConfiguration.cs" Link="LiveVideo\Interface\ICPSmartConfiguration.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusher.cs" Link="LiveVideo\Interface\ILiveVideoPusher.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherCreator.cs" Link="LiveVideo\Interface\ILiveVideoPusherCreator.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherCreatorForSonopost.cs" Link="LiveVideo\Interface\ILiveVideoPusherCreatorForSonopost.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherCreatorV2.cs" Link="LiveVideo\Interface\ILiveVideoPusherCreatorV2.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherForSonopost.cs" Link="LiveVideo\Interface\ILiveVideoPusherForSonopost.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\ILiveVideoPusherV2.cs" Link="LiveVideo\Interface\ILiveVideoPusherV2.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\IPreview.cs" Link="LiveVideo\Interface\IPreview.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\IRtmpPusher.cs" Link="LiveVideo\Interface\IRtmpPusher.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\Interface\IRtmpPusherV2.cs" Link="LiveVideo\Interface\IRtmpPusherV2.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\LiveNotificationArgs.cs" Link="LiveVideo\LiveNotificationArgs.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\LiveVideoEventArgs.cs" Link="LiveVideo\LiveVideoEventArgs.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\LiveVideoStatusChecker.cs" Link="LiveVideo\LiveVideoStatusChecker.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\PusherBase.cs" Link="LiveVideo\PusherBase.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\PushMode.cs" Link="LiveVideo\PushMode.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\RainbowImageDetector.cs" Link="LiveVideo\RainbowImageDetector.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ResolutionMode.cs" Link="LiveVideo\ResolutionMode.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\LiveVideo\ScanCameraCacheHelper.cs" Link="LiveVideo\ScanCameraCacheHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Log\Interface\ILogWriter.cs" Link="Log\Interface\ILogWriter.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\ConsultationRecordCache.cs" Link="SQLite\ConsultationRecordCache.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\ConsultationSQLiteHelper.cs" Link="SQLite\ConsultationSQLiteHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\ExamRecordCache.cs" Link="SQLite\ExamRecordCache.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\RemedicalSQLiteHelper.cs" Link="SQLite\RemedicalSQLiteHelper.cs" />
- <Compile Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\SQLite\RemedicalSQLiteHelperV2.cs" Link="SQLite\RemedicalSQLiteHelperV2.cs" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="sqlite-net-pcl" Version="1.5.231" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Vinno.FIS.TRTCClient.Common\Vinno.FIS.TRTCClient.Common.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Consultation\Interface\" />
- <Folder Include="Enum\" />
- <Folder Include="Hardware\Interface\" />
- <Folder Include="Helper\" />
- <Folder Include="LiveVideo\Interface\" />
- <Folder Include="Log\Interface\" />
- <Folder Include="SQLite\" />
- </ItemGroup>
- </Project>
|