2019-06-27 02:39:45 +02:00
|
|
|
|
<?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>
|
|
|
|
|
<ProjectGuid>{8A3ECD75-3EC8-4CB3-B3A2-A73A724C279A}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{EE2C853D-36AF-4FDB-B1AD-8E90477E2198};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2019-06-27 19:41:32 +02:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
<RootNamespace>Bit.iOS.Autofill</RootNamespace>
|
|
|
|
|
<AssemblyName>BitwardeniOSAutofill</AssemblyName>
|
|
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
</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>
|
2019-07-02 20:58:18 +02:00
|
|
|
|
<MtouchExtraArgs>--nodevcodeshare --http-message-handler=NSUrlSessionHandler</MtouchExtraArgs>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<OptimizePNGs>true</OptimizePNGs>
|
|
|
|
|
<MtouchFastDev>false</MtouchFastDev>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchSdkVersion>12.0</MtouchSdkVersion>
|
2019-07-03 21:03:09 +02:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
<MtouchArch>x86_64</MtouchArch>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
2021-11-19 19:05:00 +01:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSAutofill --linkskip=BitwardenApp --linkskip=BitwardenCore --linkskip=LiteDB --linkskip=BitwardeniOSShareExtension</MtouchExtraArgs>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<OptimizePNGs>true</OptimizePNGs>
|
2019-07-02 22:13:09 +02:00
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
<CodesignProvision>Dist: Autofill</CodesignProvision>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
</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>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
|
<MtouchDebug>true</MtouchDebug>
|
2019-07-02 20:14:59 +02:00
|
|
|
|
<MtouchLink>None</MtouchLink>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
2019-07-02 20:58:18 +02:00
|
|
|
|
<MtouchExtraArgs>--nodevcodeshare --http-message-handler=NSUrlSessionHandler</MtouchExtraArgs>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<OptimizePNGs>true</OptimizePNGs>
|
|
|
|
|
<MtouchSdkVersion>
|
|
|
|
|
</MtouchSdkVersion>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2019-07-02 22:13:09 +02:00
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<OptimizePNGs>true</OptimizePNGs>
|
2021-11-19 19:05:00 +01:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSAutofill --linkskip=BitwardenApp --linkskip=BitwardenCore --linkskip=LiteDB --linkskip=BitwardeniOSShareExtension</MtouchExtraArgs>
|
2019-07-02 22:13:09 +02:00
|
|
|
|
<CodesignProvision>Dist: Autofill</CodesignProvision>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
|
|
|
|
|
<AppExtensionDebugBundleId />
|
|
|
|
|
</PropertyGroup>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\AppStore\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2021-11-19 19:05:00 +01:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSAutofill --linkskip=BitwardenApp --linkskip=BitwardenCore --linkskip=LiteDB --linkskip=BitwardeniOSShareExtension</MtouchExtraArgs>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<OptimizePNGs>true</OptimizePNGs>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
2019-07-02 22:13:09 +02:00
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
2019-07-03 21:03:09 +02:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<CodesignProvision>Dist: Autofill</CodesignProvision>
|
2021-11-19 19:05:00 +01:00
|
|
|
|
<MtouchArch>x86_64</MtouchArch>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhone'">
|
|
|
|
|
<OutputPath>bin\iPhone\AppStore\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
2021-11-19 19:05:00 +01:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSAutofill --linkskip=BitwardenApp --linkskip=BitwardenCore --linkskip=LiteDB --linkskip=BitwardeniOSShareExtension</MtouchExtraArgs>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<OptimizePNGs>true</OptimizePNGs>
|
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
|
|
|
<MtouchSdkVersion>10.2</MtouchSdkVersion>
|
2019-07-03 21:03:09 +02:00
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
2020-03-11 14:33:52 +01:00
|
|
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
2019-07-03 20:54:12 +02:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator'">
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Ad-Hoc\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2021-11-19 19:05:00 +01:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSAutofill --linkskip=BitwardenApp --linkskip=BitwardenCore --linkskip=LiteDB --linkskip=BitwardeniOSShareExtension</MtouchExtraArgs>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<OptimizePNGs>true</OptimizePNGs>
|
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
2019-07-02 22:13:09 +02:00
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
2019-07-03 21:03:09 +02:00
|
|
|
|
<CodesignProvision>Adhoc: Autofill</CodesignProvision>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2021-11-19 19:05:00 +01:00
|
|
|
|
<MtouchArch>x86_64</MtouchArch>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone'">
|
|
|
|
|
<OutputPath>bin\iPhone\Ad-Hoc\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
2021-11-19 19:05:00 +01:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSAutofill --linkskip=BitwardenApp --linkskip=BitwardenCore --linkskip=LiteDB --linkskip=BitwardeniOSShareExtension</MtouchExtraArgs>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<OptimizePNGs>true</OptimizePNGs>
|
2019-07-03 21:03:09 +02:00
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
2019-07-03 20:54:12 +02:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2020-03-11 14:33:52 +01:00
|
|
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
</PropertyGroup>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
<ItemGroup>
|
2019-06-28 14:21:44 +02:00
|
|
|
|
<Compile Include="CredentialProviderViewController.cs" />
|
|
|
|
|
<Compile Include="CredentialProviderViewController.designer.cs">
|
|
|
|
|
<DependentUpon>CredentialProviderViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="LockPasswordViewController.cs" />
|
|
|
|
|
<Compile Include="LockPasswordViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LockPasswordViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="LoginAddViewController.cs" />
|
|
|
|
|
<Compile Include="LoginAddViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LoginAddViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="LoginListViewController.cs" />
|
|
|
|
|
<Compile Include="LoginListViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LoginListViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="LoginSearchViewController.cs" />
|
|
|
|
|
<Compile Include="LoginSearchViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LoginSearchViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
|
<Compile Include="AppDelegate.cs" />
|
2019-06-28 14:21:44 +02:00
|
|
|
|
<Compile Include="PasswordGeneratorViewController.cs" />
|
|
|
|
|
<Compile Include="PasswordGeneratorViewController.designer.cs">
|
|
|
|
|
<DependentUpon>PasswordGeneratorViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="SetupViewController.cs" />
|
|
|
|
|
<Compile Include="SetupViewController.designer.cs">
|
|
|
|
|
<DependentUpon>SetupViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-06-27 19:45:16 +02:00
|
|
|
|
<Compile Include="Utilities\AutofillHelpers.cs" />
|
2019-06-27 02:39:45 +02:00
|
|
|
|
<None Include="Info.plist" />
|
|
|
|
|
<None Include="Entitlements.plist" />
|
2019-06-27 02:52:17 +02:00
|
|
|
|
<Compile Include="Models\Context.cs" />
|
2019-06-27 02:39:45 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<InterfaceDefinition Include="MainInterface.storyboard" />
|
2019-06-27 02:52:17 +02:00
|
|
|
|
<BundleResource Include="Resources\FontAwesome.ttf" />
|
|
|
|
|
<BundleResource Include="Resources\MaterialIcons_Regular.ttf" />
|
2019-06-27 02:39:45 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Xamarin.iOS" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-06-27 19:45:16 +02:00
|
|
|
|
<ProjectReference Include="..\App\App.csproj">
|
|
|
|
|
<Project>{ee44c6a1-2a85-45fe-8d9b-bf1d5f88809c}</Project>
|
|
|
|
|
<Name>App</Name>
|
|
|
|
|
</ProjectReference>
|
2019-06-28 14:21:44 +02:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj">
|
|
|
|
|
<Project>{4b8a8c41-9820-4341-974c-41e65b7f4366}</Project>
|
|
|
|
|
<Name>Core</Name>
|
|
|
|
|
</ProjectReference>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
<ProjectReference Include="..\iOS.Core\iOS.Core.csproj">
|
|
|
|
|
<Project>{e71f3053-056c-4381-9638-048ed73bdff6}</Project>
|
|
|
|
|
<Name>iOS.Core</Name>
|
2019-06-27 19:41:32 +02:00
|
|
|
|
<IsAppExtension>false</IsAppExtension>
|
|
|
|
|
<IsWatchApp>false</IsWatchApp>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2019-06-27 02:52:17 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\check.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\check%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\check%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo_white.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo_white%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo_white%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2019-07-02 22:28:01 +02:00
|
|
|
|
<ItemGroup>
|
2020-04-02 15:02:38 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AppCenter.Crashes">
|
2021-09-23 19:11:51 +02:00
|
|
|
|
<Version>4.4.0</Version>
|
2019-07-02 22:28:01 +02:00
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2020-05-29 18:26:36 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\yubikey.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\yubikey%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\yubikey%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2019-06-27 02:39:45 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.AppExtension.CSharp.targets" />
|
|
|
|
|
</Project>
|