-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAltinn.Notifications.Email.sln
49 lines (49 loc) · 3.33 KB
/
Altinn.Notifications.Email.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Notifications.Email", "src\Altinn.Notifications.Email\Altinn.Notifications.Email.csproj", "{560E000A-D3C6-4B73-8893-1E87498A3D19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Notifications.Email.Core", "src\Altinn.Notifications.Email.Core\Altinn.Notifications.Email.Core.csproj", "{8823A1D7-BFA1-40EC-B9D5-C1032FD7133F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Notifications.Email.Integrations", "src\Altinn.Notifications.Email.Integrations\Altinn.Notifications.Email.Integrations.csproj", "{5D57ECC2-4931-4852-B501-2F2B6DADE6EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Notifications.Email.Tests", "test\Altinn.Notifications.Email.Tests\Altinn.Notifications.Email.Tests.csproj", "{82304ABF-A556-4599-BBE0-713A06C073BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Notifications.Email.IntegrationTests", "test\Altinn.Notifications.Email.IntegrationTests\Altinn.Notifications.Email.IntegrationTests.csproj", "{B44965DA-892E-4AC3-A44C-D60A613004F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{560E000A-D3C6-4B73-8893-1E87498A3D19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{560E000A-D3C6-4B73-8893-1E87498A3D19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{560E000A-D3C6-4B73-8893-1E87498A3D19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{560E000A-D3C6-4B73-8893-1E87498A3D19}.Release|Any CPU.Build.0 = Release|Any CPU
{8823A1D7-BFA1-40EC-B9D5-C1032FD7133F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8823A1D7-BFA1-40EC-B9D5-C1032FD7133F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8823A1D7-BFA1-40EC-B9D5-C1032FD7133F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8823A1D7-BFA1-40EC-B9D5-C1032FD7133F}.Release|Any CPU.Build.0 = Release|Any CPU
{5D57ECC2-4931-4852-B501-2F2B6DADE6EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D57ECC2-4931-4852-B501-2F2B6DADE6EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D57ECC2-4931-4852-B501-2F2B6DADE6EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D57ECC2-4931-4852-B501-2F2B6DADE6EF}.Release|Any CPU.Build.0 = Release|Any CPU
{82304ABF-A556-4599-BBE0-713A06C073BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82304ABF-A556-4599-BBE0-713A06C073BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82304ABF-A556-4599-BBE0-713A06C073BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82304ABF-A556-4599-BBE0-713A06C073BB}.Release|Any CPU.Build.0 = Release|Any CPU
{B44965DA-892E-4AC3-A44C-D60A613004F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B44965DA-892E-4AC3-A44C-D60A613004F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B44965DA-892E-4AC3-A44C-D60A613004F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B44965DA-892E-4AC3-A44C-D60A613004F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33D1564F-DB99-4552-9CE1-EAEC1AF4D811}
EndGlobalSection
EndGlobal