-
Notifications
You must be signed in to change notification settings - Fork 3
/
RSA.sln
43 lines (43 loc) · 2.47 KB
/
RSA.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BigInteger", "BigInteger\BigInteger.csproj", "{ECBE2640-C9C0-419F-B9F3-8A7D1AF33307}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BigInteger.Tests", "BigInteger.Tests\BigInteger.Tests.csproj", "{3A96F4F3-8B15-4E2E-A7E6-651818B2FD6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSA.Tests", "RSA.Tests\RSA.Tests.csproj", "{343FEF91-CCA4-40F7-A95E-071B59845A20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSA", "RSA\RSA.csproj", "{9DE714BF-14F1-436D-9DA1-721089D3BF11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECBE2640-C9C0-419F-B9F3-8A7D1AF33307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECBE2640-C9C0-419F-B9F3-8A7D1AF33307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECBE2640-C9C0-419F-B9F3-8A7D1AF33307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECBE2640-C9C0-419F-B9F3-8A7D1AF33307}.Release|Any CPU.Build.0 = Release|Any CPU
{3A96F4F3-8B15-4E2E-A7E6-651818B2FD6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A96F4F3-8B15-4E2E-A7E6-651818B2FD6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A96F4F3-8B15-4E2E-A7E6-651818B2FD6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A96F4F3-8B15-4E2E-A7E6-651818B2FD6B}.Release|Any CPU.Build.0 = Release|Any CPU
{343FEF91-CCA4-40F7-A95E-071B59845A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{343FEF91-CCA4-40F7-A95E-071B59845A20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{343FEF91-CCA4-40F7-A95E-071B59845A20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{343FEF91-CCA4-40F7-A95E-071B59845A20}.Release|Any CPU.Build.0 = Release|Any CPU
{9DE714BF-14F1-436D-9DA1-721089D3BF11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DE714BF-14F1-436D-9DA1-721089D3BF11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DE714BF-14F1-436D-9DA1-721089D3BF11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DE714BF-14F1-436D-9DA1-721089D3BF11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C0A4871-C78A-4A4B-B382-472338188258}
EndGlobalSection
EndGlobal