This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLNDSecureCommunicator.sln
48 lines (48 loc) · 3.27 KB
/
LNDSecureCommunicator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LNDSecureCommunicator", "LNDSecureCommunicator\LNDSecureCommunicator.csproj", "{524BE265-B2FB-4135-8DBD-0E1F6B48CD06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LNDSecureCommunicator.ServiceInterface", "LNDSecureCommunicator.ServiceInterface\LNDSecureCommunicator.ServiceInterface.csproj", "{C9D12F72-57C9-4089-9B99-F4AC9CD8B311}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LNDSecureCommunicator.ServiceModel", "LNDSecureCommunicator.ServiceModel\LNDSecureCommunicator.ServiceModel.csproj", "{79E7EEDC-2AE1-4C2D-9066-B39871FFE9CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LNDSecureCommunicator.Tests", "LNDSecureCommunicator.Tests\LNDSecureCommunicator.Tests.csproj", "{F5490414-4AC2-44D2-955E-CFC50F71037A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LNDSecureCommunicator.CLI", "LNDSecureCommunicator.CLI\LNDSecureCommunicator.CLI.csproj", "{2A749A94-009D-41DD-A6EA-93E291AA35EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{524BE265-B2FB-4135-8DBD-0E1F6B48CD06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{524BE265-B2FB-4135-8DBD-0E1F6B48CD06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{524BE265-B2FB-4135-8DBD-0E1F6B48CD06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{524BE265-B2FB-4135-8DBD-0E1F6B48CD06}.Release|Any CPU.Build.0 = Release|Any CPU
{C9D12F72-57C9-4089-9B99-F4AC9CD8B311}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9D12F72-57C9-4089-9B99-F4AC9CD8B311}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9D12F72-57C9-4089-9B99-F4AC9CD8B311}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9D12F72-57C9-4089-9B99-F4AC9CD8B311}.Release|Any CPU.Build.0 = Release|Any CPU
{79E7EEDC-2AE1-4C2D-9066-B39871FFE9CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79E7EEDC-2AE1-4C2D-9066-B39871FFE9CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79E7EEDC-2AE1-4C2D-9066-B39871FFE9CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79E7EEDC-2AE1-4C2D-9066-B39871FFE9CF}.Release|Any CPU.Build.0 = Release|Any CPU
{F5490414-4AC2-44D2-955E-CFC50F71037A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5490414-4AC2-44D2-955E-CFC50F71037A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5490414-4AC2-44D2-955E-CFC50F71037A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5490414-4AC2-44D2-955E-CFC50F71037A}.Release|Any CPU.Build.0 = Release|Any CPU
{2A749A94-009D-41DD-A6EA-93E291AA35EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A749A94-009D-41DD-A6EA-93E291AA35EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A749A94-009D-41DD-A6EA-93E291AA35EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A749A94-009D-41DD-A6EA-93E291AA35EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02854F2A-8EF4-468E-80A3-CD64BBAF5D15}
EndGlobalSection
EndGlobal