This repository has been archived by the owner on Jan 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathKeePass.sln
39 lines (39 loc) · 2.28 KB
/
KeePass.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeePass.IO", "KeePass.IO\KeePass.IO.csproj", "{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeePass", "KeePass\KeePass.csproj", "{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Free|Any CPU = Free|Any CPU
Paid|Any CPU = Paid|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}.Free|Any CPU.ActiveCfg = Release|Any CPU
{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}.Free|Any CPU.Build.0 = Release|Any CPU
{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}.Paid|Any CPU.ActiveCfg = Release|Any CPU
{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}.Paid|Any CPU.Build.0 = Release|Any CPU
{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BC6B06B-0B8D-4E34-BF60-C026C4252E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Free|Any CPU.ActiveCfg = Free|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Free|Any CPU.Build.0 = Free|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Free|Any CPU.Deploy.0 = Free|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Paid|Any CPU.ActiveCfg = Paid|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Paid|Any CPU.Build.0 = Paid|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Paid|Any CPU.Deploy.0 = Paid|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Release|Any CPU.ActiveCfg = Free|Any CPU
{37AFBD4F-8D32-4CDF-B01E-D60848AB1E90}.Release|Any CPU.Build.0 = Free|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal