-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebPagedList.sln
More file actions
46 lines (46 loc) · 2.55 KB
/
WebPagedList.sln
File metadata and controls
46 lines (46 loc) · 2.55 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A83E5671-6378-4769-8329-5901FC97CD2A}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebPagedList", "src\WebPagedList\WebPagedList.kproj", "{3D6F13DA-FEDD-44C8-A4B2-681888FF38E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7288F05C-28CA-4697-977F-8C863E4383AE}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "PagedList", "src\PagedList\PagedList.kproj", "{589A15AB-76EB-4F81-ABDE-C9F4AD1A18C2}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "PagedList.Mvc", "src\PagedList.Mvc\PagedList.Mvc.kproj", "{690AE08E-8384-4ACD-858A-76F5E9F6D814}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D6F13DA-FEDD-44C8-A4B2-681888FF38E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6F13DA-FEDD-44C8-A4B2-681888FF38E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D6F13DA-FEDD-44C8-A4B2-681888FF38E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D6F13DA-FEDD-44C8-A4B2-681888FF38E1}.Release|Any CPU.Build.0 = Release|Any CPU
{589A15AB-76EB-4F81-ABDE-C9F4AD1A18C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589A15AB-76EB-4F81-ABDE-C9F4AD1A18C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589A15AB-76EB-4F81-ABDE-C9F4AD1A18C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589A15AB-76EB-4F81-ABDE-C9F4AD1A18C2}.Release|Any CPU.Build.0 = Release|Any CPU
{690AE08E-8384-4ACD-858A-76F5E9F6D814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{690AE08E-8384-4ACD-858A-76F5E9F6D814}.Debug|Any CPU.Build.0 = Debug|Any CPU
{690AE08E-8384-4ACD-858A-76F5E9F6D814}.Release|Any CPU.ActiveCfg = Release|Any CPU
{690AE08E-8384-4ACD-858A-76F5E9F6D814}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3D6F13DA-FEDD-44C8-A4B2-681888FF38E1} = {A83E5671-6378-4769-8329-5901FC97CD2A}
{589A15AB-76EB-4F81-ABDE-C9F4AD1A18C2} = {A83E5671-6378-4769-8329-5901FC97CD2A}
{690AE08E-8384-4ACD-858A-76F5E9F6D814} = {A83E5671-6378-4769-8329-5901FC97CD2A}
EndGlobalSection
EndGlobal