123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{6F10A9BE-760E-4F89-94AC-9DB43A8D1EC2}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Vinno.vCloud.FIS.CrossPlatform.Windows</RootNamespace>
- <AssemblyName>Vinno.vCloud.FIS.CrossPlatform.Windows</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="AForge">
- <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Video">
- <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Video.DirectShow">
- <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
- </Reference>
- <Reference Include="FFmpeg.AutoGen">
- <HintPath>..\packages\FFmpeg.AutoGen.4.0.0.1\lib\net45\FFmpeg.AutoGen.dll</HintPath>
- </Reference>
- <Reference Include="LibYuvSharp">
- <HintPath>..\packages\Lennox.LibYuvSharp.1.1.2\lib\net461\LibYuvSharp.dll</HintPath>
- </Reference>
- <Reference Include="ManageLiteAV">
- <HintPath>..\packages\TRTC\Win64\lib\ManageLiteAV.dll</HintPath>
- </Reference>
- <Reference Include="NAudio">
- <HintPath>..\packages\NAudio.1.8.4\lib\net35\NAudio.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Consultation\StrokeHelper.cs" />
- <Compile Include="Hardware\CameraDetector.cs" />
- <Compile Include="Hardware\TRTCDeviceInfo.cs" />
- <Compile Include="LiveVideo\LiveVideoPusherCreatorV2.cs" />
- <Compile Include="LiveVideo\RTMP\RtmpMergePusherV2.cs" />
- <Compile Include="LiveVideo\RTMP\RtmpMultiPusherV2.cs" />
- <Compile Include="LiveVideo\RTMP\RtmpSinglePusherV2.cs" />
- <Compile Include="LiveVideo\RTMP\USRtmpMergePusherV2.cs" />
- <Compile Include="LiveVideo\USRGBMergeUtilV2.cs" />
- <Compile Include="LiveVideo\USMergePusherBaseV2.cs" />
- <Compile Include="LiveVideo\MergePusherBaseV2.cs" />
- <Compile Include="LiveVideo\RGBMergeUtilV2.cs" />
- <Compile Include="LiveVideo\RTC\USRtcMergePusherV2.cs" />
- <Compile Include="LiveVideo\RTC\Terminal640X480SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\Terminal960X720SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\Terminal960X540SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\TerminalSpecificSenderV2.cs" />
- <Compile Include="LiveVideo\AForgeCapturer.cs" />
- <Compile Include="LiveVideo\USRGBMergeUtil.cs" />
- <Compile Include="LiveVideo\RTC\Camera640X480SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\Camera960X720SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\CameraImageSenderV2.cs" />
- <Compile Include="LiveVideo\RTC\IImageSenderV2.cs" />
- <Compile Include="LiveVideo\RTC\ImageSenderBaseV2.cs" />
- <Compile Include="LiveVideo\RTC\RtcMergePusherV2.cs" />
- <Compile Include="LiveVideo\RTC\RtcMultiPusherV2.cs" />
- <Compile Include="LiveVideo\RTC\RtcSinglePusherV2.cs" />
- <Compile Include="LiveVideo\RTC\Terminal1920X1080SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\Terminal1280X720SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\TerminalImageSenderV2.cs" />
- <Compile Include="LiveVideo\TerminalImageCapturerV2.cs" />
- <Compile Include="LiveVideo\CaptureDataEventArgs.cs" />
- <Compile Include="LiveVideo\CapturerCreator.cs" />
- <Compile Include="Hardware\CpuInfo.cs" />
- <Compile Include="Hardware\HardwareDetector.cs" />
- <Compile Include="FISWin.cs" />
- <Compile Include="Consultation\ImageHelper.cs" />
- <Compile Include="Consultation\ImageHelperCreator.cs" />
- <Compile Include="Consultation\RTMP\RtmpPusherCreator.cs" />
- <Compile Include="Consultation\RTMP\RtmpPlayerCreator.cs" />
- <Compile Include="LiveVideo\IMergeUtil.cs" />
- <Compile Include="LiveVideo\RTC\Camera1920X1080SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\Camera1280X720SenderV2.cs" />
- <Compile Include="LiveVideo\RTC\Camera960X540SenderV2.cs" />
- <Compile Include="LiveVideo\RTMP\USDsRtmpPusher.cs" />
- <Compile Include="LiveVideo\RTMP\USMergePusherBase.cs" />
- <Compile Include="LiveVideo\RTMP\RtmpPusher.cs" />
- <Compile Include="LiveVideo\RTMP\USRtmpMergePusher.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="LiveVideo\LiveVideoPusherCreator.cs" />
- <Compile Include="LiveVideo\LiveVideoPusherCreatorForSonopost.cs" />
- <Compile Include="Consultation\RTC\RtcRoom.cs" />
- <Compile Include="Consultation\RTC\RtcRoomCreator.cs" />
- <Compile Include="LiveVideo\RTC\RtcPusher.cs" />
- <Compile Include="LiveVideo\RTC\CameraImageCapture.cs" />
- <Compile Include="LiveVideo\RTC\CameraImageSender.cs" />
- <Compile Include="LiveVideo\RTC\Combine1920X1080Sender.cs" />
- <Compile Include="LiveVideo\RTC\Combine1280X720Sender.cs" />
- <Compile Include="LiveVideo\RTC\Combine960X540Sender.cs" />
- <Compile Include="LiveVideo\RTC\Combine960X720Sender.cs" />
- <Compile Include="LiveVideo\RTC\CombineImageSender.cs" />
- <Compile Include="LiveVideo\RTC\IImageSender.cs" />
- <Compile Include="LiveVideo\RTC\ImageCaptureBase.cs" />
- <Compile Include="LiveVideo\RTC\ImageSenderBase.cs" />
- <Compile Include="LiveVideo\RTC\Terminal1920X1080Sender.cs" />
- <Compile Include="LiveVideo\RTC\Terminal1280X720Sender.cs" />
- <Compile Include="LiveVideo\RTC\Terminal960X540Sender.cs" />
- <Compile Include="LiveVideo\RTC\TerminalImageCapturer.cs" />
- <Compile Include="LiveVideo\RTC\TerminalImageSender.cs" />
- <Compile Include="LiveVideo\RTMP\CombineSmartPublisher.cs" />
- <Compile Include="RTMPSDK\base_code_define.cs" />
- <Compile Include="RTMPSDK\common_media_define.cs" />
- <Compile Include="RTMPSDK\smart_publisher_sdk_x64.cs" />
- <Compile Include="RTMPSDK\smart_publisher_sdk_x86.cs" />
- <Compile Include="RTMPSDK\smart_publisher_define.cs" />
- <Compile Include="RTMPSDK\SmartLog.cs" />
- <Compile Include="RTMPSDK\SmartLogDefine.cs" />
- <Compile Include="Consultation\RTMP\SmartPlayer.cs" />
- <Compile Include="LiveVideo\RTMP\SmartPublisher.cs" />
- <Compile Include="RTMPSDK\smart_player_define.cs" />
- <Compile Include="RTMPSDK\smart_player_sdk_x64.cs" />
- <Compile Include="RTMPSDK\smart_player_sdk_x86.cs" />
- <Compile Include="LiveVideo\VideoFrameDataProcessor.cs" />
- <Compile Include="LiveVideo\AVFrameOperateUtil.cs" />
- <Compile Include="LiveVideo\Capturer.cs" />
- <Compile Include="LiveVideo\RTMP\DaniuPusher.cs" />
- <Compile Include="Hardware\DriverHelper.cs" />
- <Compile Include="LiveVideo\RTMP\DsRtmpPusher.cs" />
- <Compile Include="LiveVideo\FFmpegEncoder.cs" />
- <Compile Include="LiveVideo\FormatConvertUtil.cs" />
- <Compile Include="LiveVideo\MergePusherBase.cs" />
- <Compile Include="LiveVideo\RGBMergeUtil.cs" />
- <Compile Include="LiveVideo\RTC\RtcMergePusher.cs" />
- <Compile Include="LiveVideo\RTC\RtcMultiPusher.cs" />
- <Compile Include="LiveVideo\RTC\RtcSinglePusher.cs" />
- <Compile Include="LiveVideo\RTMP\RtmpMergePusher.cs" />
- <Compile Include="LiveVideo\RTMP\RtmpMultiPusher.cs" />
- <Compile Include="LiveVideo\RTMP\RtmpSinglePusher.cs" />
- <Compile Include="LiveVideo\RTC\TRTCPusher.cs" />
- <Compile Include="LiveVideo\VideoHelper.cs" />
- <Compile Include="LiveVideo\RTC\TRTCDetector.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Vinno.FIS.TRTCClient.Common\Vinno.FIS.TRTCClient.Common.csproj">
- <Project>{AA18F5ED-2EA1-4F58-963C-D610A629907F}</Project>
- <Name>Vinno.FIS.TRTCClient.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Vinno.vCloud.FIS.CrossPlatform.Common.csproj">
- <Project>{63c812a1-1bde-4dca-8efd-4c7df1b8e269}</Project>
- <Name>Vinno.vCloud.FIS.CrossPlatform.Common</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|