mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
116 lines
5.3 KiB
XML
116 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\packages\Xamarin.Forms.4.8.0.1364\build\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.4.8.0.1364\build\Xamarin.Forms.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{3EC23FE7-395E-4BBC-B56B-9455354BDA34}</ProjectGuid>
|
|
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>Borepin.macOS</RootNamespace>
|
|
<AssemblyName>FabAccess</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
|
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
|
<CreatePackage>false</CreatePackage>
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
<IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
<UseSGen>true</UseSGen>
|
|
<UseRefCounting>true</UseRefCounting>
|
|
<HttpClientHandler>
|
|
</HttpClientHandler>
|
|
<LinkMode>
|
|
</LinkMode>
|
|
<XamMacArch>
|
|
</XamMacArch>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<DefineConstants>
|
|
</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
<CreatePackage>true</CreatePackage>
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
<IncludeMonoRuntime>true</IncludeMonoRuntime>
|
|
<UseSGen>true</UseSGen>
|
|
<UseRefCounting>true</UseRefCounting>
|
|
<CodeSignEntitlements>Entitlements.plist</CodeSignEntitlements>
|
|
<LinkMode>SdkOnly</LinkMode>
|
|
<HttpClientHandler>
|
|
</HttpClientHandler>
|
|
<XamMacArch>
|
|
</XamMacArch>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.Mac" />
|
|
<Reference Include="Xamarin.Forms.Core">
|
|
<HintPath>..\..\packages\Xamarin.Forms.4.8.0.1364\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Forms.Platform">
|
|
<HintPath>..\..\packages\Xamarin.Forms.4.8.0.1364\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Forms.Xaml">
|
|
<HintPath>..\..\packages\Xamarin.Forms.4.8.0.1364\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128%402x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16%402x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256%402x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32%402x.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512.png" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png" />
|
|
<ImageAsset Include="Assets.xcassets\Contents.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Info.plist" />
|
|
<None Include="Entitlements.plist" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AppDelegate.cs" />
|
|
<Compile Include="ViewController.cs" />
|
|
<Compile Include="ViewController.designer.cs">
|
|
<DependentUpon>ViewController.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterfaceDefinition Include="Main.storyboard" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Borepin\Borepin.csproj">
|
|
<Project>{F93856BD-0C8D-4469-A8DB-6E513002BFD7}</Project>
|
|
<Name>Borepin</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
|
|
<Import Project="..\..\packages\Xamarin.Forms.4.8.0.1364\build\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.4.8.0.1364\build\Xamarin.Forms.targets')" />
|
|
</Project> |