2023-02-22 14:03:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
2021-05-13 20:03:07 +02:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup Label= "MultilingualAppToolkit" >
<MultilingualAppToolkitVersion > 4.0</MultilingualAppToolkitVersion>
<MultilingualFallbackLanguage > en-GB</MultilingualFallbackLanguage>
<TranslationReport Condition= "'$(Configuration)' == 'Release'" > true</TranslationReport>
<SuppressPseudoWarning Condition= "'$(Configuration)' == 'Debug'" > true</SuppressPseudoWarning>
2022-04-10 17:38:34 +02:00
<Configurations > Debug;Release</Configurations>
2021-05-13 20:03:07 +02:00
</PropertyGroup>
<PropertyGroup >
<TargetFramework > netstandard2.0</TargetFramework>
<RootNamespace > TINK</RootNamespace>
<ReleaseVersion > 3.0</ReleaseVersion>
<NeutralLanguage > en-GB</NeutralLanguage>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
2022-04-10 17:38:34 +02:00
<DefineConstants > TRACE;</DefineConstants>
2021-05-13 20:03:07 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
2022-04-10 17:38:34 +02:00
<DefineConstants > TRACE;</DefineConstants>
2021-05-13 20:03:07 +02:00
</PropertyGroup>
<Import Project= "$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.ResxResources.targets" Label= "MultilingualAppToolkit" Condition= "Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\v$(MultilingualAppToolkitVersion)\Microsoft.Multilingual.ResxResources.targets')" />
<Target Name= "MATPrerequisite" BeforeTargets= "PrepareForBuild" Condition= "!Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.ResxResources.targets')" Label= "MultilingualAppToolkit" >
<Warning Text= "$(MSBuildProjectFile) is Multilingual build enabled, but the Multilingual App Toolkit is unavailable during the build. If building with Visual Studio, please check to ensure that toolkit is properly installed." />
</Target>
<ItemGroup >
2022-04-25 22:15:15 +02:00
<PackageReference Include= "MonkeyCache" Version= "1.6.3" />
<PackageReference Include= "MonkeyCache.FileStore" Version= "1.6.3" />
2023-04-05 15:02:10 +02:00
<PackageReference Include= "Newtonsoft.Json" Version= "13.0.3" />
2022-08-30 15:42:25 +02:00
<PackageReference Include= "Plugin.BLE" Version= "2.1.3" />
2021-05-13 20:03:07 +02:00
<PackageReference Include= "Plugin.BluetoothLE" Version= "6.3.0.19" />
2021-12-08 17:58:06 +01:00
<PackageReference Include= "Plugin.Permissions" Version= "6.0.1" />
2022-11-17 10:05:05 +01:00
<PackageReference Include= "Serilog" Version= "2.12.0" />
2021-05-13 20:03:07 +02:00
<PackageReference Include= "Serilog.Sinks.Debug" Version= "2.0.0" />
2021-11-07 19:42:59 +01:00
<PackageReference Include= "Serilog.Sinks.File" Version= "5.0.0" />
2021-05-13 20:03:07 +02:00
<PackageReference Include= "System.Collections" Version= "4.3.0" />
2022-08-30 15:42:25 +02:00
<PackageReference Include= "System.ComponentModel.Annotations" Version= "5.0.0" />
2021-05-13 20:03:07 +02:00
<PackageReference Include= "System.Net.Http" Version= "4.3.4" />
<PackageReference Include= "System.Net.Primitives" Version= "4.3.1" />
<PackageReference Include= "System.Net.Sockets" Version= "4.3.0" />
<PackageReference Include= "System.Private.DataContractSerialization" Version= "4.3.0" />
<PackageReference Include= "System.Runtime.Serialization.Formatters" Version= "4.3.0" />
<PackageReference Include= "System.Runtime.Serialization.Primitives" Version= "4.3.0" />
<PackageReference Include= "System.Xml.XDocument" Version= "4.3.0" />
<PackageReference Include= "Xam.Plugin.Connectivity" Version= "3.2.0" />
<PackageReference Include= "Xam.Plugins.Messaging" Version= "5.2.0" />
2023-02-22 14:03:35 +01:00
<PackageReference Include= "Xamarin.Essentials" Version= "1.7.5" />
2023-04-05 15:02:10 +02:00
<PackageReference Include= "Xamarin.Forms" Version= "5.0.0.2578" />
2022-09-06 16:08:19 +02:00
<PackageReference Include= "Xamarin.Forms.GoogleMaps" Version= "5.0.0" />
2021-05-13 20:03:07 +02:00
</ItemGroup>
<ItemGroup >
<PackageReference Update= "NETStandard.Library" Version= "2.0.3" />
</ItemGroup>
<ItemGroup >
2021-11-07 19:42:59 +01:00
<Folder Include= "Services\Permissions\Essentials\" />
2021-12-08 17:57:30 +01:00
<Folder Include= "Services\Permissions\Plugin\" />
2021-05-13 20:03:07 +02:00
<Folder Include= "ViewModel\Info\BikeInfo\" />
</ItemGroup>
2022-04-25 22:15:15 +02:00
<ItemGroup >
2022-08-30 15:42:25 +02:00
<Page Include= "Model\Bikes\BikeInfoNS\CopriLock\ILockInfoMutable.cs" />
2022-04-25 22:15:15 +02:00
</ItemGroup>
2021-05-13 20:03:07 +02:00
<ItemGroup >
<ProjectReference Include= "..\LockItBLE\LockItBLE.csproj" />
<ProjectReference Include= "..\LockItShared\LockItShared.csproj" />
</ItemGroup>
2022-09-16 11:19:46 +02:00
<ItemGroup >
<Reference Include= "Mono.Android" >
<HintPath > ..\..\..\..\..\..\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v11.0\Mono.Android.dll</HintPath>
</Reference>
<Reference Include= "Xamarin.iOS" >
<HintPath > ..\..\..\..\..\..\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Xamarin.iOS.dll</HintPath>
</Reference>
</ItemGroup>
2021-05-13 20:03:07 +02:00
<ItemGroup >
<Compile Update= "MultilingualResources\AppResources.Designer.cs" >
<DesignTime > True</DesignTime>
<AutoGen > True</AutoGen>
<DependentUpon > AppResources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Update= "MultilingualResources\AppResources.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>