-
Notifications
You must be signed in to change notification settings - Fork 3
/
BouncyCastle.sln
38 lines (38 loc) · 2.25 KB
/
BouncyCastle.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crypto", "Crypto\Crypto.csproj", "{D8418F0B-1125-406A-8306-0265410C6613}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{C9A32B71-5377-43EB-B9CD-5B93AF005667}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App\App.csproj", "{95A6D490-9DB5-4FE4-A635-D4E61DE8F468}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interfaces.Portable", "Interfaces\Interfaces.Portable.csproj", "{8B0D73D8-C467-4B06-8957-DB82856CF285}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8418F0B-1125-406A-8306-0265410C6613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8418F0B-1125-406A-8306-0265410C6613}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8418F0B-1125-406A-8306-0265410C6613}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8418F0B-1125-406A-8306-0265410C6613}.Release|Any CPU.Build.0 = Release|Any CPU
{C9A32B71-5377-43EB-B9CD-5B93AF005667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9A32B71-5377-43EB-B9CD-5B93AF005667}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9A32B71-5377-43EB-B9CD-5B93AF005667}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9A32B71-5377-43EB-B9CD-5B93AF005667}.Release|Any CPU.Build.0 = Release|Any CPU
{95A6D490-9DB5-4FE4-A635-D4E61DE8F468}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95A6D490-9DB5-4FE4-A635-D4E61DE8F468}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95A6D490-9DB5-4FE4-A635-D4E61DE8F468}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95A6D490-9DB5-4FE4-A635-D4E61DE8F468}.Release|Any CPU.Build.0 = Release|Any CPU
{8B0D73D8-C467-4B06-8957-DB82856CF285}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B0D73D8-C467-4B06-8957-DB82856CF285}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B0D73D8-C467-4B06-8957-DB82856CF285}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B0D73D8-C467-4B06-8957-DB82856CF285}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal