2018-05-22 18:27:44 +02:00
|
|
|
|
<?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>
|
|
|
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<ProjectGuid>{09577E4C-4899-45B9-BF80-1803D617CCAE}</ProjectGuid>
|
2018-05-22 18:27:44 +02:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<RootNamespace>ModernKeePass.Infrastructure</RootNamespace>
|
|
|
|
|
<AssemblyName>ModernKeePass.Infrastructure</AssemblyName>
|
2018-05-22 18:27:44 +02:00
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
|
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2020-04-08 15:27:40 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2020-04-08 15:52:25 +02:00
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
2020-04-08 15:27:40 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
2020-04-08 15:52:25 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
2020-04-07 17:29:03 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2020-04-08 15:52:25 +02:00
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
2020-04-07 17:29:03 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2020-04-08 15:52:25 +02:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2020-04-07 17:29:03 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2020-04-08 15:52:25 +02:00
|
|
|
|
<OutputPath>bin\ARM\Release\</OutputPath>
|
2020-04-07 17:29:03 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2018-05-22 18:27:44 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<!-- A reference to the entire .NET Framework is automatically included -->
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<None Include="Libs\Windows.winmd" />
|
2018-05-22 18:27:44 +02:00
|
|
|
|
<None Include="project.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-03-26 12:25:22 +01:00
|
|
|
|
<Compile Include="Common\MachineDateTime.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="DependencyInjection.cs" />
|
|
|
|
|
<Compile Include="File\CsvImportFormat.cs" />
|
2020-03-26 15:38:29 +01:00
|
|
|
|
<Compile Include="KeePass\EntryFieldMapper.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="KeePass\EntryMappingProfile.cs" />
|
2020-03-26 12:25:22 +01:00
|
|
|
|
<Compile Include="KeePass\GroupMappingProfile.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="KeePass\IconMapper.cs" />
|
|
|
|
|
<Compile Include="KeePass\KeePassCryptographyClient.cs" />
|
|
|
|
|
<Compile Include="KeePass\KeePassDatabaseClient.cs" />
|
2020-04-20 20:02:43 +02:00
|
|
|
|
<Compile Include="KeePass\KeePassCredentialsClient.cs" />
|
2018-05-22 18:27:44 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="UWP\StorageFileClient.cs" />
|
2020-04-22 18:12:28 +02:00
|
|
|
|
<Compile Include="UWP\ToastNotificationService.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="UWP\UwpRecentFilesClient.cs" />
|
|
|
|
|
<Compile Include="UWP\UwpResourceClient.cs" />
|
|
|
|
|
<Compile Include="UWP\UwpSettingsClient.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-03-24 17:31:34 +01:00
|
|
|
|
<ProjectReference Include="..\ModernKeePass.Application\Application.csproj">
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Project>{42353562-5e43-459c-8e3e-2f21e575261d}</Project>
|
2020-03-24 17:31:34 +01:00
|
|
|
|
<Name>Application</Name>
|
2020-03-24 13:01:14 +01:00
|
|
|
|
</ProjectReference>
|
2020-03-24 17:31:34 +01:00
|
|
|
|
<ProjectReference Include="..\ModernKeePass.Domain\Domain.csproj">
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Project>{9a0759f1-9069-4841-99e3-3bec44e17356}</Project>
|
2020-03-24 17:31:34 +01:00
|
|
|
|
<Name>Domain</Name>
|
2020-03-24 13:01:14 +01:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Windows, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Libs\Windows.winmd</HintPath>
|
2020-03-24 17:31:34 +01:00
|
|
|
|
<Private>False</Private>
|
2020-03-24 13:01:14 +01:00
|
|
|
|
</Reference>
|
2018-05-22 18:27:44 +02:00
|
|
|
|
</ItemGroup>
|
2020-03-26 12:25:22 +01:00
|
|
|
|
<ItemGroup />
|
2018-05-22 18:27:44 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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>
|