Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 558094 | Differences between
and this patch

Collapse All | Expand All

(-)a/KeePass/KeePass.csproj (-9 / +3 lines)
Lines 1-9 Link Here
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2
  <PropertyGroup>
3
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <ProductVersion>9.0.30729</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{10938016-DEE2-4A25-9A5A-8FD3444379CA}</ProjectGuid>
6
    <ProjectGuid>{10938016-DEE2-4A25-9A5A-8FD3444379CA}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
7
    <OutputType>WinExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
8
    <AppDesignerFolder>Properties</AppDesignerFolder>
Lines 17-22 Link Here
17
    <OldToolsVersion>2.0</OldToolsVersion>
16
    <OldToolsVersion>2.0</OldToolsVersion>
18
    <UpgradeBackupLocation>
17
    <UpgradeBackupLocation>
19
    </UpgradeBackupLocation>
18
    </UpgradeBackupLocation>
19
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
20
  </PropertyGroup>
20
  </PropertyGroup>
21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22
    <DebugSymbols>true</DebugSymbols>
22
    <DebugSymbols>true</DebugSymbols>
Lines 26-44 Link Here
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27
    <ErrorReport>prompt</ErrorReport>
27
    <ErrorReport>prompt</ErrorReport>
28
    <WarningLevel>4</WarningLevel>
28
    <WarningLevel>4</WarningLevel>
29
    <DocumentationFile>
30
    </DocumentationFile>
31
  </PropertyGroup>
29
  </PropertyGroup>
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33
    <DebugType>pdbonly</DebugType>
31
    <DebugType>pdbonly</DebugType>
34
    <Optimize>true</Optimize>
32
    <Optimize>true</Optimize>
35
    <OutputPath>..\Build\KeePass\Release\</OutputPath>
33
    <OutputPath>..\Build\KeePass\Release\</OutputPath>
36
    <DefineConstants>
37
    </DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
34
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
35
    <WarningLevel>4</WarningLevel>
40
    <DocumentationFile>
41
    </DocumentationFile>
42
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
36
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
43
  </PropertyGroup>
37
  </PropertyGroup>
44
  <ItemGroup>
38
  <ItemGroup>
(-)a/KeePass.sln (-26 / +27 lines)
Lines 1-5 Link Here
1
Microsoft Visual Studio Solution File, Format Version 10.00
1

2
# Visual Studio 2008
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
# Visual Studio 2012
3
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeePassLib", "KeePassLib\KeePassLib.csproj", "{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}"
4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeePassLib", "KeePassLib\KeePassLib.csproj", "{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}"
4
EndProject
5
EndProject
5
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeePass", "KeePass\KeePass.csproj", "{10938016-DEE2-4A25-9A5A-8FD3444379CA}"
6
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeePass", "KeePass\KeePass.csproj", "{10938016-DEE2-4A25-9A5A-8FD3444379CA}"
Lines 20-37 Global Link Here
20
		Release|x64 = Release|x64
21
		Release|x64 = Release|x64
21
	EndGlobalSection
22
	EndGlobalSection
22
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
23
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
23
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
25
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
26
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
27
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Win32.ActiveCfg = Debug|Any CPU
28
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|x64.ActiveCfg = Debug|Any CPU
29
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
30
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Any CPU.Build.0 = Release|Any CPU
31
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
32
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
33
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Win32.ActiveCfg = Release|Any CPU
34
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|x64.ActiveCfg = Release|Any CPU
35
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
25
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
37
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
26
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Lines 44-61 Global Link Here
44
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
33
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
45
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|Win32.ActiveCfg = Release|Any CPU
34
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|Win32.ActiveCfg = Release|Any CPU
46
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|x64.ActiveCfg = Release|Any CPU
35
		{10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|x64.ActiveCfg = Release|Any CPU
47
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Any CPU.Build.0 = Debug|Any CPU
37
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
49
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
38
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
50
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
39
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
51
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Win32.ActiveCfg = Debug|Any CPU
40
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Win32.ActiveCfg = Debug|Any CPU
52
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|x64.ActiveCfg = Debug|Any CPU
41
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|x64.ActiveCfg = Debug|Any CPU
53
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Any CPU.ActiveCfg = Release|Any CPU
42
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
54
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Any CPU.Build.0 = Release|Any CPU
43
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Any CPU.Build.0 = Release|Any CPU
55
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
44
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
56
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Mixed Platforms.Build.0 = Release|Any CPU
45
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
57
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Win32.ActiveCfg = Release|Any CPU
46
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Win32.ActiveCfg = Release|Any CPU
58
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|x64.ActiveCfg = Release|Any CPU
47
		{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|x64.ActiveCfg = Release|Any CPU
59
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Any CPU.Build.0 = Debug|Any CPU
49
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Any CPU.Build.0 = Debug|Any CPU
61
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
50
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Lines 68-73 Global Link Here
68
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
57
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
69
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|Win32.ActiveCfg = Release|Any CPU
58
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|Win32.ActiveCfg = Release|Any CPU
70
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|x64.ActiveCfg = Release|Any CPU
59
		{B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|x64.ActiveCfg = Release|Any CPU
60
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
61
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Any CPU.Build.0 = Debug|Any CPU
62
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
63
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
64
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Win32.ActiveCfg = Debug|Any CPU
65
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|x64.ActiveCfg = Debug|Any CPU
66
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Any CPU.ActiveCfg = Release|Any CPU
67
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Any CPU.Build.0 = Release|Any CPU
68
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
69
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Mixed Platforms.Build.0 = Release|Any CPU
70
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Win32.ActiveCfg = Release|Any CPU
71
		{DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|x64.ActiveCfg = Release|Any CPU
71
	EndGlobalSection
72
	EndGlobalSection
72
	GlobalSection(SolutionProperties) = preSolution
73
	GlobalSection(SolutionProperties) = preSolution
73
		HideSolutionNode = FALSE
74
		HideSolutionNode = FALSE
(-)a/KeePassLib/KeePassLib.csproj (-3 / +3 lines)
Lines 1-9 Link Here
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2
  <PropertyGroup>
3
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <ProductVersion>9.0.30729</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}</ProjectGuid>
6
    <ProjectGuid>{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}</ProjectGuid>
8
    <OutputType>Library</OutputType>
7
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
8
    <AppDesignerFolder>Properties</AppDesignerFolder>
Lines 16-21 Link Here
16
    <OldToolsVersion>2.0</OldToolsVersion>
15
    <OldToolsVersion>2.0</OldToolsVersion>
17
    <UpgradeBackupLocation>
16
    <UpgradeBackupLocation>
18
    </UpgradeBackupLocation>
17
    </UpgradeBackupLocation>
18
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
19
  </PropertyGroup>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
    <DebugSymbols>true</DebugSymbols>
21
    <DebugSymbols>true</DebugSymbols>
(-)a/KeePassLibSD/KeePassLibSD.csproj (-3 / +2 lines)
Lines 1-9 Link Here
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2
  <PropertyGroup>
3
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <ProductVersion>9.0.30729</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{DC15F71A-2117-4DEF-8C10-AA355B5E5979}</ProjectGuid>
6
    <ProjectGuid>{DC15F71A-2117-4DEF-8C10-AA355B5E5979}</ProjectGuid>
8
    <OutputType>Library</OutputType>
7
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
8
    <AppDesignerFolder>Properties</AppDesignerFolder>
(-)a/Translation/TrlUtil/TrlUtil.csproj (-5 / +5 lines)
Lines 1-9 Link Here
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2
  <PropertyGroup>
3
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <ProductVersion>9.0.30729</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{B7E890E7-BF50-4450-9A52-C105BD98651C}</ProjectGuid>
6
    <ProjectGuid>{B7E890E7-BF50-4450-9A52-C105BD98651C}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
7
    <OutputType>WinExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
8
    <AppDesignerFolder>Properties</AppDesignerFolder>
Lines 15-26 Link Here
15
    <OldToolsVersion>2.0</OldToolsVersion>
14
    <OldToolsVersion>2.0</OldToolsVersion>
16
    <UpgradeBackupLocation>
15
    <UpgradeBackupLocation>
17
    </UpgradeBackupLocation>
16
    </UpgradeBackupLocation>
17
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
18
  </PropertyGroup>
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
    <DebugSymbols>true</DebugSymbols>
20
    <DebugSymbols>true</DebugSymbols>
21
    <DebugType>full</DebugType>
21
    <DebugType>full</DebugType>
22
    <Optimize>false</Optimize>
22
    <Optimize>false</Optimize>
23
    <OutputPath>..\</OutputPath>
23
    <OutputPath>.</OutputPath>
24
    <DefineConstants>TRACE;DEBUG;KeeTranslationUtility</DefineConstants>
24
    <DefineConstants>TRACE;DEBUG;KeeTranslationUtility</DefineConstants>
25
    <ErrorReport>prompt</ErrorReport>
25
    <ErrorReport>prompt</ErrorReport>
26
    <WarningLevel>4</WarningLevel>
26
    <WarningLevel>4</WarningLevel>
Lines 28-34 Link Here
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
    <DebugType>pdbonly</DebugType>
29
    <DebugType>pdbonly</DebugType>
30
    <Optimize>true</Optimize>
30
    <Optimize>true</Optimize>
31
    <OutputPath>..\</OutputPath>
31
    <OutputPath>.</OutputPath>
32
    <DefineConstants>TRACE;KeeTranslationUtility</DefineConstants>
32
    <DefineConstants>TRACE;KeeTranslationUtility</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
34
    <WarningLevel>4</WarningLevel>

Return to bug 558094