MyWeather.iOS.csproj 11 KB

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