|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <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')" /> |
5 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
6 | 6 | <PropertyGroup>
|
7 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
8 | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
9 | 9 | <ProductVersion>
|
10 | 10 | </ProductVersion>
|
11 | 11 | <SchemaVersion>2.0</SchemaVersion>
|
12 |
| - <ProjectGuid>{97B5A638-8ABB-40E2-B010-CA324BF59A2B}</ProjectGuid> |
| 12 | + <ProjectGuid>{0CE87A40-BEEE-43A5-9AF4-E0852C6EADFB}</ProjectGuid> |
13 | 13 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
14 | 14 | <OutputType>Library</OutputType>
|
15 | 15 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
27 | 27 | <NuGetPackageImportStamp>
|
28 | 28 | </NuGetPackageImportStamp>
|
29 | 29 | <TypeScriptToolsVersion>3.3</TypeScriptToolsVersion>
|
30 |
| - <TargetFrameworkProfile /> |
31 | 30 | </PropertyGroup>
|
32 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
33 | 32 | <DebugSymbols>true</DebugSymbols>
|
|
51 | 50 | <Reference Include="Microsoft.CSharp" />
|
52 | 51 | <Reference Include="System" />
|
53 | 52 | <Reference Include="System.Data" />
|
54 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
55 | 53 | <Reference Include="System.Drawing" />
|
56 | 54 | <Reference Include="System.Web.DynamicData" />
|
57 | 55 | <Reference Include="System.Web.Entity" />
|
58 | 56 | <Reference Include="System.Web.ApplicationServices" />
|
59 | 57 | <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" /> |
64 | 61 | <Reference Include="System.Web" />
|
| 62 | + <Reference Include="System.Web.Extensions" /> |
65 | 63 | <Reference Include="System.Web.Abstractions" />
|
66 | 64 | <Reference Include="System.Web.Routing" />
|
67 | 65 | <Reference Include="System.Xml" />
|
|
70 | 68 | <Reference Include="System.EnterpriseServices" />
|
71 | 69 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
72 | 70 | <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> |
74 | 72 | </Reference>
|
75 | 73 | <Reference Include="System.Net.Http">
|
76 | 74 | </Reference>
|
77 | 75 | <Reference Include="System.Net.Http.WebRequest">
|
78 | 76 | </Reference>
|
79 | 77 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
80 | 78 | <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> |
82 | 84 | </Reference>
|
83 | 85 | <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> |
85 | 87 | </Reference>
|
86 | 88 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
87 | 89 | <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> |
89 | 91 | </Reference>
|
90 | 92 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
91 | 93 | <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> |
93 | 95 | </Reference>
|
94 | 96 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
95 | 97 | <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> |
97 | 99 | </Reference>
|
98 | 100 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
99 | 101 | <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> |
101 | 103 | </Reference>
|
102 | 104 | <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> |
104 | 106 | </Reference>
|
105 |
| - <Reference Include="System.Xml.Linq" /> |
106 | 107 | <Reference Include="WebGrease">
|
107 | 108 | <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> |
109 | 110 | </Reference>
|
110 | 111 | <Reference Include="Antlr3.Runtime">
|
111 | 112 | <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> |
113 | 114 | </Reference>
|
114 | 115 | </ItemGroup>
|
115 | 116 | <ItemGroup>
|
116 | 117 | <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> |
118 | 119 | </Reference>
|
119 | 120 | </ItemGroup>
|
120 | 121 | <ItemGroup>
|
|
190 | 191 | <Content Include="Views\_ViewStart.cshtml" />
|
191 | 192 | <Content Include="Views\Shared\Error.cshtml" />
|
192 | 193 | <Content Include="Views\Shared\_Layout.cshtml" />
|
| 194 | + <Content Include="Views\Home\About.cshtml" /> |
| 195 | + <Content Include="Views\Home\Contact.cshtml" /> |
193 | 196 | <Content Include="Views\Home\Index.cshtml" />
|
194 | 197 | <Content Include="Scripts\umd\popper.min.js.map" />
|
195 | 198 | <Content Include="Scripts\umd\popper.js.map" />
|
|
216 | 219 | <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
|
217 | 220 | </ItemGroup>
|
218 | 221 | <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> |
221 | 224 | <Name>P.Pager.Mvc</Name>
|
222 | 225 | </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> |
225 | 228 | <Name>P.Pager</Name>
|
226 | 229 | </ProjectReference>
|
227 | 230 | </ItemGroup>
|
|
242 | 245 | <WebProjectProperties>
|
243 | 246 | <UseIIS>True</UseIIS>
|
244 | 247 | <AutoAssignPort>True</AutoAssignPort>
|
245 |
| - <DevelopmentServerPort>55547</DevelopmentServerPort> |
| 248 | + <DevelopmentServerPort>53559</DevelopmentServerPort> |
246 | 249 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
247 | 250 | <IISUrl>http://localhost:62545/</IISUrl>
|
248 | 251 | <NTLMAuthentication>False</NTLMAuthentication>
|
|
258 | 261 | <PropertyGroup>
|
259 | 262 | <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>
|
260 | 263 | </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'))" /> |
262 | 265 | </Target>
|
263 | 266 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
264 | 267 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments