Skip to content

Commit a3f55df

Browse files
Remaped to folders
1 parent 47c203a commit a3f55df

File tree

11 files changed

+149
-81
lines changed

11 files changed

+149
-81
lines changed

P.Pager.sln

Lines changed: 53 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.28803.202
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{39DD939F-ACC3-4954-8089-8273C628AFE9}"
7-
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P.Pager", "P.Pager\P.Pager.csproj", "{1CA29561-6341-421B-8F05-1D4F86D3510D}"
9-
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P.Pager.Mvc.Core", "P.Pager.Mvc.Core\P.Pager.Mvc.Core.csproj", "{739FFC90-E4F7-4883-B258-CB34B9682ACD}"
11-
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P.Pager.Mvc", "P.Pager.Mvc\P.Pager.Mvc.csproj", "{74EED4CA-8D72-447D-B568-AC8113805B88}"
13-
EndProject
146
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{FC46E49F-EA83-4D89-9412-B8B4AFF6DFA2}"
157
ProjectSection(SolutionItems) = preProject
168
img\1.default.PNG = img\1.default.PNG
@@ -27,32 +19,70 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{FC46E49F-EA8
2719
icon.png = icon.png
2820
EndProjectSection
2921
EndProject
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0C26CF2C-285D-415F-8580-F2482348DA98}"
23+
EndProject
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P.Pager", "src\P.Pager\P.Pager.csproj", "{55F4EBD0-2B01-4638-804F-199A8F47B576}"
25+
EndProject
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P.Pager.Mvc", "src\P.Pager.Mvc\P.Pager.Mvc.csproj", "{029EB809-7D7F-4595-8050-212DD40250BD}"
27+
EndProject
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P.Pager.Mvc.Core", "src\P.Pager.Mvc.Core\P.Pager.Mvc.Core.csproj", "{63DB3CE2-FFFB-43F0-80AC-D541A57A6C84}"
29+
EndProject
30+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{C0E122E3-E1FB-4ED3-9D3A-5CB7F33665EC}"
31+
EndProject
32+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P.Pager.Mvc.Core.Example", "examples\P.Pager.Mvc.Core.Example\P.Pager.Mvc.Core.Example.csproj", "{36DA43AD-76BF-4245-A944-4C1B070B882E}"
33+
EndProject
34+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{5D43738A-D974-481B-89C3-EA72DAC0CAB0}"
35+
ProjectSection(SolutionItems) = preProject
36+
docs\version-history.md = docs\version-history.md
37+
EndProjectSection
38+
EndProject
39+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{41CFEDB0-B6D9-443D-BCFE-2BB72744806F}"
40+
EndProject
41+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P.Pager.Tests", "tests\P.Pager.Tests\P.Pager.Tests.csproj", "{368F744D-41BE-45EB-B727-A08D886F8D5C}"
42+
EndProject
43+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P.Pager.Mvc.Example", "examples\P.Pager.Mvc.Example\P.Pager.Mvc.Example.csproj", "{0CE87A40-BEEE-43A5-9AF4-E0852C6EADFB}"
44+
EndProject
3045
Global
3146
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3247
Debug|Any CPU = Debug|Any CPU
3348
Release|Any CPU = Release|Any CPU
3449
EndGlobalSection
3550
GlobalSection(ProjectConfigurationPlatforms) = postSolution
36-
{1CA29561-6341-421B-8F05-1D4F86D3510D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37-
{1CA29561-6341-421B-8F05-1D4F86D3510D}.Debug|Any CPU.Build.0 = Debug|Any CPU
38-
{1CA29561-6341-421B-8F05-1D4F86D3510D}.Release|Any CPU.ActiveCfg = Release|Any CPU
39-
{1CA29561-6341-421B-8F05-1D4F86D3510D}.Release|Any CPU.Build.0 = Release|Any CPU
40-
{739FFC90-E4F7-4883-B258-CB34B9682ACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41-
{739FFC90-E4F7-4883-B258-CB34B9682ACD}.Debug|Any CPU.Build.0 = Debug|Any CPU
42-
{739FFC90-E4F7-4883-B258-CB34B9682ACD}.Release|Any CPU.ActiveCfg = Release|Any CPU
43-
{739FFC90-E4F7-4883-B258-CB34B9682ACD}.Release|Any CPU.Build.0 = Release|Any CPU
44-
{74EED4CA-8D72-447D-B568-AC8113805B88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45-
{74EED4CA-8D72-447D-B568-AC8113805B88}.Debug|Any CPU.Build.0 = Debug|Any CPU
46-
{74EED4CA-8D72-447D-B568-AC8113805B88}.Release|Any CPU.ActiveCfg = Release|Any CPU
47-
{74EED4CA-8D72-447D-B568-AC8113805B88}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{55F4EBD0-2B01-4638-804F-199A8F47B576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52+
{55F4EBD0-2B01-4638-804F-199A8F47B576}.Debug|Any CPU.Build.0 = Debug|Any CPU
53+
{55F4EBD0-2B01-4638-804F-199A8F47B576}.Release|Any CPU.ActiveCfg = Release|Any CPU
54+
{55F4EBD0-2B01-4638-804F-199A8F47B576}.Release|Any CPU.Build.0 = Release|Any CPU
55+
{029EB809-7D7F-4595-8050-212DD40250BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{029EB809-7D7F-4595-8050-212DD40250BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{029EB809-7D7F-4595-8050-212DD40250BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
58+
{029EB809-7D7F-4595-8050-212DD40250BD}.Release|Any CPU.Build.0 = Release|Any CPU
59+
{63DB3CE2-FFFB-43F0-80AC-D541A57A6C84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60+
{63DB3CE2-FFFB-43F0-80AC-D541A57A6C84}.Debug|Any CPU.Build.0 = Debug|Any CPU
61+
{63DB3CE2-FFFB-43F0-80AC-D541A57A6C84}.Release|Any CPU.ActiveCfg = Release|Any CPU
62+
{63DB3CE2-FFFB-43F0-80AC-D541A57A6C84}.Release|Any CPU.Build.0 = Release|Any CPU
63+
{36DA43AD-76BF-4245-A944-4C1B070B882E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
64+
{36DA43AD-76BF-4245-A944-4C1B070B882E}.Debug|Any CPU.Build.0 = Debug|Any CPU
65+
{36DA43AD-76BF-4245-A944-4C1B070B882E}.Release|Any CPU.ActiveCfg = Release|Any CPU
66+
{36DA43AD-76BF-4245-A944-4C1B070B882E}.Release|Any CPU.Build.0 = Release|Any CPU
67+
{368F744D-41BE-45EB-B727-A08D886F8D5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{368F744D-41BE-45EB-B727-A08D886F8D5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{368F744D-41BE-45EB-B727-A08D886F8D5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
70+
{368F744D-41BE-45EB-B727-A08D886F8D5C}.Release|Any CPU.Build.0 = Release|Any CPU
71+
{0CE87A40-BEEE-43A5-9AF4-E0852C6EADFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
72+
{0CE87A40-BEEE-43A5-9AF4-E0852C6EADFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
73+
{0CE87A40-BEEE-43A5-9AF4-E0852C6EADFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{0CE87A40-BEEE-43A5-9AF4-E0852C6EADFB}.Release|Any CPU.Build.0 = Release|Any CPU
4875
EndGlobalSection
4976
GlobalSection(SolutionProperties) = preSolution
5077
HideSolutionNode = FALSE
5178
EndGlobalSection
5279
GlobalSection(NestedProjects) = preSolution
53-
{1CA29561-6341-421B-8F05-1D4F86D3510D} = {39DD939F-ACC3-4954-8089-8273C628AFE9}
54-
{739FFC90-E4F7-4883-B258-CB34B9682ACD} = {39DD939F-ACC3-4954-8089-8273C628AFE9}
55-
{74EED4CA-8D72-447D-B568-AC8113805B88} = {39DD939F-ACC3-4954-8089-8273C628AFE9}
80+
{55F4EBD0-2B01-4638-804F-199A8F47B576} = {0C26CF2C-285D-415F-8580-F2482348DA98}
81+
{029EB809-7D7F-4595-8050-212DD40250BD} = {0C26CF2C-285D-415F-8580-F2482348DA98}
82+
{63DB3CE2-FFFB-43F0-80AC-D541A57A6C84} = {0C26CF2C-285D-415F-8580-F2482348DA98}
83+
{36DA43AD-76BF-4245-A944-4C1B070B882E} = {C0E122E3-E1FB-4ED3-9D3A-5CB7F33665EC}
84+
{368F744D-41BE-45EB-B727-A08D886F8D5C} = {41CFEDB0-B6D9-443D-BCFE-2BB72744806F}
85+
{0CE87A40-BEEE-43A5-9AF4-E0852C6EADFB} = {C0E122E3-E1FB-4ED3-9D3A-5CB7F33665EC}
5686
EndGlobalSection
5787
GlobalSection(ExtensibilityGlobals) = postSolution
5888
SolutionGuid = {A81E0661-748F-4607-BC7A-846359D5902F}
File renamed without changes.

examples/P.Pager.Mvc.Core.Example/P.Pager.Mvc.Core.Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<ProjectReference Include="..\P.Pager.Mvc.Core\P.Pager.Mvc.Core.csproj" />
15-
<ProjectReference Include="..\P.Pager\P.Pager.csproj" />
14+
<ProjectReference Include="..\..\src\P.Pager.Mvc.Core\P.Pager.Mvc.Core.csproj" />
15+
<ProjectReference Include="..\..\src\P.Pager\P.Pager.csproj" />
1616
</ItemGroup>
1717

1818
</Project>
Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
body {
2-
padding-top: 4.5rem;
2+
padding-top: 50px;
3+
padding-bottom: 20px;
4+
}
5+
6+
/* Set padding to keep content from hitting the edges */
7+
.body-content {
8+
padding-left: 15px;
9+
padding-right: 15px;
10+
}
11+
12+
/* Override the default bootstrap behavior where horizontal description lists
13+
will truncate terms that are too long to fit in the left column
14+
*/
15+
.dl-horizontal dt {
16+
white-space: normal;
17+
}
18+
19+
/* Set width on the form input elements since they're 100% wide by default */
20+
input,
21+
select,
22+
textarea {
23+
max-width: 280px;
324
}

examples/P.Pager.Mvc.Example/P.Pager.Mvc.Example.csproj

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
4-
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4+
<Import Project="..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
55
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
99
<ProductVersion>
1010
</ProductVersion>
1111
<SchemaVersion>2.0</SchemaVersion>
12-
<ProjectGuid>{97B5A638-8ABB-40E2-B010-CA324BF59A2B}</ProjectGuid>
12+
<ProjectGuid>{0CE87A40-BEEE-43A5-9AF4-E0852C6EADFB}</ProjectGuid>
1313
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1414
<OutputType>Library</OutputType>
1515
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -27,7 +27,6 @@
2727
<NuGetPackageImportStamp>
2828
</NuGetPackageImportStamp>
2929
<TypeScriptToolsVersion>3.3</TypeScriptToolsVersion>
30-
<TargetFrameworkProfile />
3130
</PropertyGroup>
3231
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3332
<DebugSymbols>true</DebugSymbols>
@@ -51,17 +50,16 @@
5150
<Reference Include="Microsoft.CSharp" />
5251
<Reference Include="System" />
5352
<Reference Include="System.Data" />
54-
<Reference Include="System.Data.DataSetExtensions" />
5553
<Reference Include="System.Drawing" />
5654
<Reference Include="System.Web.DynamicData" />
5755
<Reference Include="System.Web.Entity" />
5856
<Reference Include="System.Web.ApplicationServices" />
5957
<Reference Include="System.ComponentModel.DataAnnotations" />
60-
<Reference Include="System.Web.Extensions" />
61-
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
63-
</Reference>
58+
<Reference Include="System.Core" />
59+
<Reference Include="System.Data.DataSetExtensions" />
60+
<Reference Include="System.Xml.Linq" />
6461
<Reference Include="System.Web" />
62+
<Reference Include="System.Web.Extensions" />
6563
<Reference Include="System.Web.Abstractions" />
6664
<Reference Include="System.Web.Routing" />
6765
<Reference Include="System.Xml" />
@@ -70,51 +68,54 @@
7068
<Reference Include="System.EnterpriseServices" />
7169
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7270
<Private>True</Private>
73-
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
71+
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
7472
</Reference>
7573
<Reference Include="System.Net.Http">
7674
</Reference>
7775
<Reference Include="System.Net.Http.WebRequest">
7876
</Reference>
7977
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8078
<Private>True</Private>
81-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
79+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
80+
</Reference>
81+
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82+
<Private>True</Private>
83+
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
8284
</Reference>
8385
<Reference Include="System.Web.Optimization">
84-
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
86+
<HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
8587
</Reference>
8688
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8789
<Private>True</Private>
88-
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
90+
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
8991
</Reference>
9092
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9193
<Private>True</Private>
92-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
94+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
9395
</Reference>
9496
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9597
<Private>True</Private>
96-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
98+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
9799
</Reference>
98100
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
99101
<Private>True</Private>
100-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
102+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
101103
</Reference>
102104
<Reference Include="Newtonsoft.Json">
103-
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
105+
<HintPath>..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
104106
</Reference>
105-
<Reference Include="System.Xml.Linq" />
106107
<Reference Include="WebGrease">
107108
<Private>True</Private>
108-
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
109+
<HintPath>..\..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
109110
</Reference>
110111
<Reference Include="Antlr3.Runtime">
111112
<Private>True</Private>
112-
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
113+
<HintPath>..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
113114
</Reference>
114115
</ItemGroup>
115116
<ItemGroup>
116117
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
117-
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
118+
<HintPath>..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
118119
</Reference>
119120
</ItemGroup>
120121
<ItemGroup>
@@ -190,6 +191,8 @@
190191
<Content Include="Views\_ViewStart.cshtml" />
191192
<Content Include="Views\Shared\Error.cshtml" />
192193
<Content Include="Views\Shared\_Layout.cshtml" />
194+
<Content Include="Views\Home\About.cshtml" />
195+
<Content Include="Views\Home\Contact.cshtml" />
193196
<Content Include="Views\Home\Index.cshtml" />
194197
<Content Include="Scripts\umd\popper.min.js.map" />
195198
<Content Include="Scripts\umd\popper.js.map" />
@@ -216,12 +219,12 @@
216219
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
217220
</ItemGroup>
218221
<ItemGroup>
219-
<ProjectReference Include="..\P.Pager.Mvc\P.Pager.Mvc.csproj">
220-
<Project>{74eed4ca-8d72-447d-b568-ac8113805b88}</Project>
222+
<ProjectReference Include="..\..\src\P.Pager.Mvc\P.Pager.Mvc.csproj">
223+
<Project>{029eb809-7d7f-4595-8050-212dd40250bd}</Project>
221224
<Name>P.Pager.Mvc</Name>
222225
</ProjectReference>
223-
<ProjectReference Include="..\P.Pager\P.Pager.csproj">
224-
<Project>{1ca29561-6341-421b-8f05-1d4f86d3510d}</Project>
226+
<ProjectReference Include="..\..\src\P.Pager\P.Pager.csproj">
227+
<Project>{55f4ebd0-2b01-4638-804f-199a8f47b576}</Project>
225228
<Name>P.Pager</Name>
226229
</ProjectReference>
227230
</ItemGroup>
@@ -242,7 +245,7 @@
242245
<WebProjectProperties>
243246
<UseIIS>True</UseIIS>
244247
<AutoAssignPort>True</AutoAssignPort>
245-
<DevelopmentServerPort>55547</DevelopmentServerPort>
248+
<DevelopmentServerPort>53559</DevelopmentServerPort>
246249
<DevelopmentServerVPath>/</DevelopmentServerVPath>
247250
<IISUrl>http://localhost:62545/</IISUrl>
248251
<NTLMAuthentication>False</NTLMAuthentication>
@@ -258,7 +261,7 @@
258261
<PropertyGroup>
259262
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
260263
</PropertyGroup>
261-
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
264+
<Error Condition="!Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
262265
</Target>
263266
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
264267
Other similar extension points exist, see Microsoft.Common.targets.

examples/P.Pager.Mvc.Example/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("afb63eab-42b1-49f5-ad11-6df698f5f5a6")]
23+
[assembly: Guid("de9709af-132e-43c2-a7af-e77947de1702")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@{
2+
ViewBag.Title = "About";
3+
}
4+
<h2>@ViewBag.Title.</h2>
5+
<h3>@ViewBag.Message</h3>
6+
7+
<p>Use this area to provide additional information.</p>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@{
2+
ViewBag.Title = "Contact";
3+
}
4+
<h2>@ViewBag.Title.</h2>
5+
<h3>@ViewBag.Message</h3>
6+
7+
<address>
8+
One Microsoft Way<br />
9+
Redmond, WA 98052-6399<br />
10+
<abbr title="Phone">P:</abbr>
11+
425.555.0100
12+
</address>
13+
14+
<address>
15+
<strong>Support:</strong> <a href="mailto:[email protected]">Support@example.com</a><br />
16+
<strong>Marketing:</strong> <a href="mailto:[email protected]">Marketing@example.com</a>
17+
</address>

0 commit comments

Comments
 (0)