2020-04-06 20:20:45 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<ProjectGuid>{9E44D7C8-AC6A-4331-B1BC-410B95032F7F}</ProjectGuid>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<OutputType>AppContainerExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>ModernKeePass</RootNamespace>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<AssemblyName>Win10App</AssemblyName>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
|
|
|
|
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
|
|
|
|
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
|
|
|
|
|
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</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_UWP</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\ARM\Debug\</OutputPath>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<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>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
|
|
|
</PropertyGroup>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<OutputPath>bin\ARM64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PlatformTarget>ARM64</PlatformTarget>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</PropertyGroup>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
|
|
|
|
|
<OutputPath>bin\ARM64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PlatformTarget>ARM64</PlatformTarget>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
|
|
|
</PropertyGroup>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
|
|
|
</PropertyGroup>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
|
|
|
</PropertyGroup>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Compile Include="DependencyInjection.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="ViewModels\EntriesVm.cs" />
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Compile Include="ViewModels\GroupsVm.cs" />
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Compile Include="ViewModels\ListItems\EntryItemVm.cs" />
|
|
|
|
|
<Compile Include="ViewModels\ListItems\GroupItemVm.cs" />
|
|
|
|
|
<Compile Include="ViewModels\MainVm.cs" />
|
|
|
|
|
<Compile Include="ViewModels\SettingsVm.cs" />
|
|
|
|
|
<Compile Include="ViewModels\ViewModelLocator.cs" />
|
|
|
|
|
<Compile Include="Views\EntriesPage.xaml.cs">
|
|
|
|
|
<DependentUpon>EntriesPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\EntryPage.xaml.cs">
|
|
|
|
|
<DependentUpon>EntryPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Compile Include="Views\GroupsPage.xaml.cs">
|
|
|
|
|
<DependentUpon>GroupsPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\MainPage10.xaml.cs">
|
|
|
|
|
<DependentUpon>MainPage10.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Compile Include="Views\MainPageFrames\AboutPage.xaml.cs">
|
|
|
|
|
<DependentUpon>AboutPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Compile Include="Views\MainPageFrames\DonatePage.xaml.cs">
|
|
|
|
|
<DependentUpon>DonatePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\MainPageFrames\ImportExportPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ImportExportPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Compile Include="Views\MainPageFrames\NewDatabasePage.xaml.cs">
|
|
|
|
|
<DependentUpon>NewDatabasePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\MainPageFrames\OpenDatabasePage.xaml.cs">
|
|
|
|
|
<DependentUpon>OpenDatabasePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\MainPageFrames\RecentDatabasesPage.xaml.cs">
|
|
|
|
|
<DependentUpon>RecentDatabasesPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\MainPageFrames\SaveDatabasePage.xaml.cs">
|
|
|
|
|
<DependentUpon>SaveDatabasePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\MainPageFrames\WelcomePage.xaml.cs">
|
|
|
|
|
<DependentUpon>WelcomePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Compile Include="Views\SettingsPage10.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsPage10.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\SettingsPageFrames\SettingsDatabasePage.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsDatabasePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\SettingsPageFrames\SettingsNewDatabasePage.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsNewDatabasePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\SettingsPageFrames\SettingsSavePage.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsSavePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\SettingsPageFrames\SettingsSecurityPage.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsSecurityPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\SettingsPageFrames\SettingsWelcomePage.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsWelcomePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\UserControls\BreadCrumbUserControl.xaml.cs">
|
|
|
|
|
<DependentUpon>BreadCrumbUserControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\UserControls\ColorPickerUserControl.xaml.cs">
|
|
|
|
|
<DependentUpon>ColorPickerUserControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Compile Include="Views\UserControls\CredentialsUserControl.xaml.cs">
|
|
|
|
|
<DependentUpon>CredentialsUserControl.xaml</DependentUpon>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\UserControls\HamburgerMenuUserControl.xaml.cs">
|
|
|
|
|
<DependentUpon>HamburgerMenuUserControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\UserControls\SymbolPickerUserControl.xaml.cs">
|
|
|
|
|
<DependentUpon>SymbolPickerUserControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\UserControls\TopMenuUserControl.xaml.cs">
|
|
|
|
|
<DependentUpon>TopMenuUserControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Compile Include="Views\UserControls\UpdateCredentialsUserControl.xaml.cs">
|
|
|
|
|
<DependentUpon>UpdateCredentialsUserControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<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" />
|
|
|
|
|
<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" />
|
|
|
|
|
<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" />
|
|
|
|
|
<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" />
|
|
|
|
|
<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" />
|
|
|
|
|
<Content Include="Assets\StoreLogo.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\StoreLogo.scale-140.png" />
|
|
|
|
|
<Content Include="Assets\StoreLogo.scale-180.png" />
|
|
|
|
|
<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" />
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</AppxManifest>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Content Include="Properties\Default.rd.xml" />
|
|
|
|
|
<Content Include="Assets\LockScreenLogo.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\SplashScreen.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\Square150x150Logo.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\Square44x44Logo.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\StoreLogo.png" />
|
|
|
|
|
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ApplicationDefinition Include="App.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</ApplicationDefinition>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="ResourceDictionaries\HamburgerButtonStyle.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="ResourceDictionaries\ListViewLeftIndicatorStyle.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="ResourceDictionaries\MasterDetailsView.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="ResourceDictionaries\NoBorderButtonStyle.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="ResourceDictionaries\NoBorderToggleButtonStyle.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="ResourceDictionaries\Styles.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="ResourceDictionaries\TextBoxWithButtonStyle.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\EntriesPage.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="Views\EntryPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\GroupsPage.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="Views\MainPage10.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\MainPageFrames\AboutPage.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\MainPageFrames\DonatePage.xaml">
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\MainPageFrames\ImportExportPage.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\MainPageFrames\NewDatabasePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\MainPageFrames\OpenDatabasePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\MainPageFrames\RecentDatabasesPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\MainPageFrames\SaveDatabasePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\MainPageFrames\WelcomePage.xaml">
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\SettingsPage10.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\SettingsPageFrames\SettingsDatabasePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\SettingsPageFrames\SettingsNewDatabasePage.xaml">
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\SettingsPageFrames\SettingsSavePage.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\SettingsPageFrames\SettingsSecurityPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\SettingsPageFrames\SettingsWelcomePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="Views\UserControls\BreadCrumbUserControl.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Page Include="Views\UserControls\ColorPickerUserControl.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\UserControls\CredentialsUserControl.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\UserControls\HamburgerMenuUserControl.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\UserControls\SymbolPickerUserControl.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\UserControls\TopMenuUserControl.xaml">
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\UserControls\UpdateCredentialsUserControl.xaml">
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<PackageReference Include="AutoMapper">
|
|
|
|
|
<Version>5.2.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection">
|
|
|
|
|
<Version>1.2.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="MediatR">
|
|
|
|
|
<Version>3.0.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.AppCenter.Analytics">
|
|
|
|
|
<Version>3.2.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.AppCenter.Crashes">
|
|
|
|
|
<Version>3.2.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
|
|
|
|
|
<Version>3.1.3</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
|
|
|
|
<Version>6.2.9</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls">
|
|
|
|
|
<Version>6.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.UI.Xaml">
|
|
|
|
|
<Version>2.3.200213001</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed">
|
|
|
|
|
<Version>2.0.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="MvvmLight">
|
|
|
|
|
<Version>5.4.1.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PRIResource Include="Strings\en-US\CodeBehind.resw" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PRIResource Include="Strings\en-US\Resources.resw" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PRIResource Include="Strings\fr-FR\CodeBehind.resw" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PRIResource Include="Strings\fr-FR\Resources.resw" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ModernKeePass.Application\Application.csproj">
|
|
|
|
|
<Project>{42353562-5e43-459c-8e3e-2f21e575261d}</Project>
|
|
|
|
|
<Name>Application</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\ModernKeePass.Domain\Domain.csproj">
|
|
|
|
|
<Project>{9a0759f1-9069-4841-99e3-3bec44e17356}</Project>
|
|
|
|
|
<Name>Domain</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\ModernKeePass.Infrastructure\Infrastructure.csproj">
|
|
|
|
|
<Project>{09577e4c-4899-45b9-bf80-1803d617ccae}</Project>
|
|
|
|
|
<Name>Infrastructure</Name>
|
|
|
|
|
</ProjectReference>
|
2020-04-06 20:20:45 +02:00
|
|
|
|
</ItemGroup>
|
2020-04-29 16:39:20 +02:00
|
|
|
|
<Import Project="..\WinAppCommon\WinAppCommon.projitems" Label="Shared" />
|
2020-04-06 20:20:45 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
|
|
|
<!-- 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>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|