-
Notifications
You must be signed in to change notification settings - Fork 0
/
Criptography.PGP.Protocol.sln
37 lines (37 loc) · 2.03 KB
/
Criptography.PGP.Protocol.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Algorithms", "Algorithms\Algorithms.csproj", "{2DD95DD0-9124-4870-8ABD-5486131F5F77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Pgp", "App.Pgp\App.Pgp.csproj", "{8EE53C2B-83BA-4B88-A779-8583CA034877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils.Filesystem", "Utils.Filesystem\Utils.Filesystem.csproj", "{D23D5D43-F222-408B-851E-BE3E3BBB2F6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DD95DD0-9124-4870-8ABD-5486131F5F77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DD95DD0-9124-4870-8ABD-5486131F5F77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DD95DD0-9124-4870-8ABD-5486131F5F77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DD95DD0-9124-4870-8ABD-5486131F5F77}.Release|Any CPU.Build.0 = Release|Any CPU
{8EE53C2B-83BA-4B88-A779-8583CA034877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EE53C2B-83BA-4B88-A779-8583CA034877}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EE53C2B-83BA-4B88-A779-8583CA034877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EE53C2B-83BA-4B88-A779-8583CA034877}.Release|Any CPU.Build.0 = Release|Any CPU
{D23D5D43-F222-408B-851E-BE3E3BBB2F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D23D5D43-F222-408B-851E-BE3E3BBB2F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D23D5D43-F222-408B-851E-BE3E3BBB2F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D23D5D43-F222-408B-851E-BE3E3BBB2F6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F8D6CB2-B175-4EF3-8AE7-A2E1CEB01D74}
EndGlobalSection
EndGlobal