mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00

Refactor the Database Service (no more enum, ...) Restored the Donate page with Paypal web page Added (but not working) MS App Center integration Corrected tests accordingly WIP AOP to detect database changes
475 lines
25 KiB
XML
475 lines
25 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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>
|
|
<ProjectGuid>{A0CFC681-769B-405A-8482-0CDEE595A91F}</ProjectGuid>
|
|
<OutputType>AppContainerExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ModernKeePass</RootNamespace>
|
|
<AssemblyName>ModernKeePass</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<TargetPlatformVersion>8.1</TargetPlatformVersion>
|
|
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<PackageCertificateKeyFile>ModernKeePass_StoreKey.pfx</PackageCertificateKeyFile>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<PackageCertificateThumbprint>ED3AA34F46D03498F989901C5DB2742B65D72F60</PackageCertificateThumbprint>
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
|
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
|
|
<AppxBundle>Always</AppxBundle>
|
|
</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>
|
|
<Compile Include="Actions\ClipboardAction.cs" />
|
|
<Compile Include="Actions\NavigateToUrlAction.cs" />
|
|
<Compile Include="Actions\SetupFocusAction.cs" />
|
|
<Compile Include="Aop\DatabaseChangedProxy.cs" />
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Aop\DatabaseChanged.cs" />
|
|
<Compile Include="Exceptions\DatabaseOpenedException.cs" />
|
|
<Compile Include="Interfaces\ILicenseService.cs" />
|
|
<Compile Include="Interfaces\IProxyInvocationHandler.cs" />
|
|
<Compile Include="Interfaces\IRecentService.cs" />
|
|
<Compile Include="Interfaces\IRecentItem.cs" />
|
|
<Compile Include="Interfaces\IResourceService.cs" />
|
|
<Compile Include="Services\SingletonServiceBase.cs" />
|
|
<Compile Include="TemplateSelectors\SelectableDataTemplateSelector.cs" />
|
|
<Compile Include="Views\MainPageFrames\DonatePage.xaml.cs">
|
|
<DependentUpon>DonatePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Services\DatabaseService.cs" />
|
|
<Compile Include="Interfaces\ISettingsService.cs" />
|
|
<Compile Include="Common\MessageDialogHelper.cs" />
|
|
<Compile Include="Common\NavigationHelper.cs" />
|
|
<Compile Include="Common\NotifyPropertyChangedBase.cs" />
|
|
<Compile Include="Common\ObservableDictionary.cs" />
|
|
<Compile Include="Common\RelayCommand.cs" />
|
|
<Compile Include="Common\SuspensionManager.cs" />
|
|
<Compile Include="Services\LicenseService.cs" />
|
|
<Compile Include="Services\RecentService.cs" />
|
|
<Compile Include="Services\ResourcesService.cs" />
|
|
<Compile Include="Services\SettingsService.cs" />
|
|
<Compile Include="Common\ToastNotificationHelper.cs" />
|
|
<Compile Include="Converters\DiscreteIntToSolidColorBrushConverter.cs" />
|
|
<Compile Include="Converters\EmptyStringToVisibilityConverter.cs" />
|
|
<Compile Include="Converters\NullToBooleanConverter.cs" />
|
|
<Compile Include="Exceptions\SaveException.cs" />
|
|
<Compile Include="Extensions\DispatcherTaskExtensions.cs" />
|
|
<Compile Include="Interfaces\IDatabaseService.cs" />
|
|
<Compile Include="Interfaces\IHasSelectableObject.cs" />
|
|
<Compile Include="Interfaces\ISelectableModel.cs" />
|
|
<Compile Include="Views\BasePages\LayoutAwarePageBase.cs" />
|
|
<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\SettingsSecurityPage.xaml.cs">
|
|
<DependentUpon>SettingsSecurityPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\SettingsPageFrames\SettingsWelcomePage.xaml.cs">
|
|
<DependentUpon>SettingsWelcomePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TemplateSelectors\FirstItemDataTemplateSelector.cs" />
|
|
<Compile Include="Controls\ListViewWithDisable.cs" />
|
|
<Compile Include="Views\UserControls\CompositeKeyUserControl.xaml.cs">
|
|
<DependentUpon>CompositeKeyUserControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\TextBoxWithButton.cs" />
|
|
<Compile Include="Converters\BooleanToVisibilityConverter.cs" />
|
|
<Compile Include="Converters\ColorToBrushConverter.cs" />
|
|
<Compile Include="Converters\DoubleToSolidColorBrushConverter.cs" />
|
|
<Compile Include="Converters\InverseBooleanToVisibilityConverter.cs" />
|
|
<Compile Include="Converters\PluralizationConverter.cs" />
|
|
<Compile Include="Converters\ProgressBarLegalValuesConverter.cs" />
|
|
<Compile Include="Converters\TextToWidthConverter.cs" />
|
|
<Compile Include="Events\PasswordEventArgs.cs" />
|
|
<Compile Include="Interfaces\IIsEnabled.cs" />
|
|
<Compile Include="Interfaces\IPwEntity.cs" />
|
|
<Compile Include="Views\MainPage.xaml.cs">
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Mappings\PwIconToSegoeMapping.cs" />
|
|
<Compile Include="Views\MainPageFrames\AboutPage.xaml.cs">
|
|
<DependentUpon>AboutPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\MainPageFrames\NewDatabasePage.xaml.cs">
|
|
<DependentUpon>NewDatabasePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\SettingsPage.xaml.cs">
|
|
<DependentUpon>SettingsPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\MainPageFrames\WelcomePage.xaml.cs">
|
|
<DependentUpon>WelcomePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewModels\AboutVm.cs" />
|
|
<Compile Include="ViewModels\CompositeKeyVm.cs" />
|
|
<Compile Include="ViewModels\Items\ListMenuItemVm.cs" />
|
|
<Compile Include="ViewModels\Items\MainMenuItemVm.cs" />
|
|
<Compile Include="ViewModels\Items\RecentItemVm.cs" />
|
|
<Compile Include="Views\EntryDetailPage.xaml.cs">
|
|
<DependentUpon>EntryDetailPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\GroupDetailPage.xaml.cs">
|
|
<DependentUpon>GroupDetailPage.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="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ViewModels\EntryVm.cs" />
|
|
<Compile Include="ViewModels\GroupVm.cs" />
|
|
<Compile Include="ViewModels\Items\SettingsNewVm.cs" />
|
|
<Compile Include="ViewModels\SettingsVm.cs" />
|
|
<Compile Include="ViewModels\MainVm.cs" />
|
|
<Compile Include="ViewModels\NewVm.cs" />
|
|
<Compile Include="ViewModels\OpenVm.cs" />
|
|
<Compile Include="ViewModels\RecentVm.cs" />
|
|
<Compile Include="ViewModels\SaveVm.cs" />
|
|
<Compile Include="ViewModels\Items\SettingsDatabaseVm.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</AppxManifest>
|
|
<None Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<PRIResource Include="Strings\fr-FR\Resources.resw" />
|
|
<PRIResource Include="Strings\fr-FR\CodeBehind.resw" />
|
|
<PRIResource Include="Strings\en-US\CodeBehind.resw" />
|
|
<PRIResource Include="Strings\en-US\Resources.resw" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Package.StoreAssociation.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Page Include="Views\UserControls\CompositeKeyUserControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\MainPageFrames\AboutPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\EntryDetailPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\GroupDetailPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainPageFrames\DonatePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainPageFrames\NewDatabasePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainPageFrames\OpenDatabasePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainPageFrames\RecentDatabasesPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainPageFrames\SaveDatabasePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\SettingsPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainPageFrames\WelcomePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\SettingsPageFrames\SettingsDatabasePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\SettingsPageFrames\SettingsNewDatabasePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\SettingsPageFrames\SettingsSecurityPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\SettingsPageFrames\SettingsWelcomePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Styles\HamburgerButtonStyle.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Page>
|
|
<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>
|
|
<Page Include="Styles\TextBlockStyles.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Page>
|
|
<Page Include="Styles\TextBoxWithButtonStyle.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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>
|
|
<Reference Include="Microsoft.AppCenter, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AppCenter.1.4.0\lib\portable-net45+win8+wpa81+wp8\Microsoft.AppCenter.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AppCenter.Analytics.1.4.0\lib\portable-net45+win8+wpa81+wp8\Microsoft.AppCenter.Analytics.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AppCenter.Push, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AppCenter.Push.1.4.0\lib\portable-net45+win8+wpa81+wp8\Microsoft.AppCenter.Push.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Reference Include="ModernKeePassLib, Version=2.37.0.2000, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ModernKeePassLib.2.37.8000\lib\netstandard1.2\ModernKeePassLib.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<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>
|
|
<Reference Include="Validation, Version=2.4.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Validation.2.4.18\lib\portable-net45+win8+wp8+wpa81\Validation.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<SDKReference Include="BehaviorsXamlSDKManaged, Version=12.0">
|
|
<Name>BehaviorsXamlSDKManaged</Name>
|
|
</SDKReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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.Filter.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\Filter.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.Filter.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\Filter.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" />
|
|
</ItemGroup>
|
|
<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" />
|
|
<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\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'))" />
|
|
<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'))" />
|
|
</Target>
|
|
<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')" />
|
|
<Import Project="..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.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> |