-
Notifications
You must be signed in to change notification settings - Fork 0
/
RSA.sln
37 lines (37 loc) · 1.91 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RSA Encrypt", "RSA Encrypt\RSA Encrypt.vcxproj", "{C09650CB-D75A-4D40-9081-4A42383BEE42}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RSA Decrypt", "RSA Decrypt\RSA Decrypt.vcxproj", "{8A074061-0B95-462D-8928-0DFA92D7D825}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "onsite test", "onsite test\onsite test.vcxproj", "{E09129B2-0586-4B9D-96D4-31DD7930395E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C09650CB-D75A-4D40-9081-4A42383BEE42}.Debug|x64.ActiveCfg = Debug|x64
{C09650CB-D75A-4D40-9081-4A42383BEE42}.Debug|x64.Build.0 = Debug|x64
{C09650CB-D75A-4D40-9081-4A42383BEE42}.Release|x64.ActiveCfg = Release|x64
{C09650CB-D75A-4D40-9081-4A42383BEE42}.Release|x64.Build.0 = Release|x64
{8A074061-0B95-462D-8928-0DFA92D7D825}.Debug|x64.ActiveCfg = Debug|x64
{8A074061-0B95-462D-8928-0DFA92D7D825}.Debug|x64.Build.0 = Debug|x64
{8A074061-0B95-462D-8928-0DFA92D7D825}.Release|x64.ActiveCfg = Release|x64
{8A074061-0B95-462D-8928-0DFA92D7D825}.Release|x64.Build.0 = Release|x64
{E09129B2-0586-4B9D-96D4-31DD7930395E}.Debug|x64.ActiveCfg = Debug|x64
{E09129B2-0586-4B9D-96D4-31DD7930395E}.Debug|x64.Build.0 = Debug|x64
{E09129B2-0586-4B9D-96D4-31DD7930395E}.Release|x64.ActiveCfg = Release|x64
{E09129B2-0586-4B9D-96D4-31DD7930395E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3D65A1F-6744-40BC-8DD1-B831EB593B80}
EndGlobalSection
EndGlobal