-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBlazorBrowserTime.sln
43 lines (43 loc) · 2.59 KB
/
BlazorBrowserTime.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.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorBrowserTime", "BlazorBrowserTime\BlazorBrowserTime.csproj", "{2CFD970B-F965-4492-90FE-1597F27C6BDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorTime", "BrowserTime\BlazorTime.csproj", "{BFE118C2-EC21-4586-9538-755B4CDFB070}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorBrowserTimeDotNet5", "BlazorBrowserTimeDotNet5\BlazorBrowserTimeDotNet5.csproj", "{91FF3C72-EC75-4D90-9554-F744BB08EE55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssemblyTimeTest", "BlazorWebAssemblyTimeTest\BlazorWebAssemblyTimeTest.csproj", "{FF764B16-B102-4599-B9C2-24449CD13455}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CFD970B-F965-4492-90FE-1597F27C6BDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CFD970B-F965-4492-90FE-1597F27C6BDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CFD970B-F965-4492-90FE-1597F27C6BDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CFD970B-F965-4492-90FE-1597F27C6BDF}.Release|Any CPU.Build.0 = Release|Any CPU
{BFE118C2-EC21-4586-9538-755B4CDFB070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFE118C2-EC21-4586-9538-755B4CDFB070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFE118C2-EC21-4586-9538-755B4CDFB070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFE118C2-EC21-4586-9538-755B4CDFB070}.Release|Any CPU.Build.0 = Release|Any CPU
{91FF3C72-EC75-4D90-9554-F744BB08EE55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91FF3C72-EC75-4D90-9554-F744BB08EE55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91FF3C72-EC75-4D90-9554-F744BB08EE55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91FF3C72-EC75-4D90-9554-F744BB08EE55}.Release|Any CPU.Build.0 = Release|Any CPU
{FF764B16-B102-4599-B9C2-24449CD13455}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF764B16-B102-4599-B9C2-24449CD13455}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF764B16-B102-4599-B9C2-24449CD13455}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF764B16-B102-4599-B9C2-24449CD13455}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCF15891-C030-4028-A1E6-3D31B3985AAF}
EndGlobalSection
EndGlobal