-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecureSend.sln
61 lines (60 loc) · 4.11 KB
/
SecureSend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureSend", "SecureSend\SecureSend.csproj", "{EB9A5562-34AB-4CAB-B488-5E68C4218270}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureSend.Domain", "SecureSend.Domain\SecureSend.Domain.csproj", "{F0487577-AF18-46AC-9478-DBA2498F2308}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureSend.Application", "SecureSend.Application\SecureSend.Application.csproj", "{B5B5EA9A-8A59-4493-A64B-E9894266B6BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureSend.Infrastructure", "SecureSend.Infrastructure\SecureSend.Infrastructure.csproj", "{9E79BF8F-C9D8-4E0A-995C-AE5D4B0DEACD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureSend.SqlServerMigrations", "SecureSend.SqlServerMigrations\SecureSend.SqlServerMigrations.csproj", "{39CE0185-967A-45CD-8083-FEE3E69BC907}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureSend.PostgresMigrations", "SecureSend.PostgresMigrations\SecureSend.PostgresMigrations.csproj", "{EBF94ECB-C3A4-4F80-8F34-31F8A82B1E81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureSend.Test", "SecureSend.Test\SecureSend.Test.csproj", "{B83D3323-5B39-486B-9D5A-18F03D830F3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB9A5562-34AB-4CAB-B488-5E68C4218270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB9A5562-34AB-4CAB-B488-5E68C4218270}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB9A5562-34AB-4CAB-B488-5E68C4218270}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB9A5562-34AB-4CAB-B488-5E68C4218270}.Release|Any CPU.Build.0 = Release|Any CPU
{F0487577-AF18-46AC-9478-DBA2498F2308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0487577-AF18-46AC-9478-DBA2498F2308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0487577-AF18-46AC-9478-DBA2498F2308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0487577-AF18-46AC-9478-DBA2498F2308}.Release|Any CPU.Build.0 = Release|Any CPU
{B5B5EA9A-8A59-4493-A64B-E9894266B6BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B5EA9A-8A59-4493-A64B-E9894266B6BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B5EA9A-8A59-4493-A64B-E9894266B6BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B5EA9A-8A59-4493-A64B-E9894266B6BA}.Release|Any CPU.Build.0 = Release|Any CPU
{9E79BF8F-C9D8-4E0A-995C-AE5D4B0DEACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E79BF8F-C9D8-4E0A-995C-AE5D4B0DEACD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E79BF8F-C9D8-4E0A-995C-AE5D4B0DEACD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E79BF8F-C9D8-4E0A-995C-AE5D4B0DEACD}.Release|Any CPU.Build.0 = Release|Any CPU
{39CE0185-967A-45CD-8083-FEE3E69BC907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39CE0185-967A-45CD-8083-FEE3E69BC907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39CE0185-967A-45CD-8083-FEE3E69BC907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39CE0185-967A-45CD-8083-FEE3E69BC907}.Release|Any CPU.Build.0 = Release|Any CPU
{EBF94ECB-C3A4-4F80-8F34-31F8A82B1E81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBF94ECB-C3A4-4F80-8F34-31F8A82B1E81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBF94ECB-C3A4-4F80-8F34-31F8A82B1E81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBF94ECB-C3A4-4F80-8F34-31F8A82B1E81}.Release|Any CPU.Build.0 = Release|Any CPU
{B83D3323-5B39-486B-9D5A-18F03D830F3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B83D3323-5B39-486B-9D5A-18F03D830F3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B83D3323-5B39-486B-9D5A-18F03D830F3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B83D3323-5B39-486B-9D5A-18F03D830F3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56DCAE5E-C10B-4F64-A393-7358C14F7813}
EndGlobalSection
EndGlobal