Xamarin Insights.Iphone.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. <ProjectGuid>{73B5F5E0-53EC-47C8-AC76-83C30FEAC761}</ProjectGuid>
  7. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>Xamarin_Insights.Iphone</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>XamarinInsightsIphone</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  18. <DefineConstants>DEBUG</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ConsolePause>false</ConsolePause>
  22. <MtouchArch>i386, x86_64</MtouchArch>
  23. <MtouchLink>None</MtouchLink>
  24. <MtouchDebug>true</MtouchDebug>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  27. <DebugType>none</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <MtouchLink>None</MtouchLink>
  33. <MtouchArch>i386, x86_64</MtouchArch>
  34. <ConsolePause>false</ConsolePause>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\iPhone\Debug</OutputPath>
  41. <DefineConstants>DEBUG</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <ConsolePause>false</ConsolePause>
  45. <MtouchArch>ARMv7, ARM64</MtouchArch>
  46. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  47. <CodesignKey>iPhone Developer</CodesignKey>
  48. <MtouchDebug>true</MtouchDebug>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  51. <DebugType>none</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\iPhone\Release</OutputPath>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  57. <MtouchArch>ARMv7, ARM64</MtouchArch>
  58. <ConsolePause>false</ConsolePause>
  59. <CodesignKey>iPhone Developer</CodesignKey>
  60. </PropertyGroup>
  61. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  62. <DebugType>none</DebugType>
  63. <Optimize>True</Optimize>
  64. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <ConsolePause>False</ConsolePause>
  68. <MtouchArch>ARMv7, ARM64</MtouchArch>
  69. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  70. <BuildIpa>True</BuildIpa>
  71. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  72. <CodesignKey>iPhone Distribution</CodesignKey>
  73. </PropertyGroup>
  74. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  75. <DebugType>none</DebugType>
  76. <Optimize>True</Optimize>
  77. <OutputPath>bin\iPhone\AppStore</OutputPath>
  78. <ErrorReport>prompt</ErrorReport>
  79. <WarningLevel>4</WarningLevel>
  80. <ConsolePause>False</ConsolePause>
  81. <MtouchArch>ARMv7, ARM64</MtouchArch>
  82. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  83. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  84. <CodesignKey>iPhone Distribution</CodesignKey>
  85. </PropertyGroup>
  86. <ItemGroup>
  87. <Compile Include="DebugTrace.cs" />
  88. <Compile Include="LinkerPleaseInclude.cs" />
  89. <Compile Include="Main.cs" />
  90. <Compile Include="Setup.cs" />
  91. <Compile Include="Views\FirstView.cs" />
  92. <Compile Include="Views\SecondView.cs" />
  93. <Compile Include="Views\ThirdView.cs" />
  94. <None Include="Info.plist" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <None Include="packages.config" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <BundleResource Include="Resources\Default-568h@2x.png" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Reference Include="Cirrious.CrossCore">
  103. <HintPath>..\packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\Xamarin.iOS10\Cirrious.CrossCore.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Cirrious.CrossCore.Touch">
  106. <HintPath>..\packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\Xamarin.iOS10\Cirrious.CrossCore.Touch.dll</HintPath>
  107. </Reference>
  108. <Reference Include="Cirrious.MvvmCross">
  109. <HintPath>..\packages\MvvmCross.HotTuna.MvvmCrossLibraries.3.5.0\lib\Xamarin.iOS10\Cirrious.MvvmCross.dll</HintPath>
  110. <Private>True</Private>
  111. </Reference>
  112. <Reference Include="Cirrious.MvvmCross.Binding">
  113. <HintPath>..\packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\Xamarin.iOS10\Cirrious.MvvmCross.Binding.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Cirrious.MvvmCross.Binding.Touch">
  116. <HintPath>..\packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\Xamarin.iOS10\Cirrious.MvvmCross.Binding.Touch.dll</HintPath>
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="Cirrious.MvvmCross.Localization">
  120. <HintPath>..\packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\Xamarin.iOS10\Cirrious.MvvmCross.Localization.dll</HintPath>
  121. <Private>True</Private>
  122. </Reference>
  123. <Reference Include="Cirrious.MvvmCross.Touch">
  124. <HintPath>..\packages\MvvmCross.HotTuna.MvvmCrossLibraries.3.5.0\lib\Xamarin.iOS10\Cirrious.MvvmCross.Touch.dll</HintPath>
  125. <Private>True</Private>
  126. </Reference>
  127. <Reference Include="System" />
  128. <Reference Include="System.Xml" />
  129. <Reference Include="System.Core" />
  130. <Reference Include="Xamarin.iOS" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="AppDelegate.cs" />
  134. <Content Include="Entitlements.plist" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <ProjectReference Include="..\Xamarin Insights\Xamarin Insights.Core.csproj">
  138. <Project>{18d6000f-1b87-4db3-87a1-fd817ad8a253}</Project>
  139. <Name>Xamarin Insights.Core</Name>
  140. </ProjectReference>
  141. </ItemGroup>
  142. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  143. </Project>