-
Notifications
You must be signed in to change notification settings - Fork 4
/
URF.Core.Sample.MultiContext.sln
55 lines (55 loc) · 3.6 KB
/
URF.Core.Sample.MultiContext.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "URF.Core.Sample.MultiContext.Api", "URF.Core.Sample.MultiContext.Api\URF.Core.Sample.MultiContext.Api.csproj", "{BB80F80B-AFC6-49B8-BA0C-671DDC2F48EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{603455B2-7D0B-404F-8CF3-1AEA3732DC31}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "URF.Core.Sample.MultiContext.Abstractions", "URF.Core.Sample.MultiContext.Abstractions\URF.Core.Sample.MultiContext.Abstractions.csproj", "{460A0DFA-71F5-4C5F-938A-EE73C74C53A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "URF.Core.Sample.MultiContext.EF.Products", "URF.Core.Sample.MultiContext.EF.Products\URF.Core.Sample.MultiContext.EF.Products.csproj", "{1805CF45-B240-4FA6-8263-81F898322347}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "URF.Core.Sample.MultiContext.EF.Customers", "URF.Core.Sample.MultiContext.EF.Customers\URF.Core.Sample.MultiContext.EF.Customers.csproj", "{80773494-6A9C-42C0-8EDB-8811A3DDC49C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "URF.Core.Sample.MultiContext.EF", "URF.Core.Sample.MultiContext.EF\URF.Core.Sample.MultiContext.EF.csproj", "{5E5172F1-9985-4EF0-B361-C38111F109A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB80F80B-AFC6-49B8-BA0C-671DDC2F48EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB80F80B-AFC6-49B8-BA0C-671DDC2F48EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB80F80B-AFC6-49B8-BA0C-671DDC2F48EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB80F80B-AFC6-49B8-BA0C-671DDC2F48EC}.Release|Any CPU.Build.0 = Release|Any CPU
{460A0DFA-71F5-4C5F-938A-EE73C74C53A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{460A0DFA-71F5-4C5F-938A-EE73C74C53A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{460A0DFA-71F5-4C5F-938A-EE73C74C53A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{460A0DFA-71F5-4C5F-938A-EE73C74C53A9}.Release|Any CPU.Build.0 = Release|Any CPU
{1805CF45-B240-4FA6-8263-81F898322347}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1805CF45-B240-4FA6-8263-81F898322347}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1805CF45-B240-4FA6-8263-81F898322347}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1805CF45-B240-4FA6-8263-81F898322347}.Release|Any CPU.Build.0 = Release|Any CPU
{80773494-6A9C-42C0-8EDB-8811A3DDC49C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80773494-6A9C-42C0-8EDB-8811A3DDC49C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80773494-6A9C-42C0-8EDB-8811A3DDC49C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80773494-6A9C-42C0-8EDB-8811A3DDC49C}.Release|Any CPU.Build.0 = Release|Any CPU
{5E5172F1-9985-4EF0-B361-C38111F109A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E5172F1-9985-4EF0-B361-C38111F109A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E5172F1-9985-4EF0-B361-C38111F109A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E5172F1-9985-4EF0-B361-C38111F109A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92B6F4EB-CCF7-44E9-B557-637EA303833D}
EndGlobalSection
EndGlobal