1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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>{7571A6A4-F959-4E03-8680-ECB29F1AE65F}</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.FIS.TRTCClient.Android</RootNamespace>
- <AssemblyName>Vinno.FIS.TRTCClient.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>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Mono.Android" />
- <Reference Include="mscorlib" />
- <Reference Include="Newtonsoft.Json">
- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FISTRTCClient.cs" />
- <Compile Include="LocalVideoRenderCallback.cs" />
- <Compile Include="RemoteVideoRenderCallback.cs" />
- <Compile Include="Resources\Resource.designer.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="TRTCChatRoom.cs" />
- <Compile Include="TRTCLivePusher.cs" />
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <ProjectReference Include="..\AndroidTRTCLibrary\AndroidTRTCLibrary.csproj">
- <Project>{c99d3d81-6e51-47bb-b227-59fe0f3f3c74}</Project>
- <Name>AndroidTRTCLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\Vinno.FIS.TRTCClient.Common\Vinno.FIS.TRTCClient.Common.csproj">
- <Project>{d2f818ff-6681-4945-9ee1-5f60c6b17de8}</Project>
- <Name>Vinno.FIS.TRTCClient.Common</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>
|