@@ -3,39 +3,27 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.8.34322.80
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DialogportenAdapter" , "src\DialogportenAdapter\DialogportenAdapter.csproj" , "{B1D4ADAD-3176-4C3E-A0D2-E313792587CA}"
7
- EndProject
8
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{530DD6C7-2F29-4B27-9FEE-0F2612F5391B}"
9
7
Project Section (SolutionItems ) = preProject
10
8
docker -compose .yml = docker -compose .yml
11
9
EndProject Section
12
10
EndProject
13
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DialogportenAdapter.Interface" , "src\DialogportenAdapter.Interface\DialogportenAdapter.Interface.csproj" , "{62EFCB3C-3C4D-418B-A4DD-DC1011AF8469}"
14
- EndProject
15
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Altinn.DialogportenAdapter.UnitTest" , "test\UnitTest\Altinn.DialogportenAdapter.UnitTest.csproj" , "{097FDDA8-CBDE-4C68-92C1-DBD9A36FD6D8}"
16
- EndProject
17
11
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Altinn.DialogportenAdapter.WebApi" , "src\Altinn.DialogportenAdapter.WebApi\Altinn.DialogportenAdapter.WebApi.csproj" , "{3FB848BE-8FD5-4DA2-BC83-EE7CBA8359E3}"
18
12
EndProject
19
13
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Altinn.DialogportenAdapter.EventSimulator" , "src\Altinn.DialogportenAdapter.EventSimulator\Altinn.DialogportenAdapter.EventSimulator.csproj" , "{330DB9CD-6B16-4138-836C-51383653264B}"
20
14
EndProject
15
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{A44EA8A5-0709-4630-A781-E3E7F757F129}"
16
+ EndProject
17
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{A7008E07-41BC-4D6B-8CD6-FF875D655392}"
18
+ EndProject
19
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Altinn.DialogportenAdapter.Unit.Tests" , "tests\Altinn.DialogportenAdapter.Unit.Tests\Altinn.DialogportenAdapter.Unit.Tests.csproj" , "{B901DA9F-91C7-4AA1-A21E-82A80C4EE59E}"
20
+ EndProject
21
21
Global
22
22
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
23
23
Debug| Any CPU = Debug| Any CPU
24
24
Release| Any CPU = Release| Any CPU
25
25
EndGlobalSection
26
26
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
27
- {B1D4ADAD-3176-4C3E-A0D2-E313792587CA} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
28
- {B1D4ADAD-3176-4C3E-A0D2-E313792587CA} .Debug| Any CPU .Build .0 = Debug| Any CPU
29
- {B1D4ADAD-3176-4C3E-A0D2-E313792587CA} .Release| Any CPU .ActiveCfg = Release| Any CPU
30
- {B1D4ADAD-3176-4C3E-A0D2-E313792587CA} .Release| Any CPU .Build .0 = Release| Any CPU
31
- {62EFCB3C-3C4D-418B-A4DD-DC1011AF8469} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
32
- {62EFCB3C-3C4D-418B-A4DD-DC1011AF8469} .Debug| Any CPU .Build .0 = Debug| Any CPU
33
- {62EFCB3C-3C4D-418B-A4DD-DC1011AF8469} .Release| Any CPU .ActiveCfg = Release| Any CPU
34
- {62EFCB3C-3C4D-418B-A4DD-DC1011AF8469} .Release| Any CPU .Build .0 = Release| Any CPU
35
- {097FDDA8-CBDE-4C68-92C1-DBD9A36FD6D8} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
36
- {097FDDA8-CBDE-4C68-92C1-DBD9A36FD6D8} .Debug| Any CPU .Build .0 = Debug| Any CPU
37
- {097FDDA8-CBDE-4C68-92C1-DBD9A36FD6D8} .Release| Any CPU .ActiveCfg = Release| Any CPU
38
- {097FDDA8-CBDE-4C68-92C1-DBD9A36FD6D8} .Release| Any CPU .Build .0 = Release| Any CPU
39
27
{3FB848BE-8FD5-4DA2-BC83-EE7CBA8359E3} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
40
28
{3FB848BE-8FD5-4DA2-BC83-EE7CBA8359E3} .Debug| Any CPU .Build .0 = Debug| Any CPU
41
29
{3FB848BE-8FD5-4DA2-BC83-EE7CBA8359E3} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -44,8 +32,17 @@ Global
44
32
{330DB9CD-6B16-4138-836C-51383653264B} .Debug| Any CPU .Build .0 = Debug| Any CPU
45
33
{330DB9CD-6B16-4138-836C-51383653264B} .Release| Any CPU .ActiveCfg = Release| Any CPU
46
34
{330DB9CD-6B16-4138-836C-51383653264B} .Release| Any CPU .Build .0 = Release| Any CPU
35
+ {B901DA9F-91C7-4AA1-A21E-82A80C4EE59E} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
36
+ {B901DA9F-91C7-4AA1-A21E-82A80C4EE59E} .Debug| Any CPU .Build .0 = Debug| Any CPU
37
+ {B901DA9F-91C7-4AA1-A21E-82A80C4EE59E} .Release| Any CPU .ActiveCfg = Release| Any CPU
38
+ {B901DA9F-91C7-4AA1-A21E-82A80C4EE59E} .Release| Any CPU .Build .0 = Release| Any CPU
47
39
EndGlobalSection
48
40
GlobalSection (SolutionProperties ) = preSolution
49
41
HideSolutionNode = FALSE
50
42
EndGlobalSection
43
+ GlobalSection (NestedProjects ) = preSolution
44
+ {330DB9CD-6B16-4138-836C-51383653264B} = {A44EA8A5-0709-4630-A781-E3E7F757F129}
45
+ {3FB848BE-8FD5-4DA2-BC83-EE7CBA8359E3} = {A44EA8A5-0709-4630-A781-E3E7F757F129}
46
+ {B901DA9F-91C7-4AA1-A21E-82A80C4EE59E} = {A7008E07-41BC-4D6B-8CD6-FF875D655392}
47
+ EndGlobalSection
51
48
EndGlobal
0 commit comments