-
Notifications
You must be signed in to change notification settings - Fork 14
/
EncryptDecryptText.sln
49 lines (49 loc) · 2.96 KB
/
EncryptDecryptText.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleSymmetricEncryption", "ConsoleSymmetricEncryption\ConsoleSymmetricEncryption.csproj", "{95824753-BF14-46DB-8FAD-134974898C1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CC91FD8-D810-4BC0-A04C-3D73A9B833B1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EncryptDecryptLib", "EncryptDecryptLib\EncryptDecryptLib.csproj", "{5DF0A8A6-88B9-4F34-9024-5B0D8B044D34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleAsymmetricEncryption", "ConsoleAsymmetricEncryption\ConsoleAsymmetricEncryption.csproj", "{D489AB83-16C6-4490-AEAD-C6E74D5C2921}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExchangeSecureTexts", "ExchangeSecureTexts\ExchangeSecureTexts.csproj", "{7AA74F66-6EE3-4463-A003-14240AE9B61B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95824753-BF14-46DB-8FAD-134974898C1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95824753-BF14-46DB-8FAD-134974898C1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95824753-BF14-46DB-8FAD-134974898C1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95824753-BF14-46DB-8FAD-134974898C1F}.Release|Any CPU.Build.0 = Release|Any CPU
{5DF0A8A6-88B9-4F34-9024-5B0D8B044D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DF0A8A6-88B9-4F34-9024-5B0D8B044D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DF0A8A6-88B9-4F34-9024-5B0D8B044D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DF0A8A6-88B9-4F34-9024-5B0D8B044D34}.Release|Any CPU.Build.0 = Release|Any CPU
{D489AB83-16C6-4490-AEAD-C6E74D5C2921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D489AB83-16C6-4490-AEAD-C6E74D5C2921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D489AB83-16C6-4490-AEAD-C6E74D5C2921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D489AB83-16C6-4490-AEAD-C6E74D5C2921}.Release|Any CPU.Build.0 = Release|Any CPU
{7AA74F66-6EE3-4463-A003-14240AE9B61B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AA74F66-6EE3-4463-A003-14240AE9B61B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AA74F66-6EE3-4463-A003-14240AE9B61B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AA74F66-6EE3-4463-A003-14240AE9B61B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC58CF41-09C7-4DAE-B5F0-C0DDDACE7B45}
EndGlobalSection
EndGlobal