-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIso20022Library.sln
More file actions
49 lines (49 loc) · 3.17 KB
/
Iso20022Library.sln
File metadata and controls
49 lines (49 loc) · 3.17 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
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iso20022Library.Application", "Iso20022Library.Application\Iso20022Library.Application.csproj", "{1E511924-A803-49C5-8E92-EDB5960A467E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iso20022Library.Domain", "Iso20022Library.Domain\Iso20022Library.Domain.csproj", "{41053E5B-9921-4864-A6B9-70E81CFA429F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iso20022Library.Infrastructure", "Iso20022Library.Infrastructure\Iso20022Library.Infrastructure.csproj", "{FCFDF5BD-3454-4E9C-8E45-52939A9E5071}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iso20022Library.Messages", "Iso20022Library.Messages\Iso20022Library.Messages.csproj", "{89B43E83-69CC-4572-8267-0228715DB234}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iso20022Library.Tests", "Iso20022Library.Tests\Iso20022Library.Tests.csproj", "{953B60A8-C54E-49C2-BD89-263869027098}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E511924-A803-49C5-8E92-EDB5960A467E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E511924-A803-49C5-8E92-EDB5960A467E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E511924-A803-49C5-8E92-EDB5960A467E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E511924-A803-49C5-8E92-EDB5960A467E}.Release|Any CPU.Build.0 = Release|Any CPU
{41053E5B-9921-4864-A6B9-70E81CFA429F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41053E5B-9921-4864-A6B9-70E81CFA429F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41053E5B-9921-4864-A6B9-70E81CFA429F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41053E5B-9921-4864-A6B9-70E81CFA429F}.Release|Any CPU.Build.0 = Release|Any CPU
{FCFDF5BD-3454-4E9C-8E45-52939A9E5071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCFDF5BD-3454-4E9C-8E45-52939A9E5071}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCFDF5BD-3454-4E9C-8E45-52939A9E5071}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCFDF5BD-3454-4E9C-8E45-52939A9E5071}.Release|Any CPU.Build.0 = Release|Any CPU
{89B43E83-69CC-4572-8267-0228715DB234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89B43E83-69CC-4572-8267-0228715DB234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89B43E83-69CC-4572-8267-0228715DB234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89B43E83-69CC-4572-8267-0228715DB234}.Release|Any CPU.Build.0 = Release|Any CPU
{953B60A8-C54E-49C2-BD89-263869027098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{953B60A8-C54E-49C2-BD89-263869027098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{953B60A8-C54E-49C2-BD89-263869027098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{953B60A8-C54E-49C2-BD89-263869027098}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFBC3057-EA01-4CAD-8A23-8AD973EDE0F7}
EndGlobalSection
EndGlobal