зеркало из https://github.com/DeGsoft/maui-linux.git
329 строки
16 KiB
XML
329 строки
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
<ProjectGuid>{C7131F14-274F-4B55-ACA9-E81731AD012F}</ProjectGuid>
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>Xamarin.Forms.ControlGallery.iOS</RootNamespace>
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
<AssemblyName>XamarinFormsControlGalleryiOS</AssemblyName>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
<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>i386, x86_64</MtouchArch>
|
|
<MtouchLink>None</MtouchLink>
|
|
<MtouchDebug>True</MtouchDebug>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<MtouchSdkVersion>
|
|
</MtouchSdkVersion>
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
<MtouchEnableGenericValueTypeSharing>True</MtouchEnableGenericValueTypeSharing>
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
<MtouchOptimizePNGs>False</MtouchOptimizePNGs>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
|
<MtouchFloat32>False</MtouchFloat32>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<MtouchLink>None</MtouchLink>
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;__UNIFIED__;__MOBILE__;__IOS__</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<MtouchDebug>True</MtouchDebug>
|
|
<CodesignEntitlements>
|
|
</CodesignEntitlements>
|
|
<MtouchSdkVersion>
|
|
</MtouchSdkVersion>
|
|
<MtouchLink>SdkOnly</MtouchLink>
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
<MtouchExtraArgs />
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
<MtouchEnableGenericValueTypeSharing>True</MtouchEnableGenericValueTypeSharing>
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
<MtouchOptimizePNGs>True</MtouchOptimizePNGs>
|
|
<MtouchI18n />
|
|
<BuildIpa>True</BuildIpa>
|
|
<IpaMetadata />
|
|
<IpaPackageName />
|
|
<CodesignProvision />
|
|
<CodesignResourceRules />
|
|
<CodesignExtraArgs />
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>False</ConsolePause>
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
<BuildIpa>True</BuildIpa>
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<OutputPath>bin\iPhone\AppStore</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>False</ConsolePause>
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|iPhoneSimulator'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\iPhoneSimulator\Turkey\</OutputPath>
|
|
<DefineConstants>__MOBILE__;__IOS__;DEBUG</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|iPhone'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\iPhone\Turkey\</OutputPath>
|
|
<DefineConstants>__UNIFIED__;__MOBILE__;__IOS__;DEBUG</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator'">
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BrokenImageSourceHandler.cs" />
|
|
<Compile Include="BrokenNativeControl.cs" />
|
|
<Compile Include="CustomRenderer40251.cs" />
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AppDelegate.cs" />
|
|
<None Include="app.config" />
|
|
<None Include="Info.plist" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<None Include="packages.config" />
|
|
<Compile Include="CustomRenderers.cs" />
|
|
<Compile Include="CustomRendererBugzila38731.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xamarin.Forms.Controls\Xamarin.Forms.Controls.csproj">
|
|
<Project>{cb9c96ce-125c-4a68-b6a1-c3ff1fbf93e1}</Project>
|
|
<Name>Xamarin.Forms.Controls</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Xamarin.Forms.Maps.iOS\Xamarin.Forms.Maps.iOS.csproj">
|
|
<Project>{aba078c4-f9bb-4924-8b2b-10fe0d2f5491}</Project>
|
|
<Name>Xamarin.Forms.Maps.iOS</Name>
|
|
<IsAppExtension>false</IsAppExtension>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Xamarin.Forms.Maps\Xamarin.Forms.Maps.csproj">
|
|
<Project>{7d13bac2-c6a4-416a-b07e-c169b199e52b}</Project>
|
|
<Name>Xamarin.Forms.Maps</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
|
|
<Project>{57B8B73D-C3B5-4C42-869E-7B2F17D354AC}</Project>
|
|
<Name>Xamarin.Forms.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Xamarin.Forms.Platform.iOS\Xamarin.Forms.Platform.iOS.csproj">
|
|
<Project>{271193c1-6e7c-429c-a36d-3f1be5267231}</Project>
|
|
<Name>Xamarin.Forms.Platform.iOS</Name>
|
|
<IsAppExtension>false</IsAppExtension>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Stubs\Xamarin.Forms.Platform.iOS\Xamarin.Forms.Platform.iOS %28Forwarders%29.csproj">
|
|
<Project>{39b3457f-01d8-43d0-8e84-d8c4f73cf48d}</Project>
|
|
<Name>Xamarin.Forms.Platform.iOS (Forwarders)</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="bank%402x.png" />
|
|
<Content Include="bank.png" />
|
|
<Content Include="calculator%402x.png" />
|
|
<Content Include="calculator.png" />
|
|
<BundleResource Include="caret_r.png" />
|
|
<Content Include="cover1.jpg" />
|
|
<Content Include="crimson.jpg" />
|
|
<Content Include="Default-568h%402x.png" />
|
|
<BundleResource Include="default.css" />
|
|
<BundleResource Include="Default-667h%402x.png" />
|
|
<Content Include="Entitlements.plist">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Goobuntu-icon.png" />
|
|
<Content Include="Intranet-icon.png" />
|
|
<BundleResource Include="Default%402x.png" />
|
|
<BundleResource Include="local.html" />
|
|
<Content Include="oasis.jpg" />
|
|
<BundleResource Include="oasissmall.jpg" />
|
|
<Content Include="coffee%402x.png" />
|
|
<BundleResource Include="Resources\invalidimage.jpg" />
|
|
<Content Include="settings%402x.png" />
|
|
<Content Include="menuIcon%402x.png" />
|
|
<Content Include="crimsonsmall.jpg" />
|
|
<Content Include="seth%402x.png" />
|
|
<Content Include="cover1small.jpg" />
|
|
<Content Include="menuIcon.png" />
|
|
<Content Include="seth.png" />
|
|
<BundleResource Include="photo.jpg" />
|
|
<BundleResource Include="WebImages\XamarinLogo.png" />
|
|
<BundleResource Include="Images\FlowerBuds.jpg" />
|
|
<BundleResource Include="Images\FlowerBuds%402x.jpg" />
|
|
<BundleResource Include="Images\Fruits.jpg" />
|
|
<BundleResource Include="Images\Fruits%402x.jpg" />
|
|
<BundleResource Include="Images\Legumes.jpg" />
|
|
<BundleResource Include="Images\Legumes%402x.jpg" />
|
|
<BundleResource Include="Images\Vegetables.jpg" />
|
|
<BundleResource Include="Images\Vegetables%402x.jpg" />
|
|
<BundleResource Include="toolbar_close.png" />
|
|
<BundleResource Include="test.jpg" />
|
|
<BundleResource Include="Resources\about.png" />
|
|
<BundleResource Include="Resources\about%402x.png" />
|
|
<BundleResource Include="Resources\blog.png" />
|
|
<BundleResource Include="Resources\blog%402x.png" />
|
|
<BundleResource Include="Resources\facebook.png" />
|
|
<BundleResource Include="Resources\facebook%402x.png" />
|
|
<BundleResource Include="Resources\favorite.png" />
|
|
<BundleResource Include="Resources\googleplus.png" />
|
|
<BundleResource Include="Resources\googleplus%402x.png" />
|
|
<BundleResource Include="Resources\hm_full.jpg" />
|
|
<BundleResource Include="Resources\hm.png" />
|
|
<BundleResource Include="Resources\hm%402x.png" />
|
|
<BundleResource Include="Resources\home.png" />
|
|
<BundleResource Include="Resources\ic_pause.png" />
|
|
<BundleResource Include="Resources\ic_pause%402x.png" />
|
|
<BundleResource Include="Resources\ic_play.png" />
|
|
<BundleResource Include="Resources\ic_play%402x.png" />
|
|
<BundleResource Include="Resources\ic_share.png" />
|
|
<BundleResource Include="Resources\ic_share%402x.png" />
|
|
<BundleResource Include="Resources\ic_stop.png" />
|
|
<BundleResource Include="Resources\ic_stop%402x.png" />
|
|
<BundleResource Include="Resources\Icon-60%402x.png" />
|
|
<BundleResource Include="Resources\Icon-Small-40%402x.png" />
|
|
<BundleResource Include="Resources\Icon-Small.png" />
|
|
<BundleResource Include="Resources\Icon-Small%402x.png" />
|
|
<BundleResource Include="Resources\Icon.png" />
|
|
<BundleResource Include="Resources\Icon%402x.png" />
|
|
<BundleResource Include="Resources\instagram.png" />
|
|
<BundleResource Include="Resources\instagram%402x.png" />
|
|
<BundleResource Include="Resources\lists.png" />
|
|
<BundleResource Include="Resources\messages.png" />
|
|
<BundleResource Include="Resources\notifications.png" />
|
|
<BundleResource Include="Resources\profile.png" />
|
|
<BundleResource Include="Resources\ratchet_full.jpg" />
|
|
<BundleResource Include="Resources\ratchet.png" />
|
|
<BundleResource Include="Resources\ratchet%402x.png" />
|
|
<BundleResource Include="Resources\refresh.png" />
|
|
<BundleResource Include="Resources\refresh%402x.png" />
|
|
<BundleResource Include="Resources\reply.png" />
|
|
<BundleResource Include="Resources\retweet.png" />
|
|
<BundleResource Include="Resources\rui.jpg" />
|
|
<BundleResource Include="Resources\scott.png" />
|
|
<BundleResource Include="Resources\scott159.png" />
|
|
<BundleResource Include="Resources\search.png" />
|
|
<BundleResource Include="Resources\slideout.png" />
|
|
<BundleResource Include="Resources\slideout%402x.png" />
|
|
<BundleResource Include="Resources\tdl_full.jpg" />
|
|
<BundleResource Include="Resources\tdl.png" />
|
|
<BundleResource Include="Resources\tdl%402x.png" />
|
|
<BundleResource Include="Resources\tweet.png" />
|
|
<BundleResource Include="Resources\twitter.png" />
|
|
<BundleResource Include="Resources\twitter%402x.png" />
|
|
<BundleResource Include="Resources\twitternav.png" />
|
|
<BundleResource Include="Resources\twitternav%402x.png" />
|
|
<BundleResource Include="Resources\xamarinlogo.png" />
|
|
<BundleResource Include="coffee.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="AdvancedColorPicker, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\AdvancedColorPicker.2.0.1\lib\Xamarin.iOS\AdvancedColorPicker.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.iOS" />
|
|
<Reference Include="PLCrashReporterUnifiedBinding">
|
|
<HintPath>..\packages\Xamarin.Insights.1.12.3\lib\Xamarin.iOS10\PLCrashReporterUnifiedBinding.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Insights">
|
|
<HintPath>..\packages\Xamarin.Insights.1.12.3\lib\Xamarin.iOS10\Xamarin.Insights.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Calabash">
|
|
<HintPath>..\packages\Xamarin.TestCloud.Agent.0.20.3\lib\Xamarin.iOS10\Calabash.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable 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('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
|
</Target>
|
|
<ItemGroup />
|
|
<Import Project="..\packages\Xamarin.Insights.1.12.3\build\Xamarin.iOS10\Xamarin.Insights.targets" Condition="Exists('..\packages\Xamarin.Insights.1.12.3\build\Xamarin.iOS10\Xamarin.Insights.targets')" />
|
|
</Project> |