This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CryptoDrive.sln
60 lines (60 loc) · 3.52 KB
/
CryptoDrive.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoDrive", "src\CryptoDrive\CryptoDrive.csproj", "{05EECE29-EEE9-4F06-A90C-B2BC3B8496C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E6B06AFB-F7EB-4F26-96D3-BAE8D3B119D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0FB64224-F65B-4F64-A4D7-ECF5630634D8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{18ACA352-66AA-425D-A06C-DD720F4F52CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoDrive.Core.Tests", "tests\CryptoDrive.Core.Tests\CryptoDrive.Core.Tests.csproj", "{CAE3313C-3F97-4F40-8D1B-F85DB975A98A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoDrive.Core", "src\CryptoDrive.Core\CryptoDrive.Core.csproj", "{ECC1AA79-AFDA-4F16-8345-DFCCAF83EA85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoDrive.Tests", "tests\CryptoDrive.Tests\CryptoDrive.Tests.csproj", "{E78C6C62-E511-4418-A433-DCC673778D2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05EECE29-EEE9-4F06-A90C-B2BC3B8496C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05EECE29-EEE9-4F06-A90C-B2BC3B8496C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05EECE29-EEE9-4F06-A90C-B2BC3B8496C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05EECE29-EEE9-4F06-A90C-B2BC3B8496C6}.Release|Any CPU.Build.0 = Release|Any CPU
{CAE3313C-3F97-4F40-8D1B-F85DB975A98A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAE3313C-3F97-4F40-8D1B-F85DB975A98A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAE3313C-3F97-4F40-8D1B-F85DB975A98A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAE3313C-3F97-4F40-8D1B-F85DB975A98A}.Release|Any CPU.Build.0 = Release|Any CPU
{ECC1AA79-AFDA-4F16-8345-DFCCAF83EA85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECC1AA79-AFDA-4F16-8345-DFCCAF83EA85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECC1AA79-AFDA-4F16-8345-DFCCAF83EA85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECC1AA79-AFDA-4F16-8345-DFCCAF83EA85}.Release|Any CPU.Build.0 = Release|Any CPU
{E78C6C62-E511-4418-A433-DCC673778D2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E78C6C62-E511-4418-A433-DCC673778D2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E78C6C62-E511-4418-A433-DCC673778D2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E78C6C62-E511-4418-A433-DCC673778D2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{05EECE29-EEE9-4F06-A90C-B2BC3B8496C6} = {E6B06AFB-F7EB-4F26-96D3-BAE8D3B119D9}
{CAE3313C-3F97-4F40-8D1B-F85DB975A98A} = {18ACA352-66AA-425D-A06C-DD720F4F52CC}
{ECC1AA79-AFDA-4F16-8345-DFCCAF83EA85} = {E6B06AFB-F7EB-4F26-96D3-BAE8D3B119D9}
{E78C6C62-E511-4418-A433-DCC673778D2A} = {18ACA352-66AA-425D-A06C-DD720F4F52CC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B31BA0D-D1D7-41A6-844A-D7830DFFCFB8}
EndGlobalSection
EndGlobal