-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkryptera.sln
42 lines (42 loc) · 2.29 KB
/
kryptera.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kryptera.Tools", "src\Kryptera.Tools\Kryptera.Tools.csproj", "{7A3A3CE9-0F53-4CA7-BBD9-FFE63ECB3A64}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{730BE3AF-871D-4F7B-A5DB-B46D01A5BBA9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kryptera.Tools.Tests", "tests\Kryptera.Tools.Tests\Kryptera.Tools.Tests.csproj", "{7B216500-A738-43CB-8A0F-94BBF04E104C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kryptera", "src\Kryptera\Kryptera.csproj", "{D854EC6F-2BF8-4D38-80F9-FF729A5715A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A3A3CE9-0F53-4CA7-BBD9-FFE63ECB3A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A3A3CE9-0F53-4CA7-BBD9-FFE63ECB3A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A3A3CE9-0F53-4CA7-BBD9-FFE63ECB3A64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A3A3CE9-0F53-4CA7-BBD9-FFE63ECB3A64}.Release|Any CPU.Build.0 = Release|Any CPU
{7B216500-A738-43CB-8A0F-94BBF04E104C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B216500-A738-43CB-8A0F-94BBF04E104C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B216500-A738-43CB-8A0F-94BBF04E104C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B216500-A738-43CB-8A0F-94BBF04E104C}.Release|Any CPU.Build.0 = Release|Any CPU
{D854EC6F-2BF8-4D38-80F9-FF729A5715A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D854EC6F-2BF8-4D38-80F9-FF729A5715A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D854EC6F-2BF8-4D38-80F9-FF729A5715A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D854EC6F-2BF8-4D38-80F9-FF729A5715A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2AF9F7A-452F-484F-9812-2CA2C0461DA3}
EndGlobalSection
EndGlobal