-
Notifications
You must be signed in to change notification settings - Fork 1
/
NooBIT.DataTables.sln
88 lines (88 loc) · 5.52 KB
/
NooBIT.DataTables.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NooBIT.DataTables", "src\NooBIT.DataTables\NooBIT.DataTables.csproj", "{6D06B4E0-996B-487B-88B2-E25F096A92E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NooBIT.DataTables.Tests", "test\NooBIT.DataTables.Tests\NooBIT.DataTables.Tests.csproj", "{42451259-3F02-4DD1-AC24-069123D63743}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NooBIT.DataTables.Sample", "samples\NooBIT.DataTables.Sample\NooBIT.DataTables.Sample.csproj", "{2C21D557-7628-4923-BD80-D03BA0F722A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NooBIT.DataTables.AspNetCore.Mvc", "src\NooBIT.DataTables.AspNetCore.Mvc\NooBIT.DataTables.AspNetCore.Mvc.csproj", "{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{7FEDF011-607A-4DDE-80C4-73CABEAA616B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
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
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Debug|x64.ActiveCfg = Debug|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Debug|x64.Build.0 = Debug|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Debug|x86.ActiveCfg = Debug|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Debug|x86.Build.0 = Debug|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Release|Any CPU.Build.0 = Release|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Release|x64.ActiveCfg = Release|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Release|x64.Build.0 = Release|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Release|x86.ActiveCfg = Release|Any CPU
{6D06B4E0-996B-487B-88B2-E25F096A92E0}.Release|x86.Build.0 = Release|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Debug|x64.ActiveCfg = Debug|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Debug|x64.Build.0 = Debug|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Debug|x86.ActiveCfg = Debug|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Debug|x86.Build.0 = Debug|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Release|Any CPU.Build.0 = Release|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Release|x64.ActiveCfg = Release|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Release|x64.Build.0 = Release|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Release|x86.ActiveCfg = Release|Any CPU
{42451259-3F02-4DD1-AC24-069123D63743}.Release|x86.Build.0 = Release|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Debug|x64.ActiveCfg = Debug|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Debug|x64.Build.0 = Debug|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Debug|x86.ActiveCfg = Debug|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Debug|x86.Build.0 = Debug|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Release|Any CPU.Build.0 = Release|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Release|x64.ActiveCfg = Release|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Release|x64.Build.0 = Release|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Release|x86.ActiveCfg = Release|Any CPU
{2C21D557-7628-4923-BD80-D03BA0F722A2}.Release|x86.Build.0 = Release|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Debug|x64.ActiveCfg = Debug|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Debug|x64.Build.0 = Debug|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Debug|x86.ActiveCfg = Debug|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Debug|x86.Build.0 = Debug|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Release|Any CPU.Build.0 = Release|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Release|x64.ActiveCfg = Release|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Release|x64.Build.0 = Release|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Release|x86.ActiveCfg = Release|Any CPU
{F6623D5F-83C2-46A5-95A8-CA89CF2A3F17}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7F059C4-3FB8-4704-96CC-29EFCECBA108}
EndGlobalSection
EndGlobal