|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" /> |
3 | 4 | <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
|
4 |
| - <Import Project="..\packages\Microsoft.Net.Compilers.2.3.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.3.1\build\Microsoft.Net.Compilers.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>
|
|
13 | 13 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
14 | 14 | <OutputType>Library</OutputType>
|
15 | 15 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
16 |
| - <RootNamespace>OneTrueError.Client.AspNet.Demo</RootNamespace> |
17 |
| - <AssemblyName>OneTrueError.Client.AspNet.Demo</AssemblyName> |
| 16 | + <RootNamespace>codeRR.Client.AspNet.Demo</RootNamespace> |
| 17 | + <AssemblyName>Coderr.Client.AspNet.Demo</AssemblyName> |
18 | 18 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
19 | 19 | <UseIISExpress>false</UseIISExpress>
|
20 | 20 | <IISExpressSSLPort />
|
|
44 | 44 | <WarningLevel>4</WarningLevel>
|
45 | 45 | </PropertyGroup>
|
46 | 46 | <ItemGroup>
|
| 47 | + <Reference Include="Coderr.Client, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\Coderr.Client.1.0.5\lib\net451\Coderr.Client.dll</HintPath> |
| 49 | + </Reference> |
47 | 50 | <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
48 | 51 | <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
|
49 | 52 | </Reference>
|
50 | 53 | <Reference Include="Microsoft.CSharp" />
|
51 |
| - <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
52 |
| - <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 54 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
53 | 56 | </Reference>
|
54 | 57 | <Reference Include="OneTrueError.Client, Version=1.0.3.0, Culture=neutral, processorArchitecture=MSIL">
|
55 | 58 | <HintPath>..\packages\OneTrueError.Client.1.0.3\lib\net40\OneTrueError.Client.dll</HintPath>
|
56 | 59 | </Reference>
|
| 60 | + <Reference Include="System.Management" /> |
57 | 61 | <Reference Include="System.Web.DynamicData" />
|
58 | 62 | <Reference Include="System.Web.Entity" />
|
59 | 63 | <Reference Include="System.Web.ApplicationServices" />
|
|
84 | 88 | <Content Include="Errors\Error.aspx" />
|
85 | 89 | <Content Include="Errors\NotFound.aspx" />
|
86 | 90 | <Content Include="Global.asax" />
|
87 |
| - <Content Include="Nuget\ReadMe.txt" /> |
88 |
| - <Content Include="Startpage.aspx" /> |
| 91 | + <Content Include="Default.aspx" /> |
89 | 92 | <Content Include="Web.config" />
|
90 | 93 | </ItemGroup>
|
91 | 94 | <ItemGroup>
|
|
107 | 110 | <DependentUpon>Global.asax</DependentUpon>
|
108 | 111 | </Compile>
|
109 | 112 | <Compile Include="Properties\AssemblyInfo.cs" />
|
110 |
| - <Compile Include="Startpage.aspx.cs"> |
111 |
| - <DependentUpon>Startpage.aspx</DependentUpon> |
| 113 | + <Compile Include="Default.aspx.cs"> |
| 114 | + <DependentUpon>Default.aspx</DependentUpon> |
112 | 115 | <SubType>ASPXCodeBehind</SubType>
|
113 | 116 | </Compile>
|
114 |
| - <Compile Include="Startpage.aspx.designer.cs"> |
115 |
| - <DependentUpon>Startpage.aspx</DependentUpon> |
| 117 | + <Compile Include="Default.aspx.designer.cs"> |
| 118 | + <DependentUpon>Default.aspx</DependentUpon> |
116 | 119 | </Compile>
|
117 | 120 | </ItemGroup>
|
118 | 121 | <ItemGroup>
|
119 |
| - <ProjectReference Include="..\OneTrueError.Client.AspNet\OneTrueError.Client.AspNet.csproj"> |
| 122 | + <ProjectReference Include="..\Coderr.Client.AspNet\Coderr.Client.AspNet.csproj"> |
120 | 123 | <Project>{fa2b6ecc-4e09-42a5-9239-c50cd640ac5b}</Project>
|
121 | 124 | <Name>OneTrueError.Client.AspNet</Name>
|
122 | 125 | </ProjectReference>
|
|
136 | 139 | <AutoAssignPort>True</AutoAssignPort>
|
137 | 140 | <DevelopmentServerPort>54793</DevelopmentServerPort>
|
138 | 141 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
139 |
| - <IISUrl>http://localhost/OneTrueError.Client.AspNet.Demo</IISUrl> |
| 142 | + <IISUrl>http://localhost/OneTrueError.Client.AspNet.Demo/</IISUrl> |
| 143 | + <OverrideIISAppRootUrl>True</OverrideIISAppRootUrl> |
| 144 | + <IISAppRootUrl>http://localhost/OneTrueError.Client.AspNet.Demo/Startpage.aspx</IISAppRootUrl> |
140 | 145 | <NTLMAuthentication>False</NTLMAuthentication>
|
141 | 146 | <UseCustomServer>False</UseCustomServer>
|
142 | 147 | <CustomServerUrl>
|
|
150 | 155 | <PropertyGroup>
|
151 | 156 | <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>
|
152 | 157 | </PropertyGroup>
|
153 |
| - <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.3.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.3.1\build\Microsoft.Net.Compilers.props'))" /> |
154 | 158 | <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
| 159 | + <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props'))" /> |
155 | 160 | </Target>
|
156 | 161 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
157 | 162 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments