-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathToolbelt.Blazor.TimeZoneKit.sln
46 lines (46 loc) · 2.61 KB
/
Toolbelt.Blazor.TimeZoneKit.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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toolbelt.Blazor.TimeZoneKit", "Toolbelt.Blazor.TimeZoneKit\Toolbelt.Blazor.TimeZoneKit.csproj", "{93FF7814-C55C-45C7-91CB-78A330E75943}"
ProjectSection(ProjectDependencies) = postProject
{F1694652-149F-44AB-8FC0-61BE246B8638} = {F1694652-149F-44AB-8FC0-61BE246B8638}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toolbelt.Blazor.TimeZoneKit.Sample", "Toolbelt.Blazor.TimeZoneKit.Sample\Toolbelt.Blazor.TimeZoneKit.Sample.csproj", "{7401304A-2E6F-43B1-9F61-12682770018E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "README", "README", "{4C946C09-6631-47C0-B5E6-B5E9B2FBE30E}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toolbelt.Blazor.TimeZoneKit.GenerateSourceCode", "Toolbelt.Blazor.TimeZoneKit.GenerateSourceCode\Toolbelt.Blazor.TimeZoneKit.GenerateSourceCode.csproj", "{F1694652-149F-44AB-8FC0-61BE246B8638}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93FF7814-C55C-45C7-91CB-78A330E75943}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93FF7814-C55C-45C7-91CB-78A330E75943}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93FF7814-C55C-45C7-91CB-78A330E75943}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93FF7814-C55C-45C7-91CB-78A330E75943}.Release|Any CPU.Build.0 = Release|Any CPU
{7401304A-2E6F-43B1-9F61-12682770018E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7401304A-2E6F-43B1-9F61-12682770018E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7401304A-2E6F-43B1-9F61-12682770018E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7401304A-2E6F-43B1-9F61-12682770018E}.Release|Any CPU.Build.0 = Release|Any CPU
{F1694652-149F-44AB-8FC0-61BE246B8638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1694652-149F-44AB-8FC0-61BE246B8638}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1694652-149F-44AB-8FC0-61BE246B8638}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1694652-149F-44AB-8FC0-61BE246B8638}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65390BEF-277E-4001-BB39-C31EC90F4823}
EndGlobalSection
EndGlobal