Vinno.FIS.TRTCClient.Android.csproj 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7571A6A4-F959-4E03-8680-ECB29F1AE65F}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <TemplateGuid>{9ef11e43-1701-4396-8835-8392d57abb70}</TemplateGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Vinno.FIS.TRTCClient.Android</RootNamespace>
  14. <AssemblyName>Vinno.FIS.TRTCClient.Android</AssemblyName>
  15. <FileAlignment>512</FileAlignment>
  16. <Deterministic>True</Deterministic>
  17. <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
  18. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  19. <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
  20. <TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
  21. <AndroidUseAapt2>true</AndroidUseAapt2>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>portable</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>portable</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Mono.Android" />
  42. <Reference Include="mscorlib" />
  43. <Reference Include="Newtonsoft.Json">
  44. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="FISTRTCClient.cs" />
  51. <Compile Include="LocalVideoRenderCallback.cs" />
  52. <Compile Include="RemoteVideoRenderCallback.cs" />
  53. <Compile Include="Resources\Resource.designer.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. <Compile Include="TRTCChatRoom.cs" />
  56. <Compile Include="TRTCLivePusher.cs" />
  57. </ItemGroup>
  58. <ItemGroup />
  59. <ItemGroup>
  60. <ProjectReference Include="..\AndroidTRTCLibrary\AndroidTRTCLibrary.csproj">
  61. <Project>{c99d3d81-6e51-47bb-b227-59fe0f3f3c74}</Project>
  62. <Name>AndroidTRTCLibrary</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\Vinno.FIS.TRTCClient.Common\Vinno.FIS.TRTCClient.Common.csproj">
  65. <Project>{d2f818ff-6681-4945-9ee1-5f60c6b17de8}</Project>
  66. <Name>Vinno.FIS.TRTCClient.Common</Name>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
  70. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. </Project>