|
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="..\..\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\..\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" /> |
4 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 4 | <PropertyGroup>
|
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
45 | 44 | <WarningLevel>4</WarningLevel>
|
46 | 45 | </PropertyGroup>
|
47 | 46 | <ItemGroup>
|
48 |
| - <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
49 |
| - <HintPath>..\..\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> |
50 |
| - </Reference> |
51 | 47 | <Reference Include="Microsoft.CSharp" />
|
52 | 48 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
53 | 49 | <Reference Include="System" />
|
|
65 | 61 | <Reference Include="System.Web.DynamicData" />
|
66 | 62 | <Reference Include="System.Web.Entity" />
|
67 | 63 | <Reference Include="System.Web.ApplicationServices" />
|
68 |
| - <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
69 |
| - <Private>True</Private> |
70 |
| - <HintPath>..\..\src\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
71 |
| - </Reference> |
72 |
| - <Reference Include="AspNet.ScriptManager.bootstrap"> |
73 |
| - <HintPath>..\..\src\packages\AspNet.ScriptManager.bootstrap.3.4.1\lib\net45\AspNet.ScriptManager.bootstrap.dll</HintPath> |
74 |
| - </Reference> |
75 |
| - <Reference Include="AspNet.ScriptManager.jQuery"> |
76 |
| - <HintPath>..\..\src\packages\AspNet.ScriptManager.jQuery.3.4.1\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath> |
77 |
| - </Reference> |
78 |
| - <Reference Include="Microsoft.ScriptManager.MSAjax"> |
79 |
| - <HintPath>..\..\src\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll</HintPath> |
80 |
| - </Reference> |
81 |
| - <Reference Include="Microsoft.ScriptManager.WebForms"> |
82 |
| - <HintPath>..\..\src\packages\Microsoft.AspNet.ScriptManager.WebForms.5.0.0\lib\net45\Microsoft.ScriptManager.WebForms.dll</HintPath> |
83 |
| - </Reference> |
84 |
| - <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
85 |
| - <HintPath>..\..\src\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
86 |
| - </Reference> |
87 |
| - <Reference Include="Newtonsoft.Json"> |
88 |
| - <HintPath>..\..\src\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
89 |
| - </Reference> |
90 |
| - <Reference Include="WebGrease"> |
91 |
| - <Private>True</Private> |
92 |
| - <HintPath>..\..\src\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> |
93 |
| - </Reference> |
94 |
| - <Reference Include="Antlr3.Runtime"> |
95 |
| - <Private>True</Private> |
96 |
| - <HintPath>..\..\src\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> |
97 |
| - </Reference> |
98 |
| - <Reference Include="Microsoft.AspNet.Web.Optimization.WebForms"> |
99 |
| - <Private>True</Private> |
100 |
| - <HintPath>..\..\src\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath> |
101 |
| - </Reference> |
102 |
| - <Reference Include="Microsoft.AspNet.FriendlyUrls"> |
103 |
| - <HintPath>..\..\src\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll</HintPath> |
104 |
| - </Reference> |
| 64 | + </ItemGroup> |
| 65 | + <ItemGroup> |
| 66 | + <PackageReference Include="Antlr3.Runtime"> |
| 67 | + <Version>3.5.1</Version> |
| 68 | + </PackageReference> |
| 69 | + <PackageReference Include="AspNet.ScriptManager.bootstrap"> |
| 70 | + <Version>4.4.1</Version> |
| 71 | + </PackageReference> |
| 72 | + <PackageReference Include="AspNet.ScriptManager.jQuery"> |
| 73 | + <Version>3.4.1</Version> |
| 74 | + </PackageReference> |
| 75 | + <PackageReference Include="Microsoft.AspNet.FriendlyUrls.Core"> |
| 76 | + <Version>1.0.2</Version> |
| 77 | + </PackageReference> |
| 78 | + <PackageReference Include="Microsoft.AspNet.ScriptManager.MSAjax"> |
| 79 | + <Version>5.0.0</Version> |
| 80 | + </PackageReference> |
| 81 | + <PackageReference Include="Microsoft.AspNet.Web.Optimization"> |
| 82 | + <Version>1.1.3</Version> |
| 83 | + </PackageReference> |
| 84 | + <PackageReference Include="Microsoft.AspNet.Web.Optimization.WebForms"> |
| 85 | + <Version>1.1.3</Version> |
| 86 | + </PackageReference> |
| 87 | + <PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform"> |
| 88 | + <Version>2.0.1</Version> |
| 89 | + </PackageReference> |
| 90 | + <PackageReference Include="Microsoft.ScriptManager.WebForms"> |
| 91 | + <Version>1.0.1</Version> |
| 92 | + </PackageReference> |
| 93 | + <PackageReference Include="Microsoft.Web.Infrastructure"> |
| 94 | + <Version>1.0.0</Version> |
| 95 | + </PackageReference> |
| 96 | + <PackageReference Include="Newtonsoft.Json"> |
| 97 | + <Version>12.0.3</Version> |
| 98 | + </PackageReference> |
| 99 | + <PackageReference Include="WebGrease"> |
| 100 | + <Version>1.6.0</Version> |
| 101 | + </PackageReference> |
105 | 102 | </ItemGroup>
|
106 | 103 | <ItemGroup>
|
107 | 104 | <Content Include="Content\bootstrap-theme.css" />
|
|
114 | 111 | <Content Include="ControlSamples\DataList\StyleAttributes.aspx" />
|
115 | 112 | <Content Include="ControlSamples\DataList\FlowLayout.aspx" />
|
116 | 113 | <Content Include="ControlSamples\DataList\Default.aspx" />
|
| 114 | + <Content Include="ControlSamples\GridView\AutoGeneratedColumns.aspx" /> |
| 115 | + <Content Include="ControlSamples\GridView\Default.aspx" /> |
| 116 | + <Content Include="ControlSamples\GridView\TemplateFields.aspx" /> |
117 | 117 | <Content Include="ControlSamples\ListView\Grouping.aspx" />
|
118 | 118 | <Content Include="ControlSamples\ListView\Default.aspx" />
|
119 | 119 | <Content Include="ControlSamples\ListView\ModelBinding.aspx" />
|
|
198 | 198 | <Compile Include="ControlSamples\DataList\Default.aspx.designer.cs">
|
199 | 199 | <DependentUpon>Default.aspx</DependentUpon>
|
200 | 200 | </Compile>
|
| 201 | + <Compile Include="ControlSamples\GridView\AutoGeneratedColumns.aspx.cs"> |
| 202 | + <DependentUpon>AutoGeneratedColumns.aspx</DependentUpon> |
| 203 | + <SubType>ASPXCodeBehind</SubType> |
| 204 | + </Compile> |
| 205 | + <Compile Include="ControlSamples\GridView\AutoGeneratedColumns.aspx.designer.cs"> |
| 206 | + <DependentUpon>AutoGeneratedColumns.aspx</DependentUpon> |
| 207 | + </Compile> |
| 208 | + <Compile Include="ControlSamples\GridView\Customer.cs" /> |
| 209 | + <Compile Include="ControlSamples\GridView\Default.aspx.cs"> |
| 210 | + <DependentUpon>Default.aspx</DependentUpon> |
| 211 | + <SubType>ASPXCodeBehind</SubType> |
| 212 | + </Compile> |
| 213 | + <Compile Include="ControlSamples\GridView\Default.aspx.designer.cs"> |
| 214 | + <DependentUpon>Default.aspx</DependentUpon> |
| 215 | + </Compile> |
| 216 | + <Compile Include="ControlSamples\GridView\TemplateFields.aspx.cs"> |
| 217 | + <DependentUpon>TemplateFields.aspx</DependentUpon> |
| 218 | + <SubType>ASPXCodeBehind</SubType> |
| 219 | + </Compile> |
| 220 | + <Compile Include="ControlSamples\GridView\TemplateFields.aspx.designer.cs"> |
| 221 | + <DependentUpon>TemplateFields.aspx</DependentUpon> |
| 222 | + </Compile> |
201 | 223 | <Compile Include="ControlSamples\ListView\Grouping.aspx.cs">
|
202 | 224 | <DependentUpon>Grouping.aspx</DependentUpon>
|
203 | 225 | <SubType>ASPXCodeBehind</SubType>
|
|
318 | 340 | </FlavorProperties>
|
319 | 341 | </VisualStudio>
|
320 | 342 | </ProjectExtensions>
|
321 |
| - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 343 | + <!--<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
322 | 344 | <PropertyGroup>
|
323 | 345 | <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>
|
324 | 346 | </PropertyGroup>
|
325 | 347 | <Error Condition="!Exists('..\..\src\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets'))" />
|
326 | 348 | <Error Condition="!Exists('..\..\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
327 | 349 | </Target>
|
328 |
| - <Import Project="..\..\src\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\src\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> |
| 350 | + <Import Project="..\..\src\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\src\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />--> |
329 | 351 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
330 | 352 | Other similar extension points exist, see Microsoft.Common.targets.
|
331 | 353 | <Target Name="BeforeBuild">
|
|
0 commit comments