-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathRSAExtensions.sln
48 lines (48 loc) · 2.78 KB
/
RSAExtensions.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSAExtensions", "src\RSAExtensions\RSAExtensions.csproj", "{28965487-2BCE-4DB3-82CF-06C2A1F82C08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9C63D3B9-C792-4C7C-BB1E-466D7D4F4DF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{74C79274-D61B-4106-8146-DAF691B5484C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSAExtensions.ConsoleApp", "sample\RSAExtensions.ConsoleApp\RSAExtensions.ConsoleApp.csproj", "{4D1A78BE-E540-495A-872F-DD4A2CEF07FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{675A2449-F02B-45EC-AF65-2434E3DB9502}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSAExtensions.UnitTests", "tests\RSAExtensions.UnitTests\RSAExtensions.UnitTests.csproj", "{5AB109F0-4A8A-45FC-BB62-D8C2F60974E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28965487-2BCE-4DB3-82CF-06C2A1F82C08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28965487-2BCE-4DB3-82CF-06C2A1F82C08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28965487-2BCE-4DB3-82CF-06C2A1F82C08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28965487-2BCE-4DB3-82CF-06C2A1F82C08}.Release|Any CPU.Build.0 = Release|Any CPU
{4D1A78BE-E540-495A-872F-DD4A2CEF07FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D1A78BE-E540-495A-872F-DD4A2CEF07FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D1A78BE-E540-495A-872F-DD4A2CEF07FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D1A78BE-E540-495A-872F-DD4A2CEF07FC}.Release|Any CPU.Build.0 = Release|Any CPU
{5AB109F0-4A8A-45FC-BB62-D8C2F60974E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AB109F0-4A8A-45FC-BB62-D8C2F60974E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AB109F0-4A8A-45FC-BB62-D8C2F60974E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AB109F0-4A8A-45FC-BB62-D8C2F60974E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{28965487-2BCE-4DB3-82CF-06C2A1F82C08} = {9C63D3B9-C792-4C7C-BB1E-466D7D4F4DF3}
{4D1A78BE-E540-495A-872F-DD4A2CEF07FC} = {74C79274-D61B-4106-8146-DAF691B5484C}
{5AB109F0-4A8A-45FC-BB62-D8C2F60974E7} = {675A2449-F02B-45EC-AF65-2434E3DB9502}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1A3E324-F8C0-4F74-AECF-6FC7E7E9431E}
EndGlobalSection
EndGlobal