MyWeather.iOS.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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>{7F106FBA-12E5-4D92-9F4C-38EAD1652E7E}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>MyWeather.iOS</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>MyWeatheriOS</AssemblyName>
  12. <NuGetPackageImportStamp>
  13. </NuGetPackageImportStamp>
  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. <MtouchArch>x86_64</MtouchArch>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchDebug>true</MtouchDebug>
  27. <MtouchProfiling>true</MtouchProfiling>
  28. <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
  29. <CodesignKey>iPhone Developer</CodesignKey>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  32. <DebugType>full</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\iPhone\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  38. <MtouchArch>ARMv7, ARM64</MtouchArch>
  39. <ConsolePause>false</ConsolePause>
  40. <CodesignKey>iPhone Developer</CodesignKey>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  43. <DebugType>full</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <MtouchArch>i386</MtouchArch>
  49. <ConsolePause>false</ConsolePause>
  50. <MtouchLink>None</MtouchLink>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  53. <DebugSymbols>true</DebugSymbols>
  54. <DebugType>full</DebugType>
  55. <Optimize>false</Optimize>
  56. <OutputPath>bin\iPhone\Debug</OutputPath>
  57. <DefineConstants>DEBUG;</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <ConsolePause>false</ConsolePause>
  61. <MtouchArch>ARMv7, ARM64</MtouchArch>
  62. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  63. <MtouchProfiling>True</MtouchProfiling>
  64. <CodesignKey>iPhone Developer: James Montemagno (AMVKNEC6W3)</CodesignKey>
  65. <MtouchDebug>True</MtouchDebug>
  66. <CodesignProvision />
  67. <CodesignResourceRules />
  68. <CodesignExtraArgs />
  69. <MtouchSdkVersion>9.0</MtouchSdkVersion>
  70. <MtouchLink>None</MtouchLink>
  71. <MtouchFastDev>False</MtouchFastDev>
  72. <MtouchUseLlvm>False</MtouchUseLlvm>
  73. <MtouchUseThumb>False</MtouchUseThumb>
  74. <MtouchUseSGen>False</MtouchUseSGen>
  75. <MtouchUseRefCounting>False</MtouchUseRefCounting>
  76. <MtouchOptimizePNGs>True</MtouchOptimizePNGs>
  77. <DeviceSpecificBuild>False</DeviceSpecificBuild>
  78. <MtouchI18n />
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  82. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
  83. <Private>True</Private>
  84. </Reference>
  85. <Reference Include="Plugin.Geolocator, Version=3.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.dll</HintPath>
  87. <Private>True</Private>
  88. </Reference>
  89. <Reference Include="Plugin.Geolocator.Abstractions, Version=3.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  90. <HintPath>..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.Abstractions.dll</HintPath>
  91. <Private>True</Private>
  92. </Reference>
  93. <Reference Include="Plugin.Settings, Version=2.5.1.0, Culture=neutral, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Xam.Plugins.Settings.2.5.1.0\lib\Xamarin.iOS10\Plugin.Settings.dll</HintPath>
  95. <Private>True</Private>
  96. </Reference>
  97. <Reference Include="Plugin.Settings.Abstractions, Version=2.5.1.0, Culture=neutral, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Xam.Plugins.Settings.2.5.1.0\lib\Xamarin.iOS10\Plugin.Settings.Abstractions.dll</HintPath>
  99. <Private>True</Private>
  100. </Reference>
  101. <Reference Include="Plugin.TextToSpeech, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  102. <HintPath>..\packages\Xam.Plugins.TextToSpeech.2.0.0\lib\Xamarin.iOS10\Plugin.TextToSpeech.dll</HintPath>
  103. <Private>True</Private>
  104. </Reference>
  105. <Reference Include="Plugin.TextToSpeech.Abstractions, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  106. <HintPath>..\packages\Xam.Plugins.TextToSpeech.2.0.0\lib\Xamarin.iOS10\Plugin.TextToSpeech.Abstractions.dll</HintPath>
  107. <Private>True</Private>
  108. </Reference>
  109. <Reference Include="System" />
  110. <Reference Include="System.Xml" />
  111. <Reference Include="System.Core" />
  112. <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  113. <HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
  114. <Private>True</Private>
  115. </Reference>
  116. <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  117. <HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
  118. <Private>True</Private>
  119. </Reference>
  120. <Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  121. <HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
  122. <Private>True</Private>
  123. </Reference>
  124. <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  125. <HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
  126. <Private>True</Private>
  127. </Reference>
  128. <Reference Include="Xamarin.iOS" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ProjectReference Include="..\MyWeather\MyWeather.csproj">
  132. <Name>MyWeather</Name>
  133. <Project>{5366CC83-65A3-4969-B883-3229108447E2}</Project>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Contents.json">
  138. <InProject>false</InProject>
  139. </ImageAsset>
  140. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-60%402x.png">
  141. <InProject>false</InProject>
  142. </ImageAsset>
  143. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-60%403x.png">
  144. <InProject>false</InProject>
  145. </ImageAsset>
  146. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-76.png">
  147. <InProject>false</InProject>
  148. </ImageAsset>
  149. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-76%402x.png">
  150. <InProject>false</InProject>
  151. </ImageAsset>
  152. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small.png">
  153. <InProject>false</InProject>
  154. </ImageAsset>
  155. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small%402x.png">
  156. <InProject>false</InProject>
  157. </ImageAsset>
  158. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small%403x.png">
  159. <InProject>false</InProject>
  160. </ImageAsset>
  161. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40.png">
  162. <InProject>false</InProject>
  163. </ImageAsset>
  164. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40%402x.png">
  165. <InProject>false</InProject>
  166. </ImageAsset>
  167. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40%403x.png">
  168. <InProject>false</InProject>
  169. </ImageAsset>
  170. <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Contents.json">
  171. <InProject>false</InProject>
  172. </ImageAsset>
  173. <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default.png">
  174. <InProject>false</InProject>
  175. </ImageAsset>
  176. <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default%402x.png">
  177. <InProject>false</InProject>
  178. </ImageAsset>
  179. <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default-568h%402x.png">
  180. <InProject>false</InProject>
  181. </ImageAsset>
  182. <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default-Portrait.png">
  183. <InProject>false</InProject>
  184. </ImageAsset>
  185. <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default-Portrait%402x.png">
  186. <InProject>false</InProject>
  187. </ImageAsset>
  188. </ItemGroup>
  189. <ItemGroup>
  190. <ITunesArtwork Include="Resources\ITunesArtwork" />
  191. <ITunesArtwork Include="Resources\ITunesArtwork%402x" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <InterfaceDefinition Include="EmptyStoryboard1.storyboard" />
  198. <None Include="Info.plist">
  199. <SubType>Designer</SubType>
  200. </None>
  201. <None Include="Entitlements.plist" />
  202. <None Include="packages.config" />
  203. <InterfaceDefinition Include="View1.xib" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Compile Include="Helpers\Settings.cs" />
  207. <Compile Include="Main.cs" />
  208. <Compile Include="AppDelegate.cs" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <BundleResource Include="Resources\tab1.png" />
  212. <BundleResource Include="Resources\tab1%402x.png" />
  213. <BundleResource Include="Resources\tab1%403x.png" />
  214. <BundleResource Include="Resources\tab2%402x.png" />
  215. <BundleResource Include="Resources\tab2%403x.png" />
  216. <BundleResource Include="Resources\tab2.png" />
  217. </ItemGroup>
  218. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  219. <Import Project="..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
  220. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  221. <PropertyGroup>
  222. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  223. </PropertyGroup>
  224. <Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
  225. </Target>
  226. </Project>