-
-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathX.PagedList.slnx
More file actions
16 lines (16 loc) · 734 Bytes
/
X.PagedList.slnx
File metadata and controls
16 lines (16 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Solution>
<Folder Name="/examples/">
<Project Path="examples\Example.DAL\Example.DAL.csproj" />
<Project Path="examples\Example.Website\Example.Website.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src\X.PagedList.EF\X.PagedList.EF.csproj" Type="Classic C#" />
<Project Path="src\X.PagedList.EntityFramework\X.PagedList.EntityFramework.csproj" Type="Classic C#" />
<Project Path="src\X.PagedList.Mvc.Core\X.PagedList.Mvc.Core.csproj" Type="Classic C#" />
<Project Path="src\X.PagedList\X.PagedList.csproj" />
<File Path="src\Directory.Build.props" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests\X.PagedList.Tests\X.PagedList.Tests.csproj" />
</Folder>
</Solution>