| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
- <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ProjectGuid>{7F106FBA-12E5-4D92-9F4C-38EAD1652E7E}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>MyWeather.iOS</RootNamespace>
- <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
- <AssemblyName>MyWeatheriOS</AssemblyName>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>x86_64</MtouchArch>
- <MtouchLink>None</MtouchLink>
- <MtouchDebug>true</MtouchDebug>
- <MtouchProfiling>true</MtouchProfiling>
- <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
- <CodesignKey>iPhone Developer</CodesignKey>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\iPhone\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <MtouchArch>ARMv7, ARM64</MtouchArch>
- <ConsolePause>false</ConsolePause>
- <CodesignKey>iPhone Developer</CodesignKey>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <MtouchArch>i386</MtouchArch>
- <ConsolePause>false</ConsolePause>
- <MtouchLink>None</MtouchLink>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhone\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>ARMv7, ARM64</MtouchArch>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <MtouchProfiling>True</MtouchProfiling>
- <CodesignKey>iPhone Developer: James Montemagno (AMVKNEC6W3)</CodesignKey>
- <MtouchDebug>True</MtouchDebug>
- <CodesignProvision />
- <CodesignResourceRules />
- <CodesignExtraArgs />
- <MtouchSdkVersion>9.0</MtouchSdkVersion>
- <MtouchLink>None</MtouchLink>
- <MtouchFastDev>False</MtouchFastDev>
- <MtouchUseLlvm>False</MtouchUseLlvm>
- <MtouchUseThumb>False</MtouchUseThumb>
- <MtouchUseSGen>False</MtouchUseSGen>
- <MtouchUseRefCounting>False</MtouchUseRefCounting>
- <MtouchOptimizePNGs>True</MtouchOptimizePNGs>
- <DeviceSpecificBuild>False</DeviceSpecificBuild>
- <MtouchI18n />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Plugin.Geolocator, Version=3.0.4.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Plugin.Geolocator.Abstractions, Version=3.0.4.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.Abstractions.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Plugin.Settings, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xam.Plugins.Settings.2.1.0\lib\Xamarin.iOS10\Plugin.Settings.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Plugin.Settings.Abstractions, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xam.Plugins.Settings.2.1.0\lib\Xamarin.iOS10\Plugin.Settings.Abstractions.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Plugin.TextToSpeech, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xam.Plugins.TextToSpeech.2.0.0\lib\Xamarin.iOS10\Plugin.TextToSpeech.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Plugin.TextToSpeech.Abstractions, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xam.Plugins.TextToSpeech.2.0.0\lib\Xamarin.iOS10\Plugin.TextToSpeech.Abstractions.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.iOS" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\MyWeather\MyWeather.csproj">
- <Name>MyWeather</Name>
- <Project>{5366CC83-65A3-4969-B883-3229108447E2}</Project>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Contents.json">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-60%402x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-60%403x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-76.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-76%402x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small%402x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small%403x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40%402x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40%403x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Contents.json">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default%402x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default-568h%402x.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default-Portrait.png">
- <InProject>false</InProject>
- </ImageAsset>
- <ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default-Portrait%402x.png">
- <InProject>false</InProject>
- </ImageAsset>
- </ItemGroup>
- <ItemGroup>
- <ITunesArtwork Include="Resources\ITunesArtwork" />
- <ITunesArtwork Include="Resources\ITunesArtwork%402x" />
- </ItemGroup>
- <ItemGroup>
- <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
- </ItemGroup>
- <ItemGroup>
- <InterfaceDefinition Include="EmptyStoryboard1.storyboard" />
- <None Include="Info.plist">
- <SubType>Designer</SubType>
- </None>
- <None Include="Entitlements.plist" />
- <None Include="packages.config" />
- <InterfaceDefinition Include="View1.xib" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Helpers\Settings.cs" />
- <Compile Include="Main.cs" />
- <Compile Include="AppDelegate.cs" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\tab1.png" />
- <BundleResource Include="Resources\tab1%402x.png" />
- <BundleResource Include="Resources\tab1%403x.png" />
- <BundleResource Include="Resources\tab2%402x.png" />
- <BundleResource Include="Resources\tab2%403x.png" />
- <BundleResource Include="Resources\tab2.png" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <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>
- </PropertyGroup>
- <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'))" />
- </Target>
- <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')" />
- </Project>
|