forked from Kyrodan/KeeAnywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKeeAnywhere.sln
42 lines (42 loc) · 1.76 KB
/
KeeAnywhere.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
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeeAnywhere", "KeeAnywhere\KeeAnywhere.csproj", "{8E40EDF5-06B8-4059-8B19-CB90D937FEBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{8BD15372-A422-4560-91B5-8BAC592C880E}"
ProjectSection(SolutionItems) = preProject
lib\KeePass.exe = lib\KeePass.exe
lib\KeePass.XmlSerializers.dll = lib\KeePass.XmlSerializers.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{1B11D744-407F-41E1-B78B-D9C9B0834D24}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{4CC0AA8D-7342-4FA9-B42F-4A975E741CC7}"
ProjectSection(SolutionItems) = preProject
BUILD.md = BUILD.md
CHANGELOG.md = CHANGELOG.md
DONATE.md = DONATE.md
README.md = README.md
version_manifest.txt = version_manifest.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E40EDF5-06B8-4059-8B19-CB90D937FEBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E40EDF5-06B8-4059-8B19-CB90D937FEBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E40EDF5-06B8-4059-8B19-CB90D937FEBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E40EDF5-06B8-4059-8B19-CB90D937FEBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal