XamarinInsights.iOS.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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)' == '' ">iPhoneSimulator</Platform>
  6. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{D5A2892A-C33B-459B-97A1-81BDE4C0CE5F}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>XamarinInsights.iOS</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>XamarinInsightsiOS</AssemblyName>
  12. <TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
  13. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  20. <DefineConstants>DEBUG;</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. <MtouchLink>None</MtouchLink>
  25. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  26. <MtouchDebug>true</MtouchDebug>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  29. <DebugType>full</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <MtouchLink>None</MtouchLink>
  35. <ConsolePause>false</ConsolePause>
  36. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\iPhone\Debug</OutputPath>
  43. <DefineConstants>DEBUG;</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <ConsolePause>false</ConsolePause>
  47. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  48. <MtouchDebug>true</MtouchDebug>
  49. <CodesignKey>iPhone Developer</CodesignKey>
  50. <MtouchArch>ARMv7</MtouchArch>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  53. <DebugType>full</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>bin\iPhone\Release</OutputPath>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  59. <ConsolePause>false</ConsolePause>
  60. <CodesignKey>iPhone Developer</CodesignKey>
  61. <MtouchArch>ARMv7, ARM64</MtouchArch>
  62. </PropertyGroup>
  63. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  64. <DebugType>full</DebugType>
  65. <Optimize>true</Optimize>
  66. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  67. <ErrorReport>prompt</ErrorReport>
  68. <WarningLevel>4</WarningLevel>
  69. <ConsolePause>false</ConsolePause>
  70. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  71. <BuildIpa>true</BuildIpa>
  72. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  73. <CodesignKey>iPhone Distribution</CodesignKey>
  74. <MtouchArch>ARMv7, ARM64</MtouchArch>
  75. </PropertyGroup>
  76. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  77. <DebugType>full</DebugType>
  78. <Optimize>true</Optimize>
  79. <OutputPath>bin\iPhone\AppStore</OutputPath>
  80. <ErrorReport>prompt</ErrorReport>
  81. <WarningLevel>4</WarningLevel>
  82. <CodesignKey>iPhone Distribution</CodesignKey>
  83. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  84. <ConsolePause>false</ConsolePause>
  85. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  86. <MtouchArch>ARMv7, ARM64</MtouchArch>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <Reference Include="System" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="System.Core" />
  92. <Reference Include="Xamarin.Forms.Platform.iOS">
  93. <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoTouch10\Xamarin.Forms.Platform.iOS.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Xamarin.Forms.Core">
  96. <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoTouch10\Xamarin.Forms.Core.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Xamarin.Forms.Xaml">
  99. <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoTouch10\Xamarin.Forms.Xaml.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Xamarin.iOS" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <BundleResource Include="Resources\Default-568h%402x.png" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="Info.plist" />
  108. <None Include="Entitlements.plist" />
  109. <None Include="packages.config" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Compile Include="Main.cs" />
  113. <Compile Include="AppDelegate.cs" />
  114. </ItemGroup>
  115. <Import Project="..\XamarinInsights\XamarinInsights.projitems" Label="Shared" Condition="Exists('..\XamarinInsights\XamarinInsights.projitems')" />
  116. <Import Project="..\packages\Xamarin.Forms.1.2.2.6243\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.2.2.6243\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets')" />
  117. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  118. </Project>