-
Notifications
You must be signed in to change notification settings - Fork 1
/
Altinn.Correspondence.sln
66 lines (66 loc) · 4.57 KB
/
Altinn.Correspondence.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
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Correspondence.Core", "src\Altinn.Correspondence.Core\Altinn.Correspondence.Core.csproj", "{28B9820A-981B-4AED-BA75-B43D9BEFCFF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Correspondence.API", "src\Altinn.Correspondence.API\Altinn.Correspondence.API.csproj", "{F7FC66C9-8BA5-4E3F-913B-0624CDE9C65A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Correspondence.Persistence", "src\Altinn.Correspondence.Persistence\Altinn.Correspondence.Persistence.csproj", "{D139FEEB-DAC3-4874-9608-CF8801F1C0C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Correspondence.Application", "src\Altinn.Correspondence.Application\Altinn.Correspondence.Application.csproj", "{820A2274-CE87-40D5-B173-CCBC3E805D9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{DC791FEF-108F-4773-8B84-56986CB90767}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Correspondence.Tests", "Test\Altinn.Correspondence.Tests\Altinn.Correspondence.Tests.csproj", "{D78A36B1-D457-4FF7-B01E-82A0C3C64EDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Correspondence.Integrations", "src\Altinn.Correspondence.Integrations\Altinn.Correspondence.Integrations.csproj", "{5C88BAAD-CF82-4D7A-8FB6-879605EF4E03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Correspondence.Common", "src\Altinn.Correspondence.Common\Altinn.Correspondence.Common.csproj", "{AC3CF570-F9E1-4616-A56B-FF94C89CBC0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28B9820A-981B-4AED-BA75-B43D9BEFCFF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28B9820A-981B-4AED-BA75-B43D9BEFCFF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28B9820A-981B-4AED-BA75-B43D9BEFCFF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28B9820A-981B-4AED-BA75-B43D9BEFCFF9}.Release|Any CPU.Build.0 = Release|Any CPU
{F7FC66C9-8BA5-4E3F-913B-0624CDE9C65A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7FC66C9-8BA5-4E3F-913B-0624CDE9C65A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7FC66C9-8BA5-4E3F-913B-0624CDE9C65A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7FC66C9-8BA5-4E3F-913B-0624CDE9C65A}.Release|Any CPU.Build.0 = Release|Any CPU
{D139FEEB-DAC3-4874-9608-CF8801F1C0C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D139FEEB-DAC3-4874-9608-CF8801F1C0C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D139FEEB-DAC3-4874-9608-CF8801F1C0C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D139FEEB-DAC3-4874-9608-CF8801F1C0C2}.Release|Any CPU.Build.0 = Release|Any CPU
{820A2274-CE87-40D5-B173-CCBC3E805D9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{820A2274-CE87-40D5-B173-CCBC3E805D9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{820A2274-CE87-40D5-B173-CCBC3E805D9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{820A2274-CE87-40D5-B173-CCBC3E805D9C}.Release|Any CPU.Build.0 = Release|Any CPU
{D78A36B1-D457-4FF7-B01E-82A0C3C64EDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D78A36B1-D457-4FF7-B01E-82A0C3C64EDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D78A36B1-D457-4FF7-B01E-82A0C3C64EDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D78A36B1-D457-4FF7-B01E-82A0C3C64EDC}.Release|Any CPU.Build.0 = Release|Any CPU
{5C88BAAD-CF82-4D7A-8FB6-879605EF4E03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C88BAAD-CF82-4D7A-8FB6-879605EF4E03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C88BAAD-CF82-4D7A-8FB6-879605EF4E03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C88BAAD-CF82-4D7A-8FB6-879605EF4E03}.Release|Any CPU.Build.0 = Release|Any CPU
{AC3CF570-F9E1-4616-A56B-FF94C89CBC0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC3CF570-F9E1-4616-A56B-FF94C89CBC0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC3CF570-F9E1-4616-A56B-FF94C89CBC0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC3CF570-F9E1-4616-A56B-FF94C89CBC0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D78A36B1-D457-4FF7-B01E-82A0C3C64EDC} = {DC791FEF-108F-4773-8B84-56986CB90767}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3508DF12-D3DE-4956-ABAB-31D7321B72C7}
EndGlobalSection
EndGlobal