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>
2017-09-18 10:46:38 +02:00
<PackageCertificateKeyFile > ModernKeePass_StoreKey.pfx</PackageCertificateKeyFile>
2017-09-11 18:25:00 +02:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2017-09-18 10:46:38 +02:00
<PackageCertificateThumbprint > ED3AA34F46D03498F989901C5DB2742B65D72F60</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision > True</AppxAutoIncrementPackageRevision>
<AppxBundlePlatforms > neutral</AppxBundlePlatforms>
2017-10-28 11:24:34 -04:00
<AppxBundle > Always</AppxBundle>
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>
</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" />
2017-10-11 14:30:07 +02:00
<Compile Include= "Actions\SetupFocusAction.cs" />
2017-09-11 15:13:04 +02:00
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
</Compile>
2017-09-18 18:40:43 +02:00
<Compile Include= "Common\DatabaseHelper.cs" />
2017-10-25 18:29:50 +02:00
<Compile Include= "Common\MessageDialogHelper.cs" />
2017-09-11 18:25:00 +02:00
<Compile Include= "Common\NavigationHelper.cs" />
2017-10-03 16:06:49 +02:00
<Compile Include= "Common\NotifyPropertyChangedBase.cs" />
2017-09-11 18:25:00 +02:00
<Compile Include= "Common\ObservableDictionary.cs" />
<Compile Include= "Common\RelayCommand.cs" />
<Compile Include= "Common\SuspensionManager.cs" />
2017-10-18 10:32:51 +02:00
<Compile Include= "Common\ToastNotificationHelper.cs" />
2017-11-07 18:45:35 +01:00
<Compile Include= "Converters\DiscreteIntToSolidColorBrushConverter.cs" />
2017-10-31 18:49:18 +01:00
<Compile Include= "Converters\NullToBooleanConverter.cs" />
2017-10-26 18:57:39 +02:00
<Compile Include= "Interfaces\IHasSelectableObject.cs" />
<Compile Include= "Interfaces\ISelectableModel.cs" />
<Compile Include= "Pages\BasePages\LayoutAwarePageBase.cs" />
2017-10-30 18:34:38 +01:00
<Compile Include= "Pages\SettingsPageFrames\SettingsDatabasePage.xaml.cs" >
<DependentUpon > SettingsDatabasePage.xaml</DependentUpon>
</Compile>
2017-11-07 18:45:35 +01:00
<Compile Include= "Pages\SettingsPageFrames\SettingsSecurityPage.xaml.cs" >
<DependentUpon > SettingsSecurityPage.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" />
2017-11-07 18:50:36 +01:00
<Compile Include= "Controls\CompositeKeyUserControl.xaml.cs" >
<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-10-30 18:34:38 +01:00
<Compile Include= "Converters\BooleanToFontStyleConverter.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" />
2017-09-27 18:01:21 +02:00
<Compile Include= "Interfaces\IIsEnabled.cs" />
2017-10-17 18:46:05 +02:00
<Compile Include= "Interfaces\IPwEntity.cs" />
2017-10-25 18:29:50 +02:00
<Compile Include= "Pages\MainPage.xaml.cs" >
2017-09-10 13:49:11 -04:00
<DependentUpon > MainPage.xaml</DependentUpon>
</Compile>
2017-09-29 18:08:20 +02:00
<Compile Include= "Mappings\PwIconToSegoeMapping.cs" />
2017-10-26 18:57:39 +02:00
<Compile Include= "Pages\MainPageFrames\AboutPage.xaml.cs" >
2017-10-16 10:57:39 +02:00
<DependentUpon > AboutPage.xaml</DependentUpon>
</Compile>
2017-10-26 18:57:39 +02:00
<Compile Include= "Pages\MainPageFrames\NewDatabasePage.xaml.cs" >
2017-10-11 18:43:27 +02:00
<DependentUpon > NewDatabasePage.xaml</DependentUpon>
</Compile>
2017-10-26 18:57:39 +02:00
<Compile Include= "Pages\SettingsPage.xaml.cs" >
<DependentUpon > SettingsPage.xaml</DependentUpon>
</Compile>
<Compile Include= "Pages\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-09-17 10:00:03 -04:00
<Compile Include= "Pages\EntryDetailPage.xaml.cs" >
<DependentUpon > EntryDetailPage.xaml</DependentUpon>
</Compile>
2017-09-13 18:37:44 +02:00
<Compile Include= "Pages\GroupDetailPage.xaml.cs" >
<DependentUpon > GroupDetailPage.xaml</DependentUpon>
2017-09-11 18:25:00 +02:00
</Compile>
2017-10-26 18:57:39 +02:00
<Compile Include= "Pages\MainPageFrames\OpenDatabasePage.xaml.cs" >
2017-09-27 18:01:21 +02:00
<DependentUpon > OpenDatabasePage.xaml</DependentUpon>
</Compile>
2017-10-26 18:57:39 +02:00
<Compile Include= "Pages\MainPageFrames\RecentDatabasesPage.xaml.cs" >
2017-09-29 17:23:35 -04:00
<DependentUpon > RecentDatabasesPage.xaml</DependentUpon>
</Compile>
2017-10-26 18:57:39 +02:00
<Compile Include= "Pages\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" />
2017-09-12 18:20:32 +02:00
<Compile Include= "ViewModels\EntryVm.cs" />
<Compile Include= "ViewModels\GroupVm.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" />
2017-09-10 13:49:11 -04:00
</ItemGroup>
<ItemGroup >
<AppxManifest Include= "Package.appxmanifest" >
<SubType > Designer</SubType>
</AppxManifest>
2017-09-18 10:46:38 +02:00
<None Include= "ModernKeePass_StoreKey.pfx" />
2017-09-11 15:13:04 +02:00
<None Include= "ModernKeePass_TemporaryKey.pfx" />
2017-10-02 14:03:08 -04:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
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>
2017-11-07 18:50:36 +01:00
<Page Include= "Controls\CompositeKeyUserControl.xaml" >
2017-09-30 09:00:32 -04:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-10-25 18:29:50 +02:00
<Page Include= "Pages\MainPage.xaml" >
2017-09-10 13:49:11 -04:00
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
2017-10-26 18:57:39 +02:00
<Page Include= "Pages\MainPageFrames\AboutPage.xaml" >
2017-10-16 10:57:39 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-09-17 10:00:03 -04:00
<Page Include= "Pages\EntryDetailPage.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-09-13 18:37:44 +02:00
<Page Include= "Pages\GroupDetailPage.xaml" >
2017-09-11 18:25:00 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-10-26 18:57:39 +02:00
<Page Include= "Pages\MainPageFrames\NewDatabasePage.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "Pages\MainPageFrames\OpenDatabasePage.xaml" >
2017-10-11 18:43:27 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-10-26 18:57:39 +02:00
<Page Include= "Pages\MainPageFrames\RecentDatabasesPage.xaml" >
2017-09-27 18:01:21 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-10-26 18:57:39 +02:00
<Page Include= "Pages\MainPageFrames\SaveDatabasePage.xaml" >
2017-09-29 17:23:35 -04:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-10-26 18:57:39 +02:00
<Page Include= "Pages\SettingsPage.xaml" >
2017-09-27 18:01:21 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-10-26 18:57:39 +02:00
<Page Include= "Pages\MainPageFrames\WelcomePage.xaml" >
2017-10-13 11:48:58 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-10-30 18:34:38 +01:00
<Page Include= "Pages\SettingsPageFrames\SettingsDatabasePage.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-11-07 18:45:35 +01:00
<Page Include= "Pages\SettingsPageFrames\SettingsSecurityPage.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-10-12 17:30:29 +02:00
<Page Include= "Styles\HamburgerButtonStyle.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2017-10-27 12:33:35 +02:00
<Page Include= "Styles\ListViewLeftIndicatorStyle.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include= "Styles\NoBorderButtonStyle.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2017-10-09 18:40:02 +02:00
<Page Include= "Styles\TextBoxWithButtonStyle.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Page>
2017-09-11 18:25:00 +02:00
</ItemGroup>
<ItemGroup >
2017-09-26 17:24:19 +02:00
<Reference Include= "BouncyCastle.Crypto, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL" >
<HintPath > ..\packages\Portable.BouncyCastle.1.8.1.3\lib\netstandard1.0\BouncyCastle.Crypto.dll</HintPath>
<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>
2017-11-08 10:08:52 +01:00
<Reference Include= "ModernKeePassLib, Version=2.37.0.2000, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ModernKeePassLib.2.37.5000\lib\netstandard1.2\ModernKeePassLib.dll</HintPath>
<Private > True</Private>
</Reference>
2017-09-26 17:24:19 +02:00
<Reference Include= "Splat, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Splat.2.0.0\lib\Portable-Win81+Wpa81\Splat.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>
2017-09-26 17:24:19 +02:00
<Reference Include= "Validation, Version=2.4.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL" >
2017-11-06 19:01:01 +01:00
<HintPath > ..\packages\Validation.2.4.18\lib\portable-net45+win8+wp8+wpa81\Validation.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 >
<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-Logo.scale-100.png" />
<Content Include= "Assets\ModernKeePass-Logo.scale-140.png" />
<Content Include= "Assets\ModernKeePass-Logo.scale-180.png" />
<Content Include= "Assets\ModernKeePass-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-SplashScreen.scale-100.png" />
<Content Include= "Assets\ModernKeePass-SplashScreen.scale-140.png" />
<Content Include= "Assets\ModernKeePass-SplashScreen.scale-180.png" />
<Content Include= "Assets\ModernKeePass-StoreLogo.scale-100.png" />
<Content Include= "Assets\ModernKeePass-StoreLogo.scale-140.png" />
<Content Include= "Assets\ModernKeePass-StoreLogo.scale-180.png" />
<Content Include= "Assets\SmallLogo.scale-100.png" />
<Content Include= "Assets\SmallLogo.scale-140.png" />
<Content Include= "Assets\SmallLogo.scale-180.png" />
<Content Include= "Assets\SmallLogo.scale-80.png" />
<Content Include= "Assets\SplashScreen.scale-100.png" />
<Content Include= "Assets\SplashScreen.scale-140.png" />
<Content Include= "Assets\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" />
</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" />
2017-09-11 18:25:00 +02:00
<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>
2017-09-22 15:40:24 +02:00
<Error Condition= "!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
2017-10-23 11:44:22 +02:00
<Error Condition= "!Exists('..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets'))" />
2017-09-11 18:25:00 +02:00
</Target>
2017-09-22 15:40:24 +02:00
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
2017-10-23 11:44:22 +02:00
<Import Project= "..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets" Condition= "Exists('..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets')" />
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>