-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKryptor.sln
104 lines (104 loc) · 6.65 KB
/
Kryptor.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
96
97
98
99
100
101
102
103
104
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{47756D11-1FA0-4205-AD3C-97D2AD483197}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build.cake = build.cake
cake.config = cake.config
Directory.Build.props = Directory.Build.props
build\Library.props = build\Library.props
README.md = README.md
src\Kryptor\version.json = src\Kryptor\version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{793C7041-3D61-49BC-BBA9-E12DB7F0FA90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{22F4D049-045E-4BA0-9057-C7D5F64E834F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kryptor", "src\Kryptor\Kryptor.csproj", "{817ECFA3-79B1-4379-BEE9-B09B60045B63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kryptor.Tests", "test\Kryptor.Tests\Kryptor.Tests.csproj", "{9B337B57-F43F-47C4-917B-D2BCBD1E4489}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kryptor.InteractiveTests", "test\Kryptor.InteractiveTests\Kryptor.InteractiveTests.csproj", "{79468BDB-C5D5-445F-9F7A-25D007D5419F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kryptor.Client", "src\Kryptor.Client\Kryptor.Client.csproj", "{BDAFCA50-4250-4050-9F15-EDF9993B56C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kryptor.Cli", "src\Kryptor.Cli\Kryptor.Cli.csproj", "{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Indexer|Any CPU = Indexer|Any CPU
Light|Any CPU = Light|Any CPU
Nuget|Any CPU = Nuget|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Indexer|Any CPU.ActiveCfg = Indexer|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Indexer|Any CPU.Build.0 = Indexer|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Light|Any CPU.ActiveCfg = Light|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Light|Any CPU.Build.0 = Light|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Nuget|Any CPU.ActiveCfg = Nuget|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Nuget|Any CPU.Build.0 = Nuget|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817ECFA3-79B1-4379-BEE9-B09B60045B63}.Release|Any CPU.Build.0 = Release|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Indexer|Any CPU.ActiveCfg = Indexer|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Indexer|Any CPU.Build.0 = Indexer|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Light|Any CPU.ActiveCfg = Light|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Light|Any CPU.Build.0 = Light|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Nuget|Any CPU.ActiveCfg = Nuget|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Nuget|Any CPU.Build.0 = Nuget|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B337B57-F43F-47C4-917B-D2BCBD1E4489}.Release|Any CPU.Build.0 = Release|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Indexer|Any CPU.ActiveCfg = Indexer|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Indexer|Any CPU.Build.0 = Indexer|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Light|Any CPU.ActiveCfg = Light|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Light|Any CPU.Build.0 = Light|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Nuget|Any CPU.ActiveCfg = Nuget|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Nuget|Any CPU.Build.0 = Nuget|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79468BDB-C5D5-445F-9F7A-25D007D5419F}.Release|Any CPU.Build.0 = Release|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Indexer|Any CPU.ActiveCfg = Indexer|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Indexer|Any CPU.Build.0 = Indexer|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Light|Any CPU.ActiveCfg = Light|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Light|Any CPU.Build.0 = Light|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Nuget|Any CPU.ActiveCfg = Nuget|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Nuget|Any CPU.Build.0 = Nuget|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDAFCA50-4250-4050-9F15-EDF9993B56C8}.Release|Any CPU.Build.0 = Release|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Indexer|Any CPU.ActiveCfg = Indexer|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Indexer|Any CPU.Build.0 = Indexer|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Light|Any CPU.ActiveCfg = Light|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Light|Any CPU.Build.0 = Light|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Nuget|Any CPU.ActiveCfg = Nuget|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Nuget|Any CPU.Build.0 = Nuget|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{817ECFA3-79B1-4379-BEE9-B09B60045B63} = {793C7041-3D61-49BC-BBA9-E12DB7F0FA90}
{9B337B57-F43F-47C4-917B-D2BCBD1E4489} = {22F4D049-045E-4BA0-9057-C7D5F64E834F}
{79468BDB-C5D5-445F-9F7A-25D007D5419F} = {22F4D049-045E-4BA0-9057-C7D5F64E834F}
{BDAFCA50-4250-4050-9F15-EDF9993B56C8} = {793C7041-3D61-49BC-BBA9-E12DB7F0FA90}
{F0F1A656-F53E-4D3E-9009-F0EE3483F54C} = {793C7041-3D61-49BC-BBA9-E12DB7F0FA90}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DE0E079-B516-4ABC-ABF6-328E87BFC3E5}
EndGlobalSection
EndGlobal