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-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-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-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-09-10 13:49:11 -04:00
<Compile Include= "MainPage.xaml.cs" >
<DependentUpon > MainPage.xaml</DependentUpon>
</Compile>
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-09-10 13:49:11 -04:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2017-09-18 18:40:43 +02:00
<Compile Include= "ViewModels\HomeVm.cs" />
2017-09-12 18:20:32 +02:00
<Compile Include= "ViewModels\EntryVm.cs" />
<Compile Include= "ViewModels\GroupVm.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-09-11 18:25:00 +02:00
<None Include= "packages.config" />
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-09-10 13:49:11 -04:00
<Page Include= "MainPage.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</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>
</ItemGroup>
<ItemGroup >
2017-09-21 03:11:00 -04:00
<Reference Include= "ModernKeePassLib, Version=2.19.0.26255, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ModernKeePassLib.2.19.0.26255\lib\netstandard1.2\ModernKeePassLib.dll</HintPath>
2017-09-11 18:25:00 +02:00
<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>
</ItemGroup>
2017-09-12 18:20:32 +02:00
<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
<Import Project= "..\packages\NETStandard.Library.2.0.0\build\NETStandard.Library.targets" Condition= "Exists('..\packages\NETStandard.Library.2.0.0\build\NETStandard.Library.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\NETStandard.Library.2.0.0\build\NETStandard.Library.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.0\build\NETStandard.Library.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>