forked from EdCharbeneau/BlazorPro.Spinkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorPro.Spinkit.sln
52 lines (52 loc) · 3.11 KB
/
BlazorPro.Spinkit.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
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29521.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorPro.Spinkit", "src\BlazorPro.Spinkit\BlazorPro.Spinkit.csproj", "{E6186BA6-2D47-4415-9165-11A63A29EBB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{87121563-5E71-4700-840E-96D9EAD94C13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{37CC6A35-3FC9-4940-8324-D6D302BECDF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsbSample", "samples\CsbSample\CsbSample.csproj", "{0F77BA0C-F6DD-48B1-B6D5-2F118EB4063C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorPro.Spinkit.Tests", "tests\BlazorPro.Spinkit.Tests\BlazorPro.Spinkit.Tests.csproj", "{C90B6DB7-516A-4051-9029-E4CC4CC5575A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SsbSample", "samples\SsbSample\SsbSample.csproj", "{545B7476-5A55-40A7-9EC5-E93D9475655F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6186BA6-2D47-4415-9165-11A63A29EBB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6186BA6-2D47-4415-9165-11A63A29EBB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6186BA6-2D47-4415-9165-11A63A29EBB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6186BA6-2D47-4415-9165-11A63A29EBB6}.Release|Any CPU.Build.0 = Release|Any CPU
{0F77BA0C-F6DD-48B1-B6D5-2F118EB4063C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F77BA0C-F6DD-48B1-B6D5-2F118EB4063C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F77BA0C-F6DD-48B1-B6D5-2F118EB4063C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F77BA0C-F6DD-48B1-B6D5-2F118EB4063C}.Release|Any CPU.Build.0 = Release|Any CPU
{C90B6DB7-516A-4051-9029-E4CC4CC5575A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C90B6DB7-516A-4051-9029-E4CC4CC5575A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C90B6DB7-516A-4051-9029-E4CC4CC5575A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C90B6DB7-516A-4051-9029-E4CC4CC5575A}.Release|Any CPU.Build.0 = Release|Any CPU
{545B7476-5A55-40A7-9EC5-E93D9475655F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{545B7476-5A55-40A7-9EC5-E93D9475655F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{545B7476-5A55-40A7-9EC5-E93D9475655F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{545B7476-5A55-40A7-9EC5-E93D9475655F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F77BA0C-F6DD-48B1-B6D5-2F118EB4063C} = {87121563-5E71-4700-840E-96D9EAD94C13}
{C90B6DB7-516A-4051-9029-E4CC4CC5575A} = {37CC6A35-3FC9-4940-8324-D6D302BECDF6}
{545B7476-5A55-40A7-9EC5-E93D9475655F} = {87121563-5E71-4700-840E-96D9EAD94C13}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA93A371-BDE7-45ED-82FD-F8B9A67EF268}
EndGlobalSection
EndGlobal