-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathMvcCorePager.sln
37 lines (37 loc) · 1.97 KB
/
MvcCorePager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28705.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Src", "Src\Src.csproj", "{A9276090-A165-400C-A76E-335481B04771}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{F6EB9FB6-F348-4586-8A6B-B6E0EB3C059E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{FE3EF798-9D14-43DF-934B-72415C640303}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9276090-A165-400C-A76E-335481B04771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9276090-A165-400C-A76E-335481B04771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9276090-A165-400C-A76E-335481B04771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9276090-A165-400C-A76E-335481B04771}.Release|Any CPU.Build.0 = Release|Any CPU
{F6EB9FB6-F348-4586-8A6B-B6E0EB3C059E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6EB9FB6-F348-4586-8A6B-B6E0EB3C059E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6EB9FB6-F348-4586-8A6B-B6E0EB3C059E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6EB9FB6-F348-4586-8A6B-B6E0EB3C059E}.Release|Any CPU.Build.0 = Release|Any CPU
{FE3EF798-9D14-43DF-934B-72415C640303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE3EF798-9D14-43DF-934B-72415C640303}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE3EF798-9D14-43DF-934B-72415C640303}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE3EF798-9D14-43DF-934B-72415C640303}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83D35319-7AB8-4FDE-BAC3-E0C6F4967188}
EndGlobalSection
EndGlobal