forked from leaderanalytics/LeaderPivot.Blazor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLeaderPivot.Blazor.sln
38 lines (38 loc) · 1.91 KB
/
LeaderPivot.Blazor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaderPivot.Blazor", "LeaderPivot.Blazor\LeaderPivot.Blazor.csproj", "{4A8C53A1-2621-420E-B803-D80036D829B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF203729-BA86-4341-8601-EBE57A12FFBA}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaderPivot.Blazor.Tests", "LeaderPivot.Blazor.Tests\LeaderPivot.Blazor.Tests.csproj", "{6EA3425B-B4AD-4C01-88F7-BC5C41195308}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A8C53A1-2621-420E-B803-D80036D829B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A8C53A1-2621-420E-B803-D80036D829B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A8C53A1-2621-420E-B803-D80036D829B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A8C53A1-2621-420E-B803-D80036D829B0}.Release|Any CPU.Build.0 = Release|Any CPU
{6EA3425B-B4AD-4C01-88F7-BC5C41195308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA3425B-B4AD-4C01-88F7-BC5C41195308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA3425B-B4AD-4C01-88F7-BC5C41195308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA3425B-B4AD-4C01-88F7-BC5C41195308}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DAD5765-6D39-44ED-A679-10DC376103A6}
EndGlobalSection
EndGlobal