-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBlazor.DaisyUI.sln
46 lines (46 loc) · 2.5 KB
/
Blazor.DaisyUI.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 Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.DaisyUI", "Blazor.DaisyUI\Blazor.DaisyUI.csproj", "{205C9742-CCD5-42D5-B618-0B00BB2FF1A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.DaisyUI.Tool", "Blazor.DaisyUI.Tool\Blazor.DaisyUI.Tool.csproj", "{52EB9CD6-E9BA-4F8F-9FFD-09105712D5D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.DaisyUI.Catalog", "Blazor.DaisyUI.Catalog\Blazor.DaisyUI.Catalog.csproj", "{28BCFF19-5EF0-479C-B92B-01A272A76A4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{51ACE479-2B6B-460F-9DF9-AF998B3017A7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
..\..\Downloads\blazor-logo.png = ..\..\Downloads\blazor-logo.png
..\..\Downloads\daisy-ui-logo.png = ..\..\Downloads\daisy-ui-logo.png
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{205C9742-CCD5-42D5-B618-0B00BB2FF1A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{205C9742-CCD5-42D5-B618-0B00BB2FF1A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{205C9742-CCD5-42D5-B618-0B00BB2FF1A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{205C9742-CCD5-42D5-B618-0B00BB2FF1A8}.Release|Any CPU.Build.0 = Release|Any CPU
{52EB9CD6-E9BA-4F8F-9FFD-09105712D5D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52EB9CD6-E9BA-4F8F-9FFD-09105712D5D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52EB9CD6-E9BA-4F8F-9FFD-09105712D5D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52EB9CD6-E9BA-4F8F-9FFD-09105712D5D2}.Release|Any CPU.Build.0 = Release|Any CPU
{28BCFF19-5EF0-479C-B92B-01A272A76A4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28BCFF19-5EF0-479C-B92B-01A272A76A4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28BCFF19-5EF0-479C-B92B-01A272A76A4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28BCFF19-5EF0-479C-B92B-01A272A76A4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48FCDAED-E1CD-495F-912C-C19A429E7BC8}
EndGlobalSection
EndGlobal