-
Notifications
You must be signed in to change notification settings - Fork 1
/
Criipto.Signatures.sln
40 lines (40 loc) · 2.62 KB
/
Criipto.Signatures.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Criipto.Signatures", "Criipto.Signatures\Criipto.Signatures.csproj", "{8071C7FF-0525-441E-9238-8B8500F9768A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Criipto.Signatures.UnitTests", "Criipto.Signatures.UnitTests\Criipto.Signatures.UnitTests.csproj", "{C980C709-AC0A-4171-A1B8-F76469DD8059}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Criipto.Signatures.IntegrationTests", "Criipto.Signatures.IntegrationTests\Criipto.Signatures.IntegrationTests.csproj", "{6C0AB26B-8CF3-46F6-9509-3B3BE6BE47C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Criipto.Signatures.ConsoleExample", "Criipto.Signatures.ConsoleExample\Criipto.Signatures.ConsoleExample.csproj", "{486D0F2E-F20E-4C18-A7AD-800B353EADE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8071C7FF-0525-441E-9238-8B8500F9768A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8071C7FF-0525-441E-9238-8B8500F9768A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8071C7FF-0525-441E-9238-8B8500F9768A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8071C7FF-0525-441E-9238-8B8500F9768A}.Release|Any CPU.Build.0 = Release|Any CPU
{C980C709-AC0A-4171-A1B8-F76469DD8059}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C980C709-AC0A-4171-A1B8-F76469DD8059}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C980C709-AC0A-4171-A1B8-F76469DD8059}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C980C709-AC0A-4171-A1B8-F76469DD8059}.Release|Any CPU.Build.0 = Release|Any CPU
{6C0AB26B-8CF3-46F6-9509-3B3BE6BE47C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C0AB26B-8CF3-46F6-9509-3B3BE6BE47C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C0AB26B-8CF3-46F6-9509-3B3BE6BE47C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C0AB26B-8CF3-46F6-9509-3B3BE6BE47C9}.Release|Any CPU.Build.0 = Release|Any CPU
{486D0F2E-F20E-4C18-A7AD-800B353EADE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{486D0F2E-F20E-4C18-A7AD-800B353EADE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{486D0F2E-F20E-4C18-A7AD-800B353EADE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{486D0F2E-F20E-4C18-A7AD-800B353EADE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal