ConnectionTest.Android.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{82FA30D9-EB69-46BA-8DBB-1635A07987AD}</ProjectGuid>
  7. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <TemplateGuid>{c9e5eea5-ca05-42a1-839b-61506e0a37df}</TemplateGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>ConnectionTest.Droid</RootNamespace>
  11. <AssemblyName>ConnectionTest.Android</AssemblyName>
  12. <Deterministic>True</Deterministic>
  13. <AndroidApplication>True</AndroidApplication>
  14. <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
  15. <AndroidResgenClass>Resource</AndroidResgenClass>
  16. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  17. <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
  18. <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
  19. <TargetFrameworkVersion>v13.0</TargetFrameworkVersion>
  20. <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
  21. <AndroidUseAapt2>true</AndroidUseAapt2>
  22. <AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
  23. <NuGetPackageImportStamp>
  24. </NuGetPackageImportStamp>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>portable</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Debug</OutputPath>
  31. <DefineConstants>DEBUG;</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <AndroidLinkMode>None</AndroidLinkMode>
  35. <EmbedAssembliesIntoApk>false</EmbedAssembliesIntoApk>
  36. <AotAssemblies>false</AotAssemblies>
  37. <EnableLLVM>false</EnableLLVM>
  38. <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
  39. <BundleAssemblies>false</BundleAssemblies>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>portable</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release</OutputPath>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <AndroidManagedSymbols>true</AndroidManagedSymbols>
  49. <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="Mono.Android" />
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="System.Numerics" />
  58. <Reference Include="System.Numerics.Vectors" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
  62. <PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="MainActivity.cs" />
  66. <Compile Include="Resources\Resource.designer.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="Resources\AboutResources.txt" />
  71. <None Include="Assets\AboutAssets.txt" />
  72. <None Include="Properties\AndroidManifest.xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <AndroidResource Include="Resources\values\styles.xml" />
  76. <AndroidResource Include="Resources\values\colors.xml" />
  77. <AndroidResource Include="Resources\mipmap-anydpi-v26\icon.xml" />
  78. <AndroidResource Include="Resources\mipmap-anydpi-v26\icon_round.xml" />
  79. <AndroidResource Include="Resources\mipmap-hdpi\icon.png" />
  80. <AndroidResource Include="Resources\mipmap-hdpi\launcher_foreground.png" />
  81. <AndroidResource Include="Resources\mipmap-mdpi\icon.png" />
  82. <AndroidResource Include="Resources\mipmap-mdpi\launcher_foreground.png" />
  83. <AndroidResource Include="Resources\mipmap-xhdpi\icon.png" />
  84. <AndroidResource Include="Resources\mipmap-xhdpi\launcher_foreground.png" />
  85. <AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" />
  86. <AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" />
  87. <AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
  88. <AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Folder Include="Resources\drawable\" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\..\..\..\..\inabox\InABox.Client.Remote.Json\InABox.Client.Remote.Json.csproj">
  95. <Project>{2e9288a7-fd3b-435a-8b5e-a76c9e8da0b8}</Project>
  96. <Name>InABox.Client.Remote.Json</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\..\..\..\..\inabox\inabox.client.websocket\InABox.Client.WebSocket.csproj">
  99. <Project>{c4e61f3a-1df8-46d3-9c62-09881499930d}</Project>
  100. <Name>InABox.Client.WebSocket</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\..\..\..\..\inabox\InABox.Configuration\InABox.Configuration.csproj">
  103. <Project>{60cccf76-ec6f-4088-8bea-745e0492171d}</Project>
  104. <Name>InABox.Configuration</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\..\..\..\..\inabox\InABox.Core\InABox.Core.csproj">
  107. <Project>{c1e889a2-fd8c-424a-a491-7d16057c23a6}</Project>
  108. <Name>InABox.Core</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\..\..\..\..\inabox\inabox.logging.shared\InABox.Logging.Shared.csproj">
  111. <Project>{b1de96c8-6a4c-4958-8224-443bb5f570bf}</Project>
  112. <Name>InABox.Logging.Shared</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\..\..\..\..\inabox\inabox.websocket.shared\InABox.WebSocket.Shared.csproj">
  115. <Project>{4057a462-4a28-46d6-bf75-12e1d494f3ed}</Project>
  116. <Name>InABox.WebSocket.Shared</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\ConnectionTest\ConnectionTest.csproj">
  119. <Project>{7FF8B7BA-16F4-4BD4-AA39-FC766952DEA6}</Project>
  120. <Name>ConnectionTest</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
  124. </Project>