2020-03-24 13:01:14 +01: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>
|
|
|
|
|
<ProjectGuid>{42353562-5E43-459C-8E3E-2F21E575261D}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>ModernKeePass.Application</RootNamespace>
|
|
|
|
|
<AssemblyName>ModernKeePass.Application</AssemblyName>
|
|
|
|
|
<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>
|
2020-04-08 15:27:40 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<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-07 17:29:03 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<!-- A reference to the entire .NET Framework is automatically included -->
|
|
|
|
|
<None Include="project.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Common\Interfaces\ICryptographyClient.cs" />
|
|
|
|
|
<Compile Include="Common\Interfaces\IDatabaseProxy.cs" />
|
2020-03-30 19:43:04 +02:00
|
|
|
|
<Compile Include="Common\Interfaces\IEntityVm.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="Common\Interfaces\IFileProxy.cs" />
|
|
|
|
|
<Compile Include="Common\Interfaces\IImportFormat.cs" />
|
|
|
|
|
<Compile Include="Common\Interfaces\IPasswordProxy.cs" />
|
|
|
|
|
<Compile Include="Common\Interfaces\IProxyInvocationHandler.cs" />
|
|
|
|
|
<Compile Include="Common\Interfaces\IRecentProxy.cs" />
|
|
|
|
|
<Compile Include="Common\Interfaces\IResourceProxy.cs" />
|
|
|
|
|
<Compile Include="Common\Interfaces\ISettingsProxy.cs" />
|
|
|
|
|
<Compile Include="Common\Mappings\IMapFrom.cs" />
|
2020-03-24 17:31:34 +01:00
|
|
|
|
<Compile Include="Common\Mappings\MappingProfile.cs" />
|
2020-04-01 19:37:30 +02:00
|
|
|
|
<Compile Include="Entry\Queries\GetEntry\GetEntryQuery.cs" />
|
2020-04-02 19:12:16 +02:00
|
|
|
|
<Compile Include="Group\Commands\DeleteEntry\DeleteEntryCommand.cs" />
|
|
|
|
|
<Compile Include="Group\Commands\DeleteGroup\DeleteGroupCommand.cs" />
|
2020-04-01 19:37:30 +02:00
|
|
|
|
<Compile Include="Group\Queries\GetGroup\GetGroupQuery.cs" />
|
2020-03-27 18:45:13 +01:00
|
|
|
|
<Compile Include="Parameters\Commands\SetCipher\SetCipherCommand.cs" />
|
|
|
|
|
<Compile Include="Parameters\Commands\SetCompression\SetCompressionCommand.cs" />
|
|
|
|
|
<Compile Include="Parameters\Commands\SetHasRecycleBin\SetHasRecycleBinCommand.cs" />
|
|
|
|
|
<Compile Include="Parameters\Commands\SetKeyDerivation\SetKeyDerivationCommand.cs" />
|
|
|
|
|
<Compile Include="Parameters\Commands\SetRecycleBin\SetRecycleBinCommand.cs" />
|
|
|
|
|
<Compile Include="Parameters\Models\CipherVm.cs" />
|
|
|
|
|
<Compile Include="Parameters\Models\KeyDerivationVm.cs" />
|
|
|
|
|
<Compile Include="Parameters\Queries\GetCiphers\GetCiphersQuery.cs" />
|
|
|
|
|
<Compile Include="Parameters\Queries\GetCompressions\GetCompressionsQuery.cs" />
|
|
|
|
|
<Compile Include="Parameters\Queries\GetKeyDerivations\GetKeyDerivationsQuery.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="Database\Commands\CloseDatabase\CloseDatabaseCommand.cs" />
|
|
|
|
|
<Compile Include="Database\Commands\CreateDatabase\CreateDatabaseCommand.cs" />
|
2020-03-26 19:04:51 +01:00
|
|
|
|
<Compile Include="Database\Commands\CreateDatabase\CreateDatabaseQueryValidator.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="Database\Commands\SaveDatabase\SaveDatabaseCommand.cs" />
|
2020-03-24 19:14:34 +01:00
|
|
|
|
<Compile Include="Database\Commands\UpdateCredentials\UpdateCredentialsCommand.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="Database\Models\DatabaseVm.cs" />
|
2020-03-24 17:31:34 +01:00
|
|
|
|
<Compile Include="Database\Queries\GetDatabase\GetDatabaseQuery.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="Database\Queries\OpenDatabase\OpenDatabaseQuery.cs" />
|
|
|
|
|
<Compile Include="Database\Queries\OpenDatabase\OpenDatabaseQueryValidator.cs" />
|
2020-03-26 12:25:22 +01:00
|
|
|
|
<Compile Include="Database\Queries\ReOpenDatabase\ReOpenDatabaseQuery.cs" />
|
2020-03-24 17:31:34 +01:00
|
|
|
|
<Compile Include="DependencyInjection.cs" />
|
2020-03-26 15:38:29 +01:00
|
|
|
|
<Compile Include="Entry\Commands\SetFieldValue\SetFieldValueCommand.cs" />
|
2020-03-27 13:27:29 +01:00
|
|
|
|
<Compile Include="Entry\Commands\SetFieldValue\SetFieldValueCommandValidator.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="Entry\Models\EntryVm.cs" />
|
2020-03-26 12:25:22 +01:00
|
|
|
|
<Compile Include="Group\Commands\AddEntry\AddEntryCommand.cs" />
|
|
|
|
|
<Compile Include="Group\Commands\AddGroup\AddGroupCommand.cs" />
|
|
|
|
|
<Compile Include="Group\Commands\CreateEntry\CreateEntryCommand.cs" />
|
|
|
|
|
<Compile Include="Group\Commands\CreateGroup\CreateGroupCommand.cs" />
|
2020-03-27 13:27:29 +01:00
|
|
|
|
<Compile Include="Group\Commands\InsertEntry\InsertEntryCommand.cs" />
|
2020-03-26 12:25:22 +01:00
|
|
|
|
<Compile Include="Group\Commands\RemoveEntry\RemoveEntryCommand.cs" />
|
|
|
|
|
<Compile Include="Group\Commands\RemoveGroup\RemoveGroupCommand.cs" />
|
|
|
|
|
<Compile Include="Group\Commands\SortEntries\SortEntriesCommand.cs" />
|
|
|
|
|
<Compile Include="Group\Commands\SortGroups\SortGroupsCommand.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Compile Include="Group\Models\GroupVm.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2020-03-26 19:04:51 +01:00
|
|
|
|
<Compile Include="Security\Commands\GenerateKeyFile\GenerateKeyFileCommand.cs" />
|
|
|
|
|
<Compile Include="Security\Commands\GeneratePassword\GeneratePasswordCommand.cs" />
|
|
|
|
|
<Compile Include="Security\Queries\EstimatePasswordComplexity\EstimatePasswordComplexityQuery.cs" />
|
2020-03-24 13:01:14 +01:00
|
|
|
|
<Content Include="Services\DatabaseService.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Group\Commands\UpdateGroup\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
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>
|
|
|
|
|
<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>
|