-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntimeApps.UserConfig.sln
More file actions
64 lines (64 loc) · 4.41 KB
/
RuntimeApps.UserConfig.sln
File metadata and controls
64 lines (64 loc) · 4.41 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.UserConfig", "src\RuntimeApps.UserConfig\RuntimeApps.UserConfig.csproj", "{462EBF7A-0C5F-4C91-89E7-AAF7ED058724}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.UserConfig.EntityFrameworkCore", "src\RuntimeApps.UserConfig.EntityFrameworkCore\RuntimeApps.UserConfig.EntityFrameworkCore.csproj", "{C9A7FA08-A53D-4B06-8CA1-2B3363B2B333}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F55B7685-FE5F-4B12-B100-9DA38D13675B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.UserConfig.Test", "tests\RuntimeApps.UserConfig.Test\RuntimeApps.UserConfig.Test.csproj", "{ECCB1E8C-9143-44EE-BCDC-30E5501343FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.UserConfig.EntityFrameworkCore.Test", "tests\RuntimeApps.UserConfig.EntityFrameworkCore.Test\RuntimeApps.UserConfig.EntityFrameworkCore.Test.csproj", "{7529A40B-F004-45DE-BBF4-74D836551051}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.UserConfig.AspNet", "src\RuntimeApps.UserConfig.AspNet\RuntimeApps.UserConfig.AspNet.csproj", "{66CB1D8F-CF66-47B9-A2DB-9B80ECD8DC5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{8B9318F1-EA9E-4C4E-BE6D-AF5D1F2A3C4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuntimeApps.UserConfig.AspNetSample", "sample\RuntimeApps.UserConfig.AspNetSample\RuntimeApps.UserConfig.AspNetSample.csproj", "{B01A23BE-2930-4D0F-8936-3231D13FFC88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{462EBF7A-0C5F-4C91-89E7-AAF7ED058724}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{462EBF7A-0C5F-4C91-89E7-AAF7ED058724}.Debug|Any CPU.Build.0 = Debug|Any CPU
{462EBF7A-0C5F-4C91-89E7-AAF7ED058724}.Release|Any CPU.ActiveCfg = Release|Any CPU
{462EBF7A-0C5F-4C91-89E7-AAF7ED058724}.Release|Any CPU.Build.0 = Release|Any CPU
{C9A7FA08-A53D-4B06-8CA1-2B3363B2B333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9A7FA08-A53D-4B06-8CA1-2B3363B2B333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9A7FA08-A53D-4B06-8CA1-2B3363B2B333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9A7FA08-A53D-4B06-8CA1-2B3363B2B333}.Release|Any CPU.Build.0 = Release|Any CPU
{ECCB1E8C-9143-44EE-BCDC-30E5501343FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECCB1E8C-9143-44EE-BCDC-30E5501343FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECCB1E8C-9143-44EE-BCDC-30E5501343FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECCB1E8C-9143-44EE-BCDC-30E5501343FB}.Release|Any CPU.Build.0 = Release|Any CPU
{7529A40B-F004-45DE-BBF4-74D836551051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7529A40B-F004-45DE-BBF4-74D836551051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7529A40B-F004-45DE-BBF4-74D836551051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7529A40B-F004-45DE-BBF4-74D836551051}.Release|Any CPU.Build.0 = Release|Any CPU
{66CB1D8F-CF66-47B9-A2DB-9B80ECD8DC5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66CB1D8F-CF66-47B9-A2DB-9B80ECD8DC5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66CB1D8F-CF66-47B9-A2DB-9B80ECD8DC5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66CB1D8F-CF66-47B9-A2DB-9B80ECD8DC5A}.Release|Any CPU.Build.0 = Release|Any CPU
{B01A23BE-2930-4D0F-8936-3231D13FFC88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B01A23BE-2930-4D0F-8936-3231D13FFC88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B01A23BE-2930-4D0F-8936-3231D13FFC88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B01A23BE-2930-4D0F-8936-3231D13FFC88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECCB1E8C-9143-44EE-BCDC-30E5501343FB} = {F55B7685-FE5F-4B12-B100-9DA38D13675B}
{7529A40B-F004-45DE-BBF4-74D836551051} = {F55B7685-FE5F-4B12-B100-9DA38D13675B}
{B01A23BE-2930-4D0F-8936-3231D13FFC88} = {8B9318F1-EA9E-4C4E-BE6D-AF5D1F2A3C4D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2B218BC-48EE-43C6-B8EB-1E902D389C75}
EndGlobalSection
EndGlobal