You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
185 lines
7.4 KiB
185 lines
7.4 KiB
<?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>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{0F34B78B-7076-405F-B87C-C90D48CBBFF6}</ProjectGuid>
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TemplateGuid>{6143fdea-f3c2-4a09-aafa-6e230626515e}</TemplateGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>Demo.iOS</RootNamespace>
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
<AssemblyName>Demo.iOS</AssemblyName>
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
<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>
|
|
</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>x86_64</MtouchArch>
|
|
<ConsolePause>false</ConsolePause>
|
|
</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>ARM64</MtouchArch>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<MtouchDebug>true</MtouchDebug>
|
|
<CodesignEntitlements>
|
|
</CodesignEntitlements>
|
|
<CodesignProvision />
|
|
<CodesignExtraArgs />
|
|
<CodesignResourceRules />
|
|
<MtouchEnableSGenConc>false</MtouchEnableSGenConc>
|
|
</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>ARM64</MtouchArch>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
</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>ARM64</MtouchArch>
|
|
<BuildIpa>True</BuildIpa>
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
</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>ARM64</MtouchArch>
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
|
|
<AppExtensionDebugBundleId />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BaseUrl_iOS.cs" />
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AppDelegate.cs" />
|
|
<Compile Include="UserNotificationCenterDelegate.cs" />
|
|
<None Include="Entitlements.plist" />
|
|
<None Include="Info.plist">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ImageAsset Include="Assets.xcassets\LaunchImages.launchimage\Contents.json">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard">
|
|
<SubType>Designer</SubType>
|
|
</InterfaceDefinition>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1024.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon180.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon167.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon152.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon120.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon87.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon80.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon76.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon60.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon58.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon40.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon29.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon20.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.iOS" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Xamarin.Forms" Version="3.6.0.293080" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Demo\Demo.csproj">
|
|
<Project>{F2ACF795-18DE-4267-95E0-B85444115429}</Project>
|
|
<Name>Demo</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BundleResource Include="Resources\splash.png" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |