-
Notifications
You must be signed in to change notification settings - Fork 1
/
Utility.PGPSignatureTools.sln
42 lines (42 loc) · 2.28 KB
/
Utility.PGPSignatureTools.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}") = "Utility.PGPSignatureTools", "Utility.PGPSignatureTools\Utility.PGPSignatureTools.csproj", "{3D60EE4B-3D87-4AE1-8761-72F6DF5CA577}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utility.PGPSignatureTools.Tests", "Utility.PGPSignatureTools.Tests\Utility.PGPSignatureTools.Tests.csproj", "{28D813FB-610B-458C-9248-E331B6596B6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{9724E0D2-2540-4C61-9F51-3EB2FCBDE6EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6626EB0-2E16-4086-947F-735EC8296AAC}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D60EE4B-3D87-4AE1-8761-72F6DF5CA577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D60EE4B-3D87-4AE1-8761-72F6DF5CA577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D60EE4B-3D87-4AE1-8761-72F6DF5CA577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D60EE4B-3D87-4AE1-8761-72F6DF5CA577}.Release|Any CPU.Build.0 = Release|Any CPU
{28D813FB-610B-458C-9248-E331B6596B6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28D813FB-610B-458C-9248-E331B6596B6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28D813FB-610B-458C-9248-E331B6596B6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28D813FB-610B-458C-9248-E331B6596B6D}.Release|Any CPU.Build.0 = Release|Any CPU
{9724E0D2-2540-4C61-9F51-3EB2FCBDE6EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9724E0D2-2540-4C61-9F51-3EB2FCBDE6EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9724E0D2-2540-4C61-9F51-3EB2FCBDE6EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9724E0D2-2540-4C61-9F51-3EB2FCBDE6EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal