-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClassicalCryptographyInterfaces.sln
95 lines (95 loc) · 5.59 KB
/
ClassicalCryptographyInterfaces.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassicalCryptographyInterfaces", "ClassicalCryptographyInterfaces\ClassicalCryptographyInterfaces.csproj", "{0AE3EA8F-E534-47E6-A083-466B7246D59C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassicalCryptography", "ClassicalCryptography\ClassicalCryptography.csproj", "{5BEEF66B-F94C-46F8-911F-F7C8E01817F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassicalCryptographyTest", "ClassicalCryptographyTest\ClassicalCryptographyTest.csproj", "{FBAD6489-71AF-4131-BE03-E186BC992213}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{A8E389F4-51B0-44DF-8F07-34B2D39AAD6A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{308545D3-2894-4DB2-8816-9D276E090E26}"
ProjectSection(SolutionItems) = preProject
Images\ArnoldCatMap.png = Images\ArnoldCatMap.png
Images\ColorfulBarcode.png = Images\ColorfulBarcode.png
Images\ColorfulBarcodeSixColor.png = Images\ColorfulBarcodeSixColor.png
Images\HilbertCurve.png = Images\HilbertCurve.png
Images\JigsawCipher.png = Images\JigsawCipher.png
Images\MoirePattern.png = Images\MoirePattern.png
Images\MoirePatternEmbedded.png = Images\MoirePatternEmbedded.png
Images\MoirePatternEmbeddedFilled.png = Images\MoirePatternEmbeddedFilled.png
Images\MoirePatternFilled.png = Images\MoirePatternFilled.png
Images\MoirePatternRemoved.png = Images\MoirePatternRemoved.png
Images\Pattens.png = Images\Pattens.png
Images\PigpenCipher1.png = Images\PigpenCipher1.png
Images\PigpenCipher2.png = Images\PigpenCipher2.png
Images\Semaphores.png = Images\Semaphores.png
Images\WeaveCipher.png = Images\WeaveCipher.png
Images\WeaveCipherExtend.png = Images\WeaveCipherExtend.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sound", "Sound", "{FEA6D162-F3AB-4599-9E5A-EA257D05F565}"
ProjectSection(SolutionItems) = preProject
Sound\MorseMoonlight.mid = Sound\MorseMoonlight.mid
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pattens", "Pattens", "{28B40FDC-3440-4EB1-A9C4-E77F33A35D6C}"
ProjectSection(SolutionItems) = preProject
Images\Pattens\5826912_0.png = Images\Pattens\5826912_0.png
Images\Pattens\5826912_1.png = Images\Pattens\5826912_1.png
Images\Pattens\5826912_2.png = Images\Pattens\5826912_2.png
Images\Pattens\5826912_3.png = Images\Pattens\5826912_3.png
Images\Pattens\5826912_4.png = Images\Pattens\5826912_4.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MidiLibrary", "MidiLibrary\MidiLibrary.csproj", "{9D082E1B-6F43-4C74-A969-1ADD3CBC2BBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChineseStrokeCode", "ChineseStrokeCode\ChineseStrokeCode.csproj", "{EC180219-6493-430F-9E21-CFDFBDB824D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AE3EA8F-E534-47E6-A083-466B7246D59C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AE3EA8F-E534-47E6-A083-466B7246D59C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AE3EA8F-E534-47E6-A083-466B7246D59C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AE3EA8F-E534-47E6-A083-466B7246D59C}.Release|Any CPU.Build.0 = Release|Any CPU
{5BEEF66B-F94C-46F8-911F-F7C8E01817F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BEEF66B-F94C-46F8-911F-F7C8E01817F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BEEF66B-F94C-46F8-911F-F7C8E01817F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BEEF66B-F94C-46F8-911F-F7C8E01817F5}.Release|Any CPU.Build.0 = Release|Any CPU
{FBAD6489-71AF-4131-BE03-E186BC992213}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBAD6489-71AF-4131-BE03-E186BC992213}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBAD6489-71AF-4131-BE03-E186BC992213}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBAD6489-71AF-4131-BE03-E186BC992213}.Release|Any CPU.Build.0 = Release|Any CPU
{9D082E1B-6F43-4C74-A969-1ADD3CBC2BBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D082E1B-6F43-4C74-A969-1ADD3CBC2BBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D082E1B-6F43-4C74-A969-1ADD3CBC2BBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D082E1B-6F43-4C74-A969-1ADD3CBC2BBC}.Release|Any CPU.Build.0 = Release|Any CPU
{EC180219-6493-430F-9E21-CFDFBDB824D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC180219-6493-430F-9E21-CFDFBDB824D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC180219-6493-430F-9E21-CFDFBDB824D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC180219-6493-430F-9E21-CFDFBDB824D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{308545D3-2894-4DB2-8816-9D276E090E26} = {A8E389F4-51B0-44DF-8F07-34B2D39AAD6A}
{FEA6D162-F3AB-4599-9E5A-EA257D05F565} = {A8E389F4-51B0-44DF-8F07-34B2D39AAD6A}
{28B40FDC-3440-4EB1-A9C4-E77F33A35D6C} = {308545D3-2894-4DB2-8816-9D276E090E26}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FC7EF75-96A0-4D3C-9095-EB8B19DE7BDC}
EndGlobalSection
EndGlobal