-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPyrox.BlazorComponents.DataGrid.sln
59 lines (59 loc) · 3.54 KB
/
Pyrox.BlazorComponents.DataGrid.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
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A2BD3A58-7ECB-4F87-8B3F-716959BF8BF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pyrox.BlazorComponents.DataGrid", "src\Pyrox.BlazorComponents.DataGrid\Pyrox.BlazorComponents.DataGrid.csproj", "{CB718DBA-67E0-4723-9931-78B0F2652190}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D402CF9C-6A40-4956-A2CE-0BC66FE78478}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pyrox.BlazorComponents.DataGrid.E2ETests", "tests\Pyrox.BlazorComponents.DataGrid.E2ETests\Pyrox.BlazorComponents.DataGrid.E2ETests.csproj", "{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB718DBA-67E0-4723-9931-78B0F2652190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Debug|x64.ActiveCfg = Debug|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Debug|x64.Build.0 = Debug|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Debug|x86.ActiveCfg = Debug|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Debug|x86.Build.0 = Debug|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Release|Any CPU.Build.0 = Release|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Release|x64.ActiveCfg = Release|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Release|x64.Build.0 = Release|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Release|x86.ActiveCfg = Release|Any CPU
{CB718DBA-67E0-4723-9931-78B0F2652190}.Release|x86.Build.0 = Release|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Debug|x64.ActiveCfg = Debug|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Debug|x64.Build.0 = Debug|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Debug|x86.ActiveCfg = Debug|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Debug|x86.Build.0 = Debug|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Release|Any CPU.Build.0 = Release|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Release|x64.ActiveCfg = Release|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Release|x64.Build.0 = Release|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Release|x86.ActiveCfg = Release|Any CPU
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CB718DBA-67E0-4723-9931-78B0F2652190} = {A2BD3A58-7ECB-4F87-8B3F-716959BF8BF6}
{D2784A9B-0DD9-48A4-8E0B-A9B07A43F91C} = {D402CF9C-6A40-4956-A2CE-0BC66FE78478}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51286439-DB8F-4A67-AB2B-C544C13CA0BE}
EndGlobalSection
EndGlobal