HelloworldXamarin.iOS.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{101480C8-667F-45F0-9E3B-1201CE5F3D9F}</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>HelloworldXamarin.iOS</RootNamespace>
  13. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  14. <AssemblyName>HelloworldXamarin.iOS</AssemblyName>
  15. <MtouchEnableSGenConc>true</MtouchEnableSGenConc>
  16. <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
  17. <ProvisioningType>automatic</ProvisioningType>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  24. <DefineConstants>DEBUG</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <MtouchArch>x86_64</MtouchArch>
  28. <MtouchLink>None</MtouchLink>
  29. <MtouchDebug>true</MtouchDebug>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <MtouchLink>None</MtouchLink>
  38. <MtouchArch>x86_64</MtouchArch>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\iPhone\Debug</OutputPath>
  45. <DefineConstants>DEBUG</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <MtouchArch>ARM64</MtouchArch>
  49. <CodesignKey>iPhone Developer</CodesignKey>
  50. <MtouchDebug>true</MtouchDebug>
  51. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  52. <MtouchLink>None</MtouchLink>
  53. <MtouchInterpreter>-all</MtouchInterpreter>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  56. <DebugType>none</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\iPhone\Release</OutputPath>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <MtouchArch>ARM64</MtouchArch>
  62. <CodesignKey>iPhone Developer</CodesignKey>
  63. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Compile Include="Main.cs" />
  67. <Compile Include="AppDelegate.cs" />
  68. <None Include="Entitlements.plist" />
  69. <None Include="Info.plist" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
  74. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
  75. <Visible>false</Visible>
  76. </ImageAsset>
  77. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1024.png">
  78. <Visible>false</Visible>
  79. </ImageAsset>
  80. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon180.png">
  81. <Visible>false</Visible>
  82. </ImageAsset>
  83. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon167.png">
  84. <Visible>false</Visible>
  85. </ImageAsset>
  86. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon152.png">
  87. <Visible>false</Visible>
  88. </ImageAsset>
  89. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon120.png">
  90. <Visible>false</Visible>
  91. </ImageAsset>
  92. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon87.png">
  93. <Visible>false</Visible>
  94. </ImageAsset>
  95. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon80.png">
  96. <Visible>false</Visible>
  97. </ImageAsset>
  98. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon76.png">
  99. <Visible>false</Visible>
  100. </ImageAsset>
  101. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon60.png">
  102. <Visible>false</Visible>
  103. </ImageAsset>
  104. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon58.png">
  105. <Visible>false</Visible>
  106. </ImageAsset>
  107. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon40.png">
  108. <Visible>false</Visible>
  109. </ImageAsset>
  110. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon29.png">
  111. <Visible>false</Visible>
  112. </ImageAsset>
  113. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon20.png">
  114. <Visible>false</Visible>
  115. </ImageAsset>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Reference Include="System" />
  119. <Reference Include="System.Xml" />
  120. <Reference Include="System.Core" />
  121. <Reference Include="Xamarin.iOS" />
  122. <Reference Include="System.Numerics" />
  123. <Reference Include="System.Numerics.Vectors" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <PackageReference Include="Grpc.Core">
  127. <Version>2.32.0</Version>
  128. </PackageReference>
  129. <PackageReference Include="Xamarin.Forms" Version="4.6.0.1141" />
  130. <PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
  131. </ItemGroup>
  132. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  133. <ItemGroup>
  134. <ProjectReference Include="..\HelloworldXamarin\HelloworldXamarin.csproj">
  135. <Project>{5900A2BD-3407-4F05-8CF2-DFF2A98B54F3}</Project>
  136. <Name>HelloworldXamarin</Name>
  137. </ProjectReference>
  138. </ItemGroup>
  139. </Project>