2017-09-11 18:25:00 +02:00
<?xml version="1.0" encoding="utf-8"?>
2017-09-10 13:49:11 -04:00
<Project ToolsVersion= "14.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
2017-09-11 18:25:00 +02:00
<ProjectGuid > {A0CFC681-769B-405A-8482-0CDEE595A91F}</ProjectGuid>
2017-09-10 13:49:11 -04:00
<OutputType > AppContainerExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > ModernKeePass</RootNamespace>
2017-09-11 15:13:04 +02:00
<AssemblyName > ModernKeePass</AssemblyName>
<DefaultLanguage > en-US</DefaultLanguage>
2017-09-10 13:49:11 -04:00
<TargetPlatformVersion > 8.1</TargetPlatformVersion>
<MinimumVisualStudioVersion > 12</MinimumVisualStudioVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
2020-04-08 15:27:40 +02:00
<PackageCertificateKeyFile > Win81App_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint > 2F2C96140E5F198DC331284960C96B3174A25070</PackageCertificateThumbprint>
2017-09-18 10:46:38 +02:00
<AppxAutoIncrementPackageRevision > True</AppxAutoIncrementPackageRevision>
2020-04-08 15:27:40 +02:00
<AppxBundlePlatforms > x86|x64|arm</AppxBundlePlatforms>
2017-10-28 11:24:34 -04:00
<AppxBundle > Always</AppxBundle>
2020-03-24 17:31:34 +01:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2017-09-10 13:49:11 -04:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2018-07-24 16:26:58 +02:00
<RunCodeAnalysis > true</RunCodeAnalysis>
2017-09-10 13:49:11 -04:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|ARM'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\ARM\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<NoWarn > ;2008</NoWarn>
<DebugType > full</DebugType>
<PlatformTarget > ARM</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|ARM'" >
<OutputPath > bin\ARM\Release\</OutputPath>
<DefineConstants > TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<Optimize > true</Optimize>
<NoWarn > ;2008</NoWarn>
<DebugType > pdbonly</DebugType>
<PlatformTarget > ARM</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\x64\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<NoWarn > ;2008</NoWarn>
<DebugType > full</DebugType>
<PlatformTarget > x64</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
<OutputPath > bin\x64\Release\</OutputPath>
<DefineConstants > TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<Optimize > true</Optimize>
<NoWarn > ;2008</NoWarn>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x64</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x86'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\x86\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<NoWarn > ;2008</NoWarn>
<DebugType > full</DebugType>
<PlatformTarget > x86</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x86'" >
<OutputPath > bin\x86\Release\</OutputPath>
<DefineConstants > TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<Optimize > true</Optimize>
<NoWarn > ;2008</NoWarn>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x86</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<ItemGroup >
2017-11-07 11:45:02 +01:00
<Compile Include= "Actions\ClipboardAction.cs" />
2018-06-21 18:40:44 +02:00
<Compile Include= "Actions\DeleteEntityAction.cs" />
2017-12-26 17:54:13 +01:00
<Compile Include= "Actions\NavigateToUrlAction.cs" />
2017-10-11 14:30:07 +02:00
<Compile Include= "Actions\SetupFocusAction.cs" />
2018-06-21 11:13:40 +02:00
<Compile Include= "Actions\ToastAction.cs" />
2017-09-11 15:13:04 +02:00
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
</Compile>
2020-04-06 20:20:45 +02:00
<Compile Include= "Common\ResourceHelper.cs" />
2020-03-30 19:43:04 +02:00
<Compile Include= "Converters\IconToSymbolConverter.cs" />
<Compile Include= "DependencyInjection.cs" />
2017-12-19 18:44:35 +01:00
<Compile Include= "TemplateSelectors\SelectableDataTemplateSelector.cs" />
2018-03-09 18:06:06 +01:00
<Compile Include= "ViewModels\Items\SettingsSaveVm.cs" />
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\MainPageFrames\DonatePage.xaml.cs" >
2017-11-29 19:13:38 +01:00
<DependentUpon > DonatePage.xaml</DependentUpon>
</Compile>
2017-12-01 17:59:38 +01:00
<Compile Include= "Common\MessageDialogHelper.cs" />
2017-09-11 18:25:00 +02:00
<Compile Include= "Common\NavigationHelper.cs" />
<Compile Include= "Common\ObservableDictionary.cs" />
<Compile Include= "Common\RelayCommand.cs" />
<Compile Include= "Common\SuspensionManager.cs" />
2017-12-01 17:59:38 +01:00
<Compile Include= "Common\ToastNotificationHelper.cs" />
2017-11-07 18:45:35 +01:00
<Compile Include= "Converters\DiscreteIntToSolidColorBrushConverter.cs" />
2017-11-24 18:21:06 +01:00
<Compile Include= "Converters\EmptyStringToVisibilityConverter.cs" />
2017-10-31 18:49:18 +01:00
<Compile Include= "Converters\NullToBooleanConverter.cs" />
2017-11-24 18:21:06 +01:00
<Compile Include= "Extensions\DispatcherTaskExtensions.cs" />
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\BasePages\LayoutAwarePageBase.cs" />
2018-08-02 17:40:30 +02:00
<Compile Include= "Views\MainPageFrames\ImportExportPage.xaml.cs" >
<DependentUpon > ImportExportPage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\SettingsPageFrames\SettingsDatabasePage.xaml.cs" >
2017-10-30 18:34:38 +01:00
<DependentUpon > SettingsDatabasePage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\SettingsPageFrames\SettingsNewDatabasePage.xaml.cs" >
2017-11-28 16:57:16 -05:00
<DependentUpon > SettingsNewDatabasePage.xaml</DependentUpon>
</Compile>
2018-03-09 18:06:06 +01:00
<Compile Include= "Views\SettingsPageFrames\SettingsSavePage.xaml.cs" >
<DependentUpon > SettingsSavePage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\SettingsPageFrames\SettingsSecurityPage.xaml.cs" >
2017-11-07 18:45:35 +01:00
<DependentUpon > SettingsSecurityPage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\SettingsPageFrames\SettingsWelcomePage.xaml.cs" >
2017-11-27 15:26:36 +01:00
<DependentUpon > SettingsWelcomePage.xaml</DependentUpon>
</Compile>
2017-10-26 18:57:39 +02:00
<Compile Include= "TemplateSelectors\FirstItemDataTemplateSelector.cs" />
2017-09-27 18:01:21 +02:00
<Compile Include= "Controls\ListViewWithDisable.cs" />
2018-06-13 18:58:28 +02:00
<Compile Include= "Views\UserControls\BreadCrumbUserControl.xaml.cs" >
<DependentUpon > BreadCrumbUserControl.xaml</DependentUpon>
</Compile>
2018-06-26 15:01:02 +02:00
<Compile Include= "Views\UserControls\ColorPickerUserControl.xaml.cs" >
<DependentUpon > ColorPickerUserControl.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\UserControls\CompositeKeyUserControl.xaml.cs" >
2017-11-07 18:50:36 +01:00
<DependentUpon > CompositeKeyUserControl.xaml</DependentUpon>
2017-09-30 09:00:32 -04:00
</Compile>
2017-10-12 17:30:29 +02:00
<Compile Include= "Controls\TextBoxWithButton.cs" />
2017-10-03 16:06:49 +02:00
<Compile Include= "Converters\BooleanToVisibilityConverter.cs" />
<Compile Include= "Converters\ColorToBrushConverter.cs" />
2017-11-07 18:45:35 +01:00
<Compile Include= "Converters\DoubleToSolidColorBrushConverter.cs" />
2017-10-06 17:57:36 +02:00
<Compile Include= "Converters\InverseBooleanToVisibilityConverter.cs" />
2017-09-29 18:08:20 +02:00
<Compile Include= "Converters\PluralizationConverter.cs" />
2017-10-16 16:16:58 +02:00
<Compile Include= "Converters\ProgressBarLegalValuesConverter.cs" />
2017-10-18 18:49:02 +02:00
<Compile Include= "Converters\TextToWidthConverter.cs" />
2017-10-10 15:00:31 +02:00
<Compile Include= "Events\PasswordEventArgs.cs" />
2020-03-26 12:25:22 +01:00
<Compile Include= "Interfaces\IVmEntity.cs" />
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\MainPage.xaml.cs" >
2017-09-10 13:49:11 -04:00
<DependentUpon > MainPage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\MainPageFrames\AboutPage.xaml.cs" >
2017-10-16 10:57:39 +02:00
<DependentUpon > AboutPage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\MainPageFrames\NewDatabasePage.xaml.cs" >
2017-10-11 18:43:27 +02:00
<DependentUpon > NewDatabasePage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\SettingsPage.xaml.cs" >
2017-10-26 18:57:39 +02:00
<DependentUpon > SettingsPage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\MainPageFrames\WelcomePage.xaml.cs" >
2017-10-13 11:48:58 +02:00
<DependentUpon > WelcomePage.xaml</DependentUpon>
</Compile>
2017-10-19 18:40:46 +02:00
<Compile Include= "ViewModels\AboutVm.cs" />
2017-11-07 18:45:35 +01:00
<Compile Include= "ViewModels\CompositeKeyVm.cs" />
2017-10-30 18:34:38 +01:00
<Compile Include= "ViewModels\Items\ListMenuItemVm.cs" />
2017-10-02 18:40:54 +02:00
<Compile Include= "ViewModels\Items\MainMenuItemVm.cs" />
<Compile Include= "ViewModels\Items\RecentItemVm.cs" />
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\EntryDetailPage.xaml.cs" >
2017-09-17 10:00:03 -04:00
<DependentUpon > EntryDetailPage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\GroupDetailPage.xaml.cs" >
2017-09-13 18:37:44 +02:00
<DependentUpon > GroupDetailPage.xaml</DependentUpon>
2017-09-11 18:25:00 +02:00
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\MainPageFrames\OpenDatabasePage.xaml.cs" >
2017-09-27 18:01:21 +02:00
<DependentUpon > OpenDatabasePage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\MainPageFrames\RecentDatabasesPage.xaml.cs" >
2017-09-29 17:23:35 -04:00
<DependentUpon > RecentDatabasesPage.xaml</DependentUpon>
</Compile>
2017-12-08 19:38:33 +01:00
<Compile Include= "Views\MainPageFrames\SaveDatabasePage.xaml.cs" >
2017-09-27 18:01:21 +02:00
<DependentUpon > SaveDatabasePage.xaml</DependentUpon>
</Compile>
2017-09-10 13:49:11 -04:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2020-04-01 12:48:36 +02:00
<Compile Include= "ViewModels\EntryDetailVm.cs" />
<Compile Include= "ViewModels\GroupDetailVm.cs" />
2017-11-28 16:57:16 -05:00
<Compile Include= "ViewModels\Items\SettingsNewVm.cs" />
2017-11-07 18:45:35 +01:00
<Compile Include= "ViewModels\SettingsVm.cs" />
2017-09-27 18:01:21 +02:00
<Compile Include= "ViewModels\MainVm.cs" />
2017-10-16 16:16:58 +02:00
<Compile Include= "ViewModels\NewVm.cs" />
2017-10-10 15:00:31 +02:00
<Compile Include= "ViewModels\OpenVm.cs" />
2017-09-29 17:23:35 -04:00
<Compile Include= "ViewModels\RecentVm.cs" />
2017-10-10 15:00:31 +02:00
<Compile Include= "ViewModels\SaveVm.cs" />
2017-11-07 18:45:35 +01:00
<Compile Include= "ViewModels\Items\SettingsDatabaseVm.cs" />
2018-06-14 18:38:05 +02:00
<Compile Include= "Views\UserControls\HamburgerMenuUserControl.xaml.cs" >
<DependentUpon > HamburgerMenuUserControl.xaml</DependentUpon>
</Compile>
2018-06-26 18:14:01 +02:00
<Compile Include= "Views\UserControls\SymbolPickerUserControl.xaml.cs" >
<DependentUpon > SymbolPickerUserControl.xaml</DependentUpon>
</Compile>
2018-07-02 18:23:43 +02:00
<Compile Include= "Views\UserControls\TopMenuUserControl.xaml.cs" >
<DependentUpon > TopMenuUserControl.xaml</DependentUpon>
</Compile>
2017-09-10 13:49:11 -04:00
</ItemGroup>
<ItemGroup >
<AppxManifest Include= "Package.appxmanifest" >
<SubType > Designer</SubType>
</AppxManifest>
2017-10-02 14:03:08 -04:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2020-04-08 15:27:40 +02:00
<None Include= "Win81App_StoreKey.pfx" />
2017-12-04 12:20:05 +01:00
<PRIResource Include= "Strings\fr-FR\Resources.resw" />
<PRIResource Include= "Strings\fr-FR\CodeBehind.resw" />
2017-12-01 17:59:38 +01:00
<PRIResource Include= "Strings\en-US\CodeBehind.resw" />
2017-11-28 18:53:10 +01:00
<PRIResource Include= "Strings\en-US\Resources.resw" />
2017-09-10 13:49:11 -04:00
</ItemGroup>
<ItemGroup >
2017-09-18 10:46:38 +02:00
<None Include= "Package.StoreAssociation.xml" />
2017-09-10 13:49:11 -04:00
</ItemGroup>
<ItemGroup >
2017-09-11 15:13:04 +02:00
<ApplicationDefinition Include= "App.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</ApplicationDefinition>
2018-07-05 18:32:42 +02:00
<Page Include= "ResourceDictionaries\NoBorderToggleButtonStyle.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2018-08-02 17:40:30 +02:00
<Page Include= "Views\MainPageFrames\ImportExportPage.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2018-06-13 18:58:28 +02:00
<Page Include= "Views\SettingsPageFrames\SettingsSavePage.xaml" >
2018-06-07 18:27:50 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2018-06-13 18:58:28 +02:00
<Page Include= "Views\UserControls\BreadCrumbUserControl.xaml" >
2018-03-09 18:06:06 +01:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2018-06-26 15:01:02 +02:00
<Page Include= "Views\UserControls\ColorPickerUserControl.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\UserControls\CompositeKeyUserControl.xaml" >
2017-09-30 09:00:32 -04:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\MainPage.xaml" >
2017-09-10 13:49:11 -04:00
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\MainPageFrames\AboutPage.xaml" >
2017-10-16 10:57:39 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\EntryDetailPage.xaml" >
2017-09-17 10:00:03 -04:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\GroupDetailPage.xaml" >
2017-09-11 18:25:00 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\MainPageFrames\DonatePage.xaml" >
2017-11-29 19:13:38 +01:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\MainPageFrames\NewDatabasePage.xaml" >
2017-10-26 18:57:39 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\MainPageFrames\OpenDatabasePage.xaml" >
2017-10-11 18:43:27 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\MainPageFrames\RecentDatabasesPage.xaml" >
2017-09-27 18:01:21 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\MainPageFrames\SaveDatabasePage.xaml" >
2017-09-29 17:23:35 -04:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\SettingsPage.xaml" >
2017-09-27 18:01:21 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\MainPageFrames\WelcomePage.xaml" >
2017-10-13 11:48:58 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\SettingsPageFrames\SettingsDatabasePage.xaml" >
2017-10-30 18:34:38 +01:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\SettingsPageFrames\SettingsNewDatabasePage.xaml" >
2017-11-28 16:57:16 -05:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\SettingsPageFrames\SettingsSecurityPage.xaml" >
2017-11-07 18:45:35 +01:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-12-08 19:38:33 +01:00
<Page Include= "Views\SettingsPageFrames\SettingsWelcomePage.xaml" >
2017-11-27 15:26:36 +01:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2018-06-22 18:31:55 +02:00
<Page Include= "ResourceDictionaries\HamburgerButtonStyle.xaml" >
2017-10-12 17:30:29 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2018-06-22 18:31:55 +02:00
<Page Include= "ResourceDictionaries\ListViewLeftIndicatorStyle.xaml" >
2017-10-27 12:33:35 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2018-06-22 18:31:55 +02:00
<Page Include= "ResourceDictionaries\NoBorderButtonStyle.xaml" >
2017-10-27 12:33:35 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2018-06-22 18:31:55 +02:00
<Page Include= "ResourceDictionaries\Styles.xaml" >
2017-11-29 19:13:38 +01:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2018-06-22 18:31:55 +02:00
<Page Include= "ResourceDictionaries\TextBoxWithButtonStyle.xaml" >
2017-10-09 18:40:02 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2018-06-14 18:38:05 +02:00
<Page Include= "Views\UserControls\HamburgerMenuUserControl.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2018-06-26 18:14:01 +02:00
<Page Include= "Views\UserControls\SymbolPickerUserControl.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2018-07-02 18:23:43 +02:00
<Page Include= "Views\UserControls\TopMenuUserControl.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-09-11 18:25:00 +02:00
</ItemGroup>
<ItemGroup >
2020-03-31 19:19:02 +02:00
<Reference Include= "AutoMapper, Version=5.2.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoMapper.5.2.0\lib\netstandard1.1\AutoMapper.dll</HintPath>
2020-03-24 17:31:34 +01:00
<Private > True</Private>
</Reference>
2020-03-31 19:19:02 +02:00
<Reference Include= "AutoMapper.Extensions.Microsoft.DependencyInjection, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoMapper.Extensions.Microsoft.DependencyInjection.1.2.0\lib\netstandard1.1\AutoMapper.Extensions.Microsoft.DependencyInjection.dll</HintPath>
2020-03-24 17:31:34 +01:00
<Private > True</Private>
</Reference>
2020-03-30 19:43:04 +02:00
<Reference Include= "BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL" >
<HintPath > ..\packages\Portable.BouncyCastle.1.8.5\lib\netstandard1.0\BouncyCastle.Crypto.dll</HintPath>
<Private > True</Private>
</Reference>
2020-03-24 17:31:34 +01:00
<Reference Include= "FluentValidation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7de548da2fbae0f0, processorArchitecture=MSIL" >
<HintPath > ..\packages\FluentValidation.8.6.2\lib\netstandard1.1\FluentValidation.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "MediatR, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\MediatR.3.0.1\lib\netstandard1.1\MediatR.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "MediatR.Extensions.Microsoft.DependencyInjection, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\MediatR.Extensions.Microsoft.DependencyInjection.2.0.0\lib\netstandard1.1\MediatR.Extensions.Microsoft.DependencyInjection.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Extensions.DependencyInjection, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Extensions.DependencyInjection.1.1.1\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.1.1\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
<Private > True</Private>
</Reference>
2020-03-27 18:45:13 +01:00
<Reference Include= "Microsoft.Graphics.Canvas, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Win2D.win81.1.21.0\lib\win\Microsoft.Graphics.Canvas.winmd</HintPath>
<Private > True</Private>
</Reference>
2018-06-11 18:42:50 +02:00
<Reference Include= "Microsoft.HockeyApp.Core45, Version=4.1.6.1005, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\HockeySDK.Core.4.1.6\lib\portable-net45+win8+wp8+wpa81+win81+uap10.0\Microsoft.HockeyApp.Core45.dll</HintPath>
2018-02-23 18:09:21 +01:00
<Private > True</Private>
</Reference>
2018-06-11 18:42:50 +02:00
<Reference Include= "Microsoft.HockeyApp.Kit, Version=4.1.6.1005, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\HockeySDK.WINRT.4.1.6\lib\portable-win81\Microsoft.HockeyApp.Kit.dll</HintPath>
2018-02-23 18:09:21 +01:00
<Private > True</Private>
</Reference>
2017-10-17 18:46:05 +02:00
<Reference Include= "Microsoft.Toolkit.Uwp.Notifications, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Toolkit.Uwp.Notifications.2.0.0\lib\dotnet\Microsoft.Toolkit.Uwp.Notifications.dll</HintPath>
<Private > True</Private>
</Reference>
2020-03-30 19:43:04 +02:00
<Reference Include= "ModernKeePassLib, Version=2.44.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ModernKeePassLib.2.44.2\lib\netstandard1.2\ModernKeePassLib.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "SixLabors.Core, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\SixLabors.Core.1.0.0-beta0006\lib\netstandard1.1\SixLabors.Core.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "SixLabors.ImageSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\SixLabors.ImageSharp.1.0.0-beta0005\lib\netstandard1.1\SixLabors.ImageSharp.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Splat, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Splat.3.0.0\lib\netstandard1.1\Splat.dll</HintPath>
<Private > True</Private>
</Reference>
2020-03-24 13:01:14 +01:00
<Reference Include= "System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Buffers.4.5.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
2018-07-24 17:52:44 +02:00
<Private > True</Private>
</Reference>
2020-03-24 13:01:14 +01:00
<Reference Include= "System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Collections.Immutable.1.5.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
2018-07-24 17:52:44 +02:00
<Private > True</Private>
</Reference>
2020-03-24 17:31:34 +01:00
<Reference Include= "System.ComponentModel.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.ComponentModel.Primitives.4.3.0\lib\netstandard1.0\System.ComponentModel.Primitives.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.ComponentModel.TypeConverter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.ComponentModel.TypeConverter.4.3.0\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll</HintPath>
<Private > True</Private>
</Reference>
2020-03-24 13:01:14 +01:00
<Reference Include= "System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Drawing.Primitives.4.3.0\lib\netstandard1.1\System.Drawing.Primitives.dll</HintPath>
2018-07-24 17:52:44 +02:00
<Private > True</Private>
</Reference>
2020-03-24 13:01:14 +01:00
<Reference Include= "System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Memory.4.5.1\lib\netstandard1.1\System.Memory.dll</HintPath>
2018-07-24 17:52:44 +02:00
<Private > True</Private>
</Reference>
2020-03-24 13:01:14 +01:00
<Reference Include= "System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Numerics.Vectors.4.4.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
2017-09-26 17:24:19 +02:00
<Private > True</Private>
</Reference>
2018-07-24 18:06:44 +02:00
<Reference Include= "System.Reflection.Metadata, Version=1.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Reflection.Metadata.1.6.0\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath>
2018-07-24 17:52:44 +02:00
<Private > True</Private>
</Reference>
2020-03-24 13:01:14 +01:00
<Reference Include= "System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
<Private > True</Private>
</Reference>
2017-09-11 18:25:00 +02:00
<Reference Include= "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\win8\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
<Private > True</Private>
</Reference>
2020-03-24 13:01:14 +01:00
<Reference Include= "System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
2017-09-26 17:24:19 +02:00
<Private > True</Private>
</Reference>
2017-09-11 18:25:00 +02:00
</ItemGroup>
2017-10-05 14:50:42 +02:00
<ItemGroup >
<SDKReference Include= "BehaviorsXamlSDKManaged, Version=12.0" >
<Name > BehaviorsXamlSDKManaged</Name>
</SDKReference>
</ItemGroup>
2017-09-18 14:20:08 +02:00
<ItemGroup >
2017-11-20 18:08:19 +01:00
<Content Include= "appMetadata\en-us\baselisting\description.txt" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\description.Entry.txt" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\description.Group.txt" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\description.New.txt" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\description.Open.txt" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\description.Recent.txt" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\description.Semantic.txt" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\description.Settings.txt" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\Entry.png" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\Group.png" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\New.png" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\Open.png" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\Recent.png" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\Semantic.png" />
<Content Include= "appMetadata\en-us\baselisting\images\Screenshot\Settings.png" />
<Content Include= "appMetadata\en-us\baselisting\keywords.txt" />
<Content Include= "appMetadata\en-us\baselisting\privacyPolicy.txt" />
<Content Include= "appMetadata\en-us\baselisting\releaseNotes.txt" />
<Content Include= "appMetadata\en-us\baselisting\websiteUrl.txt" />
2017-12-12 14:59:56 +01:00
<Content Include= "appMetadata\fr-fr\baselisting\description.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\description.Entry.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\description.Group.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\description.New.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\description.Open.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\description.Recent.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\description.Semantic.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\description.Settings.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\Entry.png" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\Group.png" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\New.png" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\Open.png" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\Recent.png" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\Semantic.png" />
<Content Include= "appMetadata\fr-fr\baselisting\images\Screenshot\Settings.png" />
<Content Include= "appMetadata\fr-fr\baselisting\keywords.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\privacyPolicy.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\releaseNotes.txt" />
<Content Include= "appMetadata\fr-fr\baselisting\websiteUrl.txt" />
2017-09-18 14:20:08 +02:00
<Content Include= "Assets\Logo.scale-100.png" />
<Content Include= "Assets\Logo.scale-140.png" />
<Content Include= "Assets\Logo.scale-180.png" />
<Content Include= "Assets\Logo.scale-80.png" />
<Content Include= "Assets\ModernKeePass-SmallLogo.scale-100.png" />
<Content Include= "Assets\ModernKeePass-SmallLogo.scale-140.png" />
<Content Include= "Assets\ModernKeePass-SmallLogo.scale-180.png" />
<Content Include= "Assets\ModernKeePass-SmallLogo.scale-80.png" />
2017-11-17 17:43:01 +01:00
<Content Include= "Assets\ModernKeePass-SmallLogo.targetsize-16.png" />
<Content Include= "Assets\ModernKeePass-SmallLogo.targetsize-256.png" />
<Content Include= "Assets\ModernKeePass-SmallLogo.targetsize-32.png" />
<Content Include= "Assets\ModernKeePass-SmallLogo.targetsize-48.png" />
2017-09-18 14:20:08 +02:00
<Content Include= "Assets\ModernKeePass-SplashScreen.scale-100.png" />
<Content Include= "Assets\ModernKeePass-SplashScreen.scale-140.png" />
<Content Include= "Assets\ModernKeePass-SplashScreen.scale-180.png" />
<Content Include= "Assets\Square310x310Logo.scale-100.png" />
<Content Include= "Assets\Square310x310Logo.scale-140.png" />
<Content Include= "Assets\Square310x310Logo.scale-180.png" />
<Content Include= "Assets\Square310x310Logo.scale-80.png" />
<Content Include= "Assets\Square70x70Logo.scale-100.png" />
<Content Include= "Assets\Square70x70Logo.scale-140.png" />
<Content Include= "Assets\Square70x70Logo.scale-180.png" />
<Content Include= "Assets\Square70x70Logo.scale-80.png" />
2017-11-20 17:21:22 +01:00
<Content Include= "Assets\StoreLogo.scale-100.png" />
<Content Include= "Assets\StoreLogo.scale-140.png" />
<Content Include= "Assets\StoreLogo.scale-180.png" />
2017-09-18 14:20:08 +02:00
<Content Include= "Assets\Wide310x150Logo.scale-100.png" />
<Content Include= "Assets\Wide310x150Logo.scale-140.png" />
<Content Include= "Assets\Wide310x150Logo.scale-180.png" />
<Content Include= "Assets\Wide310x150Logo.scale-80.png" />
</ItemGroup>
2020-03-24 13:09:00 +01:00
<ItemGroup >
2020-03-24 17:31:34 +01:00
<ProjectReference Include= "..\ModernKeePass.Application\Application.csproj" >
2020-03-24 13:09:00 +01:00
<Project > {42353562-5e43-459c-8e3e-2f21e575261d}</Project>
2020-03-24 17:31:34 +01:00
<Name > Application</Name>
2020-03-24 13:09:00 +01:00
</ProjectReference>
2020-03-24 17:31:34 +01:00
<ProjectReference Include= "..\ModernKeePass.Domain\Domain.csproj" >
2020-03-24 13:09:00 +01:00
<Project > {9a0759f1-9069-4841-99e3-3bec44e17356}</Project>
2020-03-24 17:31:34 +01:00
<Name > Domain</Name>
2020-03-24 13:09:00 +01:00
</ProjectReference>
2020-03-24 17:31:34 +01:00
<ProjectReference Include= "..\ModernKeePass.Infrastructure\Infrastructure.csproj" >
2020-03-24 13:09:00 +01:00
<Project > {09577e4c-4899-45b9-bf80-1803d617ccae}</Project>
2020-03-24 17:31:34 +01:00
<Name > Infrastructure</Name>
2020-03-24 13:09:00 +01:00
</ProjectReference>
</ItemGroup>
2017-09-10 13:49:11 -04:00
<PropertyGroup Condition= " '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' " >
<VisualStudioVersion > 12.0</VisualStudioVersion>
</PropertyGroup>
<Import Project= "$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
2020-03-27 18:45:13 +01:00
<Import Project= "..\packages\Win2D.win81.1.21.0\build\win\Win2D.win81.targets" Condition= "Exists('..\packages\Win2D.win81.1.21.0\build\win\Win2D.win81.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<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>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Win2D.win81.1.21.0\build\win\Win2D.win81.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Win2D.win81.1.21.0\build\win\Win2D.win81.targets'))" />
</Target>
2017-09-10 13:49:11 -04:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
2017-09-11 18:25:00 +02:00
</Project>