-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathesco.reference.data.sln
More file actions
48 lines (48 loc) · 2.82 KB
/
Copy pathesco.reference.data.sln
File metadata and controls
48 lines (48 loc) · 2.82 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "domain", "domain", "{9DDA73F9-B1D0-4C03-86A6-CEB850DAB623}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "services", "services", "{F3A62BAF-15EF-4715-B921-28CD1467F3F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "esco.reference.data.domain", "esco.reference.data.domain\esco.reference.data.domain.csproj", "{239B85CA-98B6-4FB9-8DD7-CBEAC35C655D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "esco.reference.data.services", "esco.reference.data.services\esco.reference.data.services.csproj", "{D394C98A-1647-4544-9EFE-B3223626F7DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7338E5F7-AD11-4E2F-83ED-7FEFB3CDB910}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "esco.reference.data.test", "esco.reference.data.test\esco.reference.data.test.csproj", "{F7F10319-B4E9-469F-A1E7-076582C09B69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{239B85CA-98B6-4FB9-8DD7-CBEAC35C655D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{239B85CA-98B6-4FB9-8DD7-CBEAC35C655D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{239B85CA-98B6-4FB9-8DD7-CBEAC35C655D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{239B85CA-98B6-4FB9-8DD7-CBEAC35C655D}.Release|Any CPU.Build.0 = Release|Any CPU
{D394C98A-1647-4544-9EFE-B3223626F7DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D394C98A-1647-4544-9EFE-B3223626F7DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D394C98A-1647-4544-9EFE-B3223626F7DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D394C98A-1647-4544-9EFE-B3223626F7DA}.Release|Any CPU.Build.0 = Release|Any CPU
{F7F10319-B4E9-469F-A1E7-076582C09B69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7F10319-B4E9-469F-A1E7-076582C09B69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7F10319-B4E9-469F-A1E7-076582C09B69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7F10319-B4E9-469F-A1E7-076582C09B69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{239B85CA-98B6-4FB9-8DD7-CBEAC35C655D} = {9DDA73F9-B1D0-4C03-86A6-CEB850DAB623}
{D394C98A-1647-4544-9EFE-B3223626F7DA} = {F3A62BAF-15EF-4715-B921-28CD1467F3F2}
{F7F10319-B4E9-469F-A1E7-076582C09B69} = {7338E5F7-AD11-4E2F-83ED-7FEFB3CDB910}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F58E690-CACC-4E2A-A352-9A1B4E798213}
EndGlobalSection
EndGlobal