-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFMI.Gateways.sln
48 lines (48 loc) · 2.8 KB
/
FMI.Gateways.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 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{430A7F2F-3954-4C82-8311-1844B7C28E08}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FMI.Gateways.API", "FMI.Gateways.API\FMI.Gateways.API.csproj", "{7AD5448B-5DE4-4B6E-9DED-2FCE4A945C8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FMI.Gateways.Data", "FMI.Gateways.Data\FMI.Gateways.Data.csproj", "{EAADD49E-EB9B-4E00-8822-DCC4EC1DE234}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FMI.Gateways.Services", "FMI.Gateways.Services\FMI.Gateways.Services.csproj", "{E783221E-840E-4F68-A6B7-A4F496B5EE29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FMI.Gateways.Tests", "FMI.Gateways.Tests\FMI.Gateways.Tests.csproj", "{CEC3CC5F-0537-464C-BAA9-26BFD555773D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7AD5448B-5DE4-4B6E-9DED-2FCE4A945C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AD5448B-5DE4-4B6E-9DED-2FCE4A945C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AD5448B-5DE4-4B6E-9DED-2FCE4A945C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AD5448B-5DE4-4B6E-9DED-2FCE4A945C8A}.Release|Any CPU.Build.0 = Release|Any CPU
{EAADD49E-EB9B-4E00-8822-DCC4EC1DE234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAADD49E-EB9B-4E00-8822-DCC4EC1DE234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAADD49E-EB9B-4E00-8822-DCC4EC1DE234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAADD49E-EB9B-4E00-8822-DCC4EC1DE234}.Release|Any CPU.Build.0 = Release|Any CPU
{E783221E-840E-4F68-A6B7-A4F496B5EE29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E783221E-840E-4F68-A6B7-A4F496B5EE29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E783221E-840E-4F68-A6B7-A4F496B5EE29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E783221E-840E-4F68-A6B7-A4F496B5EE29}.Release|Any CPU.Build.0 = Release|Any CPU
{CEC3CC5F-0537-464C-BAA9-26BFD555773D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEC3CC5F-0537-464C-BAA9-26BFD555773D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEC3CC5F-0537-464C-BAA9-26BFD555773D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEC3CC5F-0537-464C-BAA9-26BFD555773D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0CD5A45-377B-4728-BE4A-B8E694EEC0F3}
EndGlobalSection
EndGlobal