This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CipherCombination.sln
46 lines (46 loc) · 3.18 KB
/
CipherCombination.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TranspositionCipher", "TranspositionCipher\TranspositionCipher\TranspositionCipher.csproj", "{7807D0EA-8A2B-4941-8423-6C77B75F5F0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{332E886F-1F42-4F31-A868-C74D23A626B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdditiveCipher", "AdditiveCipher\AdditiveCipher.csproj", "{F2AF17B1-2B3A-4B2C-9B40-4A56005CD73B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VigenereCipher", "VigenereCipher\VigenereCipher\VigenereCipher.csproj", "{E4801781-19F9-4AD1-850F-DC45D5C39C3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmojiCipher", "EmojiCipher\EmojiCipher.csproj", "{7CB5F22F-B15F-43A0-BA8D-A364E123CAC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{38480E77-B186-4696-8506-7FB802111972}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7807D0EA-8A2B-4941-8423-6C77B75F5F0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7807D0EA-8A2B-4941-8423-6C77B75F5F0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7807D0EA-8A2B-4941-8423-6C77B75F5F0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7807D0EA-8A2B-4941-8423-6C77B75F5F0B}.Release|Any CPU.Build.0 = Release|Any CPU
{332E886F-1F42-4F31-A868-C74D23A626B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{332E886F-1F42-4F31-A868-C74D23A626B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{332E886F-1F42-4F31-A868-C74D23A626B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{332E886F-1F42-4F31-A868-C74D23A626B1}.Release|Any CPU.Build.0 = Release|Any CPU
{F2AF17B1-2B3A-4B2C-9B40-4A56005CD73B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2AF17B1-2B3A-4B2C-9B40-4A56005CD73B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2AF17B1-2B3A-4B2C-9B40-4A56005CD73B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2AF17B1-2B3A-4B2C-9B40-4A56005CD73B}.Release|Any CPU.Build.0 = Release|Any CPU
{E4801781-19F9-4AD1-850F-DC45D5C39C3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4801781-19F9-4AD1-850F-DC45D5C39C3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4801781-19F9-4AD1-850F-DC45D5C39C3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4801781-19F9-4AD1-850F-DC45D5C39C3D}.Release|Any CPU.Build.0 = Release|Any CPU
{7CB5F22F-B15F-43A0-BA8D-A364E123CAC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB5F22F-B15F-43A0-BA8D-A364E123CAC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB5F22F-B15F-43A0-BA8D-A364E123CAC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB5F22F-B15F-43A0-BA8D-A364E123CAC5}.Release|Any CPU.Build.0 = Release|Any CPU
{38480E77-B186-4696-8506-7FB802111972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38480E77-B186-4696-8506-7FB802111972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38480E77-B186-4696-8506-7FB802111972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38480E77-B186-4696-8506-7FB802111972}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal