generated from mrahhal/template-dotnet-package
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
MR.AspNetCore.Pagination.sln
89 lines (89 loc) · 5.02 KB
/
MR.AspNetCore.Pagination.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
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4FAE1C22-9B20-4F77-A02F-6FEFE4889CEA}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D4CB6555-0A3F-4074-A9B4-323A0413A9B2}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_solution", "_solution", "{4B675484-482E-4BC6-864D-656EACA6E6F1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
DEVELOPMENT.md = DEVELOPMENT.md
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.AspNetCore.Pagination", "src\MR.AspNetCore.Pagination\MR.AspNetCore.Pagination.csproj", "{0AAE1A78-470B-4561-923B-CFEB4C985F56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.AspNetCore.Pagination.Tests", "test\MR.AspNetCore.Pagination.Tests\MR.AspNetCore.Pagination.Tests.csproj", "{97C8C85C-B373-4E11-9590-62C396E65619}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_build", "_build", "{66E7C63B-2300-40F4-B588-B3917A69AB78}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
scripts.ps1 = scripts.ps1
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{836A7DE4-561F-4FE2-98B0-5CB0F07ADA22}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.props = samples\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic", "samples\Basic\Basic.csproj", "{7F029934-8E97-44BC-B028-05E4C63F77BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiWithSwashbuckle", "samples\ApiWithSwashbuckle\ApiWithSwashbuckle.csproj", "{B65628CD-CA96-44A0-BFFA-541441FEC619}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.AspNetCore.Pagination.Swashbuckle", "src\MR.AspNetCore.Pagination.Swashbuckle\MR.AspNetCore.Pagination.Swashbuckle.csproj", "{F2EFC9EB-433F-4BC9-9F00-08574B0135CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AAE1A78-470B-4561-923B-CFEB4C985F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AAE1A78-470B-4561-923B-CFEB4C985F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AAE1A78-470B-4561-923B-CFEB4C985F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AAE1A78-470B-4561-923B-CFEB4C985F56}.Release|Any CPU.Build.0 = Release|Any CPU
{97C8C85C-B373-4E11-9590-62C396E65619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97C8C85C-B373-4E11-9590-62C396E65619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97C8C85C-B373-4E11-9590-62C396E65619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97C8C85C-B373-4E11-9590-62C396E65619}.Release|Any CPU.Build.0 = Release|Any CPU
{7F029934-8E97-44BC-B028-05E4C63F77BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F029934-8E97-44BC-B028-05E4C63F77BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F029934-8E97-44BC-B028-05E4C63F77BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F029934-8E97-44BC-B028-05E4C63F77BD}.Release|Any CPU.Build.0 = Release|Any CPU
{B65628CD-CA96-44A0-BFFA-541441FEC619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B65628CD-CA96-44A0-BFFA-541441FEC619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B65628CD-CA96-44A0-BFFA-541441FEC619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B65628CD-CA96-44A0-BFFA-541441FEC619}.Release|Any CPU.Build.0 = Release|Any CPU
{F2EFC9EB-433F-4BC9-9F00-08574B0135CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2EFC9EB-433F-4BC9-9F00-08574B0135CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2EFC9EB-433F-4BC9-9F00-08574B0135CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2EFC9EB-433F-4BC9-9F00-08574B0135CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0AAE1A78-470B-4561-923B-CFEB4C985F56} = {4FAE1C22-9B20-4F77-A02F-6FEFE4889CEA}
{97C8C85C-B373-4E11-9590-62C396E65619} = {D4CB6555-0A3F-4074-A9B4-323A0413A9B2}
{7F029934-8E97-44BC-B028-05E4C63F77BD} = {836A7DE4-561F-4FE2-98B0-5CB0F07ADA22}
{B65628CD-CA96-44A0-BFFA-541441FEC619} = {836A7DE4-561F-4FE2-98B0-5CB0F07ADA22}
{F2EFC9EB-433F-4BC9-9F00-08574B0135CD} = {4FAE1C22-9B20-4F77-A02F-6FEFE4889CEA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {867564D9-A392-43BD-8584-FB47E6D48378}
EndGlobalSection
EndGlobal