123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{63007E9D-B9FA-4CC2-B329-BC50AD4B622B}</ProjectGuid>
- <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <TemplateGuid>{9ef11e43-1701-4396-8835-8392d57abb70}</TemplateGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Vinno.vCloud.FIS.CrossPlatform.Android</RootNamespace>
- <AssemblyName>Vinno.vCloud.FIS.CrossPlatform.Android</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <Deterministic>True</Deterministic>
- <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
- <TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
- <AndroidUseAapt2>true</AndroidUseAapt2>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>portable</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>portable</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Java.Interop" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Mono.Android" />
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Hardware\MobileInfo.cs" />
- <Compile Include="LiveVideo\Camera1280X720SenderV2.cs" />
- <Compile Include="LiveVideo\Camera1920X1080SenderV2.cs" />
- <Compile Include="LiveVideo\Camera640X480SenderV2.cs" />
- <Compile Include="LiveVideo\Camera960X540SenderV2.cs" />
- <Compile Include="LiveVideo\Camera960X720SenderV2.cs" />
- <Compile Include="LiveVideo\CameraHelperV2.cs" />
- <Compile Include="LiveVideo\CameraImageSenderV2.cs" />
- <Compile Include="LiveVideo\CameraReaderHelperV2.cs" />
- <Compile Include="LiveVideo\CameraHelper.cs" />
- <Compile Include="LiveVideo\CameraReaderHelper.cs" />
- <Compile Include="LiveVideo\Capturer.cs" />
- <Compile Include="LiveVideo\CapturerCreator.cs" />
- <Compile Include="LiveVideo\CombineImageSender.cs" />
- <Compile Include="FISAndroid.cs" />
- <Compile Include="Hardware\HardwareDetector.cs" />
- <Compile Include="LiveVideo\FormatConvertUtil.cs" />
- <Compile Include="LiveVideo\IImageSender.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\IImageSenderV2.cs" />
- <Compile Include="LiveVideo\ImageSenderBaseV2.cs" />
- <Compile Include="LiveVideo\IMergeUtil.cs" />
- <Compile Include="LiveVideo\LiveVideoPusherCreator.cs" />
- <Compile Include="LiveVideo\LiveVideoPusherCreatorV2.cs" />
- <Compile Include="LiveVideo\MergePusherBaseV2.cs" />
- <Compile Include="LiveVideo\RGBMergeUtilV2.cs" />
- <Compile Include="LiveVideo\RTC\RemoteVideoRenderCallback.cs" />
- <Compile Include="LiveVideo\RTC\RtcMergePusherV2.cs" />
- <Compile Include="LiveVideo\RTC\RtcMultiPusherV2.cs" />
- <Compile Include="LiveVideo\RTC\RtcSinglePusherV2.cs" />
- <Compile Include="LiveVideo\RTC\TRTCPusher.cs" />
- <Compile Include="LiveVideo\RTC\USRtcMergePusherV2.cs" />
- <Compile Include="LiveVideo\RTMP\DaniuPusher.cs" />
- <Compile Include="LiveVideo\RTMP\DsRtmpPusher.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\Terminal1280X720SenderV2.cs" />
- <Compile Include="LiveVideo\Terminal1920X1080SenderV2.cs" />
- <Compile Include="LiveVideo\Terminal640X480SenderV2.cs" />
- <Compile Include="LiveVideo\Terminal960X540SenderV2.cs" />
- <Compile Include="LiveVideo\Terminal960X720SenderV2.cs" />
- <Compile Include="LiveVideo\TerminalImageCapturerV2.cs" />
- <Compile Include="LiveVideo\TerminalImageSenderV2.cs" />
- <Compile Include="LiveVideo\USMergePusherBaseV2.cs" />
- <Compile Include="LiveVideo\USRGBMergeUtilV2.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Resources\Resource.designer.cs" />
- <Compile Include="Consultation\RTC\RtcRoom.cs" />
- <Compile Include="Consultation\RTC\RtcRoomCreator.cs" />
- <Compile Include="LiveVideo\RTC\RtcPusher.cs" />
- <Compile Include="LiveVideo\RTMP\RtmpPusher.cs" />
- <Compile Include="LiveVideo\TerminalImageSender.cs" />
- <Compile Include="LiveVideo\RTMP\CombineSmartPublisher.cs" />
- <Compile Include="LiveVideo\YuvHelper.cs" />
- <Compile Include="Consultation\RTMP\SmartPlayer.cs" />
- <Compile Include="LiveVideo\RTMP\SmartPublisher.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\AndroidRtmpLibrary\AndroidRtmpLibrary.csproj">
- <Project>{6079ea69-4e2a-4369-bc20-da9b8caade16}</Project>
- <Name>AndroidRtmpLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\AndroidTRTCLibrary\AndroidTRTCLibrary.csproj">
- <Project>{c99d3d81-6e51-47bb-b227-59fe0f3f3c74}</Project>
- <Name>AndroidTRTCLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\AndroidYuvLibrary\AndroidYuvLibrary.csproj">
- <Project>{8cb11caf-da1a-4d85-81d2-93695ba8e18b}</Project>
- <Name>AndroidYuvLibrary</Name>
- </ProjectReference>
- <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.Android\Vinno.vCloud.FIS.CrossPlatform.Common.Android.csproj">
- <Project>{259c4205-d38d-4dc8-840a-4d8037f95c3d}</Project>
- <Name>Vinno.vCloud.FIS.CrossPlatform.Common.Android</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|