-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPGP.Tools.sln
44 lines (44 loc) · 2.35 KB
/
PGP.Tools.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
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PGP.Tools.Standard", "PGP.Tools.Standard\PGP.Tools.Standard.csproj", "{0852F0E7-0BB8-4793-B33E-48162CCB296F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78B2EE6E-4B91-4997-806E-3B2CE30E3FE8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PGP.Tools.Standard.Test", "PGP.Tools.Standard.Test\PGP.Tools.Standard.Test.csproj", "{9430B4BE-F57E-4C15-9D6C-3CFD150EC675}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PGP.Tools.Tasks", "PGP.Tools.Tasks\PGP.Tools.Tasks.csproj", "{F91AFB7E-DE58-4234-A4AF-5073418C01DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0852F0E7-0BB8-4793-B33E-48162CCB296F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0852F0E7-0BB8-4793-B33E-48162CCB296F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0852F0E7-0BB8-4793-B33E-48162CCB296F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0852F0E7-0BB8-4793-B33E-48162CCB296F}.Release|Any CPU.Build.0 = Release|Any CPU
{9430B4BE-F57E-4C15-9D6C-3CFD150EC675}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9430B4BE-F57E-4C15-9D6C-3CFD150EC675}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9430B4BE-F57E-4C15-9D6C-3CFD150EC675}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9430B4BE-F57E-4C15-9D6C-3CFD150EC675}.Release|Any CPU.Build.0 = Release|Any CPU
{F91AFB7E-DE58-4234-A4AF-5073418C01DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F91AFB7E-DE58-4234-A4AF-5073418C01DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F91AFB7E-DE58-4234-A4AF-5073418C01DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F91AFB7E-DE58-4234-A4AF-5073418C01DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DFC89EEE-3D5D-4C9E-B892-1385C37A98D7}
EndGlobalSection
EndGlobal