ConnectionTest.iOS.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2B679E7E-0DDB-47E2-9395-4D4842CB27B5}</ProjectGuid>
  9. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <TemplateGuid>{6143fdea-f3c2-4a09-aafa-6e230626515e}</TemplateGuid>
  11. <OutputType>Exe</OutputType>
  12. <RootNamespace>ConnectionTest.iOS</RootNamespace>
  13. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  14. <AssemblyName>ConnectionTest.iOS</AssemblyName>
  15. <MtouchEnableSGenConc>true</MtouchEnableSGenConc>
  16. <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
  17. <ProvisioningType>automatic</ProvisioningType>
  18. <LangVersion>8.0</LangVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>portable</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  25. <DefineConstants>DEBUG</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <MtouchArch>x86_64</MtouchArch>
  29. <MtouchLink>None</MtouchLink>
  30. <MtouchDebug>true</MtouchDebug>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  33. <DebugType>none</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <MtouchLink>None</MtouchLink>
  39. <MtouchArch>x86_64</MtouchArch>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>portable</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\iPhone\Debug</OutputPath>
  46. <DefineConstants>DEBUG</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <MtouchArch>ARM64</MtouchArch>
  50. <CodesignKey>iPhone Developer</CodesignKey>
  51. <MtouchDebug>true</MtouchDebug>
  52. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  53. <MtouchLink>None</MtouchLink>
  54. <MtouchInterpreter>-all</MtouchInterpreter>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  57. <DebugType>none</DebugType>
  58. <Optimize>true</Optimize>
  59. <OutputPath>bin\iPhone\Release</OutputPath>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <MtouchArch>ARM64</MtouchArch>
  63. <CodesignKey>iPhone Developer</CodesignKey>
  64. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Compile Include="Main.cs" />
  68. <Compile Include="AppDelegate.cs" />
  69. <None Include="Entitlements.plist" />
  70. <None Include="Info.plist" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
  75. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
  76. <Visible>false</Visible>
  77. </ImageAsset>
  78. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1024.png">
  79. <Visible>false</Visible>
  80. </ImageAsset>
  81. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon180.png">
  82. <Visible>false</Visible>
  83. </ImageAsset>
  84. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon167.png">
  85. <Visible>false</Visible>
  86. </ImageAsset>
  87. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon152.png">
  88. <Visible>false</Visible>
  89. </ImageAsset>
  90. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon120.png">
  91. <Visible>false</Visible>
  92. </ImageAsset>
  93. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon87.png">
  94. <Visible>false</Visible>
  95. </ImageAsset>
  96. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon80.png">
  97. <Visible>false</Visible>
  98. </ImageAsset>
  99. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon76.png">
  100. <Visible>false</Visible>
  101. </ImageAsset>
  102. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon60.png">
  103. <Visible>false</Visible>
  104. </ImageAsset>
  105. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon58.png">
  106. <Visible>false</Visible>
  107. </ImageAsset>
  108. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon40.png">
  109. <Visible>false</Visible>
  110. </ImageAsset>
  111. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon29.png">
  112. <Visible>false</Visible>
  113. </ImageAsset>
  114. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon20.png">
  115. <Visible>false</Visible>
  116. </ImageAsset>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Reference Include="System" />
  120. <Reference Include="System.Xml" />
  121. <Reference Include="System.Core" />
  122. <Reference Include="Xamarin.iOS" />
  123. <Reference Include="System.Numerics" />
  124. <Reference Include="System.Numerics.Vectors" />
  125. <Reference Include="System.Net.Http" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
  129. <PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
  130. </ItemGroup>
  131. <Import Project="..\..\..\inabox\InABox.Remote.Shared\InABox.Remote.Shared.projitems" Label="Shared" Condition="Exists('..\..\..\inabox\InABox.Remote.Shared\InABox.Remote.Shared.projitems')" />
  132. <Import Project="..\..\..\inabox\InABox.Client.Remote.Shared\InABox.Client.Remote.Shared.projitems" Label="Shared" Condition="Exists('..\..\..\inabox\InABox.Client.Remote.Shared\InABox.Client.Remote.Shared.projitems')" />
  133. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  134. <ItemGroup>
  135. <ProjectReference Include="..\ConnectionTest\ConnectionTest.csproj">
  136. <Project>{7FF8B7BA-16F4-4BD4-AA39-FC766952DEA6}</Project>
  137. <Name>ConnectionTest</Name>
  138. </ProjectReference>
  139. </ItemGroup>
  140. </Project>