2020-11-06 21:36:37 +01:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-10 16:14:15 +02:00
<Project DefaultTargets= "Build" ToolsVersion= "4.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2022-11-10 14:32:45 +01:00
<Import Project= "..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.props" Condition= "Exists('..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.props')" />
2020-09-10 16:14:15 +02:00
<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>
2020-11-06 21:36:37 +01:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2020-09-10 16:14:15 +02:00
</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>
2020-11-06 21:36:37 +01:00
<HttpClientHandler >
</HttpClientHandler>
<LinkMode >
</LinkMode>
<XamMacArch >
</XamMacArch>
2020-09-10 16:14:15 +02:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release</OutputPath>
2020-11-06 21:36:37 +01:00
<DefineConstants >
</DefineConstants>
2020-09-10 16:14:15 +02:00
<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>
2020-11-06 21:36:37 +01:00
<HttpClientHandler >
</HttpClientHandler>
<XamMacArch >
</XamMacArch>
2020-09-10 16:14:15 +02:00
</PropertyGroup>
<ItemGroup >
2022-11-10 14:32:45 +01:00
<Reference Include= "DryIoc, Version=5.2.2.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\DryIoc.dll.5.2.2\lib\netstandard2.1\DryIoc.dll</HintPath>
2022-04-17 22:57:32 +02:00
</Reference>
2021-09-25 15:25:31 +02:00
<Reference Include= "Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Prism.Core.8.1.97\lib\netstandard2.0\Prism.dll</HintPath>
</Reference>
<Reference Include= "Prism.DryIoc.Forms, Version=8.1.97.5141, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Prism.DryIoc.Forms.8.1.97\lib\netstandard2.0\Prism.DryIoc.Forms.dll</HintPath>
</Reference>
<Reference Include= "Prism.Forms, Version=8.1.97.5141, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Prism.Forms.8.1.97\lib\netstandard2.0\Prism.Forms.dll</HintPath>
</Reference>
2020-09-10 16:14:15 +02:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
2021-09-25 15:25:31 +02:00
<Reference Include= "Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2022-11-10 14:32:45 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.5.0.0.2515\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
2021-09-25 15:25:31 +02:00
</Reference>
<Reference Include= "Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2022-11-10 14:32:45 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.5.0.0.2515\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
2021-09-25 15:25:31 +02:00
</Reference>
<Reference Include= "Xamarin.Forms.Platform.macOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2022-11-10 14:32:45 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.5.0.0.2515\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath>
2021-09-25 15:25:31 +02:00
</Reference>
<Reference Include= "Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2022-11-10 14:32:45 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.5.0.0.2515\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
2021-09-25 15:25:31 +02:00
</Reference>
2020-11-12 22:16:55 +01:00
<Reference Include= "Xamarin.Mac" />
2020-09-10 16:14:15 +02:00
</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 >
2020-11-12 22:16:55 +01:00
<None Include= "app.config" />
2020-09-10 16:14:15 +02:00
<None Include= "Info.plist" />
<None Include= "Entitlements.plist" />
2021-09-25 15:25:31 +02:00
<None Include= "packages.config" />
2020-09-10 16:14:15 +02:00
</ItemGroup>
<ItemGroup >
<Compile Include= "Main.cs" />
<Compile Include= "AppDelegate.cs" />
2021-03-30 20:54:53 +02:00
<Compile Include= "PlatformInitializer.cs" />
2020-09-10 16:14:15 +02:00
<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" />
2021-09-25 15:25:31 +02:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
2022-04-17 22:57:32 +02:00
<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>
2021-09-25 15:25:31 +02:00
</PropertyGroup>
2022-11-10 14:32:45 +01:00
<Error Condition= "!Exists('..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.props'))" />
<Error Condition= "!Exists('..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.targets'))" />
2021-09-25 15:25:31 +02:00
</Target>
2022-11-10 14:32:45 +01:00
<Import Project= "..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.targets" Condition= "Exists('..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.targets')" />
2020-09-10 16:14:15 +02:00
</Project>