forked from SchmooseSA/Schmoose-BouncyCastle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBouncyCastle.IceCream.sln
More file actions
32 lines (32 loc) · 1.85 KB
/
Copy pathBouncyCastle.IceCream.sln
File metadata and controls
32 lines (32 loc) · 1.85 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interfaces.IceCream", "Interfaces\Interfaces.IceCream.csproj", "{2FD27502-3833-4816-8FC2-5857B3E90777}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crypto.IceCream", "Crypto\Crypto.IceCream.csproj", "{D8418F0B-1125-406A-8306-0265410C6613}"
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
{2FD27502-3833-4816-8FC2-5857B3E90777}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FD27502-3833-4816-8FC2-5857B3E90777}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FD27502-3833-4816-8FC2-5857B3E90777}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FD27502-3833-4816-8FC2-5857B3E90777}.Release|Any CPU.Build.0 = Release|Any CPU
{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
{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