mirror of
https://github.com/awatertrevi/xamarin-neo4j.git
synced 2026-09-22 09:05:29 +00:00
158 lines
8.0 KiB
XML
158 lines
8.0 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>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{544E1297-4171-4B91-8AF4-4CD5CFD18A04}</ProjectGuid>
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>Xamarin.Neo4j.iOS</RootNamespace>
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
<AssemblyName>Xamarin.Neo4j.iOS</AssemblyName>
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
</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>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
</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>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
</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>Entitlements.plist</CodesignEntitlements>
|
|
<MtouchLink>SdkOnly</MtouchLink>
|
|
</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>
|
|
<MtouchLink>SdkOnly</MtouchLink>
|
|
</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>
|
|
<MtouchLink>SdkOnly</MtouchLink>
|
|
</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>
|
|
<MtouchLink>SdkOnly</MtouchLink>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CustomRenderers\QueryEditorRenderer.cs" />
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AppDelegate.cs" />
|
|
<Compile Include="Security\NativeTrustManager.cs" />
|
|
<Compile Include="Services\ScreenSizeService.cs" />
|
|
<Compile Include="Services\TrustManagerService.cs" />
|
|
<Compile Include="Services\VersionService.cs" />
|
|
<None Include="Entitlements.plist" />
|
|
<None Include="Info.plist" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-20x20@1x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-20x20@2x-1.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-20x20@2x-2.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-20x20@2x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-20x20@3x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-29x29@1x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-29x29@2x-1.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-29x29@2x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-29x29@3x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-40x40@2x-1.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-40x40@2x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-40x40@3x-1.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-40x40@3x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-60x60@3x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-76x76@1x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-76x76@2x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-83.5@2x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-marketing-1024x1024.png" />
|
|
<InterfaceDefinition Include="LaunchScreen.storyboard" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.iOS" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xamarin.Neo4j\Xamarin.Neo4j.csproj">
|
|
<Project>{756232D0-DBB0-4AEB-B1CF-1F5CA12CAC85}</Project>
|
|
<Name>Xamarin.Neo4j</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BundleResource Include="Resources\iconize-fontawesome-brands.ttf" />
|
|
<BundleResource Include="Resources\iconize-fontawesome-regular.ttf" />
|
|
<BundleResource Include="Resources\iconize-fontawesome-solid.ttf" />
|
|
<BundleResource Include="Resources\logo.png" />
|
|
<BundleResource Include="Resources\resoftware.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BundleResource Include="Resources\roboto-mono-regular.ttf" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
</Project> |