forked from BlazorRepl/BlazorRepl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
BlazorRepl.sln
43 lines (43 loc) · 2.54 KB
/
BlazorRepl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorRepl.Client", "Client\BlazorRepl.Client.csproj", "{EF62B2E2-56D5-4F26-89F8-91014D335C33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorRepl.Server", "Server\BlazorRepl.Server.csproj", "{65FD337C-4469-4FE7-8A63-AF9A4F23A0A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorRepl.UserComponents", "UserComponents\BlazorRepl.UserComponents.csproj", "{85C7106C-38F5-4057-BDD4-E84825735942}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorRepl.Core", "Core\BlazorRepl.Core.csproj", "{36E85EC5-C2F4-477B-A712-0AF04CFC05A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF62B2E2-56D5-4F26-89F8-91014D335C33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF62B2E2-56D5-4F26-89F8-91014D335C33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF62B2E2-56D5-4F26-89F8-91014D335C33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF62B2E2-56D5-4F26-89F8-91014D335C33}.Release|Any CPU.Build.0 = Release|Any CPU
{65FD337C-4469-4FE7-8A63-AF9A4F23A0A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65FD337C-4469-4FE7-8A63-AF9A4F23A0A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65FD337C-4469-4FE7-8A63-AF9A4F23A0A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65FD337C-4469-4FE7-8A63-AF9A4F23A0A6}.Release|Any CPU.Build.0 = Release|Any CPU
{85C7106C-38F5-4057-BDD4-E84825735942}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85C7106C-38F5-4057-BDD4-E84825735942}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85C7106C-38F5-4057-BDD4-E84825735942}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85C7106C-38F5-4057-BDD4-E84825735942}.Release|Any CPU.Build.0 = Release|Any CPU
{36E85EC5-C2F4-477B-A712-0AF04CFC05A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36E85EC5-C2F4-477B-A712-0AF04CFC05A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36E85EC5-C2F4-477B-A712-0AF04CFC05A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36E85EC5-C2F4-477B-A712-0AF04CFC05A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B307CEBE-30FE-4748-AAAB-143DCB0D19CD}
EndGlobalSection
EndGlobal