-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAspNetCoreComposition.sln
40 lines (40 loc) · 2.34 KB
/
AspNetCoreComposition.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Context1", "Context1\Context1.xproj", "{568B23B3-CE4B-4CC0-A38C-F1B25B55F11C}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CompositionHost", "CompositionHost\CompositionHost.xproj", "{90500187-7FA1-4FF5-B9BA-933456B4C7AA}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Shared", "Shared\Shared.xproj", "{B5EFA212-FA08-4252-8610-B5B47AAFCC75}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Context2", "Context2\Context2.xproj", "{638921EF-FC5D-4DA6-A21E-4550764CEDF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{568B23B3-CE4B-4CC0-A38C-F1B25B55F11C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{568B23B3-CE4B-4CC0-A38C-F1B25B55F11C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{568B23B3-CE4B-4CC0-A38C-F1B25B55F11C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{568B23B3-CE4B-4CC0-A38C-F1B25B55F11C}.Release|Any CPU.Build.0 = Release|Any CPU
{90500187-7FA1-4FF5-B9BA-933456B4C7AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90500187-7FA1-4FF5-B9BA-933456B4C7AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90500187-7FA1-4FF5-B9BA-933456B4C7AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90500187-7FA1-4FF5-B9BA-933456B4C7AA}.Release|Any CPU.Build.0 = Release|Any CPU
{B5EFA212-FA08-4252-8610-B5B47AAFCC75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5EFA212-FA08-4252-8610-B5B47AAFCC75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5EFA212-FA08-4252-8610-B5B47AAFCC75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5EFA212-FA08-4252-8610-B5B47AAFCC75}.Release|Any CPU.Build.0 = Release|Any CPU
{638921EF-FC5D-4DA6-A21E-4550764CEDF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{638921EF-FC5D-4DA6-A21E-4550764CEDF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{638921EF-FC5D-4DA6-A21E-4550764CEDF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{638921EF-FC5D-4DA6-A21E-4550764CEDF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal