-
Notifications
You must be signed in to change notification settings - Fork 2
/
de-institutions-api.sln
43 lines (43 loc) · 2.67 KB
/
de-institutions-api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "de-institutions-api", "de-institutions-api\de-institutions-api.csproj", "{97982E1C-E70D-4CF1-B14B-C4464D64ED56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "de-institutions-api-core", "de-institutions-api-core\de-institutions-api-core.csproj", "{F0AB0584-D7A3-4497-970F-659983B310FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "de-institutions-infrastructure", "de-institutions-infrastructure\de-institutions-infrastructure.csproj", "{98B37A75-4903-4977-B422-666110394910}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "de-institutions-api-unit-tests", "de-institutions-api-unit-tests\de-institutions-api-unit-tests.csproj", "{5E874FF5-B699-44C2-A012-C05769064637}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97982E1C-E70D-4CF1-B14B-C4464D64ED56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97982E1C-E70D-4CF1-B14B-C4464D64ED56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97982E1C-E70D-4CF1-B14B-C4464D64ED56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97982E1C-E70D-4CF1-B14B-C4464D64ED56}.Release|Any CPU.Build.0 = Release|Any CPU
{F0AB0584-D7A3-4497-970F-659983B310FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0AB0584-D7A3-4497-970F-659983B310FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0AB0584-D7A3-4497-970F-659983B310FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0AB0584-D7A3-4497-970F-659983B310FB}.Release|Any CPU.Build.0 = Release|Any CPU
{98B37A75-4903-4977-B422-666110394910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98B37A75-4903-4977-B422-666110394910}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98B37A75-4903-4977-B422-666110394910}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98B37A75-4903-4977-B422-666110394910}.Release|Any CPU.Build.0 = Release|Any CPU
{5E874FF5-B699-44C2-A012-C05769064637}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E874FF5-B699-44C2-A012-C05769064637}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E874FF5-B699-44C2-A012-C05769064637}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E874FF5-B699-44C2-A012-C05769064637}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAC060A3-B0D6-4225-ACB8-FD3E9D00E7FE}
EndGlobalSection
EndGlobal