-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathWebAppsWithSharedLib.sln
More file actions
43 lines (43 loc) · 2.49 KB
/
WebAppsWithSharedLib.sln
File metadata and controls
43 lines (43 loc) · 2.49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAppMvc", "WebAppMvc\WebAppMvc.csproj", "{2A769DE8-A4F7-4E34-B640-18E2DA6F4F35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAppBlazor", "WebAppBlazor\WebAppBlazor.csproj", "{CA4C81E5-7E13-4497-AC63-624C6C8F2030}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedLib", "SharedLib\SharedLib.csproj", "{DB22A14F-630E-4941-BF21-765912B18629}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAppPages", "WebAppPages\WebAppPages.csproj", "{6AEF1158-572B-45ED-9162-9BB57ADD5B9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A769DE8-A4F7-4E34-B640-18E2DA6F4F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A769DE8-A4F7-4E34-B640-18E2DA6F4F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A769DE8-A4F7-4E34-B640-18E2DA6F4F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A769DE8-A4F7-4E34-B640-18E2DA6F4F35}.Release|Any CPU.Build.0 = Release|Any CPU
{CA4C81E5-7E13-4497-AC63-624C6C8F2030}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA4C81E5-7E13-4497-AC63-624C6C8F2030}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA4C81E5-7E13-4497-AC63-624C6C8F2030}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA4C81E5-7E13-4497-AC63-624C6C8F2030}.Release|Any CPU.Build.0 = Release|Any CPU
{DB22A14F-630E-4941-BF21-765912B18629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB22A14F-630E-4941-BF21-765912B18629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB22A14F-630E-4941-BF21-765912B18629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB22A14F-630E-4941-BF21-765912B18629}.Release|Any CPU.Build.0 = Release|Any CPU
{6AEF1158-572B-45ED-9162-9BB57ADD5B9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AEF1158-572B-45ED-9162-9BB57ADD5B9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AEF1158-572B-45ED-9162-9BB57ADD5B9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AEF1158-572B-45ED-9162-9BB57ADD5B9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A311C9B-0CF6-408D-8367-0C9EF2F6C83A}
EndGlobalSection
EndGlobal