generated from zedseven/KeePass-Plugin-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppIdLinker.sln
42 lines (42 loc) · 2.05 KB
/
AppIdLinker.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 Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{6E62BF6B-179A-4D41-A738-7B03773A9C3A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Miscellaneous", "Miscellaneous", "{70B2ACDA-D236-497D-AE5A-92A2DE418826}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-plgx.bat = build-plgx.bat
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppIdLinker", "AppIdLinker\AppIdLinker.csproj", "{AC11089D-C085-4260-B908-D73A062BCE79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppIdLinkerTests", "AppIdLinkerTests\AppIdLinkerTests.csproj", "{8AADDBF4-1BC1-427E-BBA2-77DD0060CA7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC11089D-C085-4260-B908-D73A062BCE79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC11089D-C085-4260-B908-D73A062BCE79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC11089D-C085-4260-B908-D73A062BCE79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC11089D-C085-4260-B908-D73A062BCE79}.Release|Any CPU.Build.0 = Release|Any CPU
{8AADDBF4-1BC1-427E-BBA2-77DD0060CA7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AADDBF4-1BC1-427E-BBA2-77DD0060CA7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AADDBF4-1BC1-427E-BBA2-77DD0060CA7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AADDBF4-1BC1-427E-BBA2-77DD0060CA7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22543EB2-1D86-44F1-9966-09C2B34992B1}
EndGlobalSection
EndGlobal