forked from frank-olthuijsen/fhir-nuts-devdays
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirely-Server-Nuts.sln
More file actions
42 lines (42 loc) · 2.3 KB
/
Firely-Server-Nuts.sln
File metadata and controls
42 lines (42 loc) · 2.3 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuts.Plugin", "Nuts.Plugin\Nuts.Plugin.csproj", "{DF335276-810D-4474-A096-2580181F414F}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{1CD1C387-DEAE-430B-92FE-49786ED5F40B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{AEA2D0B4-CADE-4077-8887-001A59AB29AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NutsClientTests", "test\NutsClientTests\NutsClientTests.csproj", "{A686B6D4-C32F-426D-B913-3D4ED4C1BB60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF335276-810D-4474-A096-2580181F414F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF335276-810D-4474-A096-2580181F414F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF335276-810D-4474-A096-2580181F414F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF335276-810D-4474-A096-2580181F414F}.Release|Any CPU.Build.0 = Release|Any CPU
{1CD1C387-DEAE-430B-92FE-49786ED5F40B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CD1C387-DEAE-430B-92FE-49786ED5F40B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CD1C387-DEAE-430B-92FE-49786ED5F40B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CD1C387-DEAE-430B-92FE-49786ED5F40B}.Release|Any CPU.Build.0 = Release|Any CPU
{A686B6D4-C32F-426D-B913-3D4ED4C1BB60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A686B6D4-C32F-426D-B913-3D4ED4C1BB60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A686B6D4-C32F-426D-B913-3D4ED4C1BB60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A686B6D4-C32F-426D-B913-3D4ED4C1BB60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A686B6D4-C32F-426D-B913-3D4ED4C1BB60} = {AEA2D0B4-CADE-4077-8887-001A59AB29AE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5D297C3-FB89-44B5-B43D-24E120AFF77C}
EndGlobalSection
EndGlobal