| 
1 | 1 | <?xml version="1.0" encoding="utf-8"?>  | 
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  | 
 | 3 | +  <Import Project="packages\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.5.1\build\EntityFramework.props')" />  | 
 | 4 | +  <Import Project="packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />  | 
 | 5 | +  <Import Project="packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />  | 
 | 6 | +  <Import Project="packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.props" Condition="Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.props')" />  | 
3 | 7 |   <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />  | 
4 | 8 |   <Import Project="..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />  | 
 | 9 | +  <Import Project="..\packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.props" Condition="Exists('..\packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.props')" />  | 
5 | 10 |   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />  | 
6 | 11 |   <PropertyGroup>  | 
7 | 12 |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>  | 
 | 
15 | 20 |     <AppDesignerFolder>Properties</AppDesignerFolder>  | 
16 | 21 |     <RootNamespace>datagrid_mvc5</RootNamespace>  | 
17 | 22 |     <AssemblyName>datagrid-mvc5</AssemblyName>  | 
18 |  | -    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>  | 
 | 23 | +    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>  | 
19 | 24 |     <MvcBuildViews>false</MvcBuildViews>  | 
20 | 25 |     <UseIISExpress>true</UseIISExpress>  | 
21 | 26 |     <IISExpressSSLPort />  | 
 | 
26 | 31 |     <NuGetPackageImportStamp>  | 
27 | 32 |     </NuGetPackageImportStamp>  | 
28 | 33 |     <Use64BitIISExpress />  | 
 | 34 | +    <TargetFrameworkProfile />  | 
29 | 35 |   </PropertyGroup>  | 
30 | 36 |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">  | 
31 | 37 |     <DebugSymbols>true</DebugSymbols>  | 
 | 
45 | 51 |     <WarningLevel>4</WarningLevel>  | 
46 | 52 |   </PropertyGroup>  | 
47 | 53 |   <ItemGroup>  | 
48 |  | -    <Reference Include="DevExtreme.AspNet.Data, Version=2.5.1.0, Culture=neutral, PublicKeyToken=982f5dab1439d0f7, processorArchitecture=MSIL">  | 
49 |  | -      <HintPath>..\packages\DevExtreme.AspNet.Data.2.5.1\lib\net452\DevExtreme.AspNet.Data.dll</HintPath>  | 
50 |  | -    </Reference>  | 
51 |  | -    <Reference Include="DevExtreme.AspNet.Mvc">  | 
52 |  | -      <HintPath>..\lib\DevExtreme\DevExtreme.AspNet.Mvc.dll</HintPath>  | 
 | 54 | +    <Reference Include="DevExtreme.AspNet.Data, Version=5.1.0.0, Culture=neutral, PublicKeyToken=982f5dab1439d0f7, processorArchitecture=MSIL">  | 
 | 55 | +      <HintPath>packages\DevExtreme.AspNet.Data.5.1.0\lib\net462\DevExtreme.AspNet.Data.dll</HintPath>  | 
53 | 56 |     </Reference>  | 
54 | 57 |     <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">  | 
55 |  | -      <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>  | 
 | 58 | +      <HintPath>packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>  | 
56 | 59 |       <Private>True</Private>  | 
57 | 60 |     </Reference>  | 
58 | 61 |     <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">  | 
59 |  | -      <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>  | 
 | 62 | +      <HintPath>packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>  | 
60 | 63 |       <Private>True</Private>  | 
61 | 64 |     </Reference>  | 
62 | 65 |     <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
63 |  | -      <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>  | 
 | 66 | +      <HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>  | 
64 | 67 |       <Private>True</Private>  | 
65 | 68 |     </Reference>  | 
66 | 69 |     <Reference Include="Microsoft.CSharp" />  | 
 | 70 | +    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
 | 71 | +      <HintPath>packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>  | 
 | 72 | +      <Private>True</Private>  | 
 | 73 | +    </Reference>  | 
67 | 74 |     <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">  | 
68 |  | -      <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>  | 
 | 75 | +      <HintPath>packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>  | 
 | 76 | +      <Private>True</Private>  | 
69 | 77 |     </Reference>  | 
70 | 78 |     <Reference Include="System" />  | 
71 | 79 |     <Reference Include="System.Data" />  | 
 | 
74 | 82 |     <Reference Include="System.Web.Entity" />  | 
75 | 83 |     <Reference Include="System.Web.ApplicationServices" />  | 
76 | 84 |     <Reference Include="System.ComponentModel.DataAnnotations" />  | 
77 |  | -    <Reference Include="System.Core" />  | 
78 |  | -    <Reference Include="System.Data.DataSetExtensions" />  | 
79 |  | -    <Reference Include="System.Xml.Linq" />  | 
80 |  | -    <Reference Include="System.Web" />  | 
81 |  | -    <Reference Include="System.Web.Extensions" />  | 
82 |  | -    <Reference Include="System.Web.Abstractions" />  | 
83 |  | -    <Reference Include="System.Web.Routing" />  | 
84 |  | -    <Reference Include="System.Xml" />  | 
85 |  | -    <Reference Include="System.Configuration" />  | 
86 |  | -    <Reference Include="System.Web.Services" />  | 
87 |  | -    <Reference Include="System.EnterpriseServices" />  | 
88 |  | -    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
89 |  | -      <Private>True</Private>  | 
90 |  | -      <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>  | 
91 |  | -    </Reference>  | 
92 |  | -    <Reference Include="System.Net.Http">  | 
93 |  | -    </Reference>  | 
94 |  | -    <Reference Include="System.Net.Http.WebRequest">  | 
95 |  | -    </Reference>  | 
96 | 85 |     <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
 | 86 | +      <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>  | 
97 | 87 |       <Private>True</Private>  | 
98 |  | -      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>  | 
99 | 88 |     </Reference>  | 
100 | 89 |     <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
 | 90 | +      <HintPath>packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>  | 
101 | 91 |       <Private>True</Private>  | 
102 |  | -      <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>  | 
103 | 92 |     </Reference>  | 
104 | 93 |     <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
 | 94 | +      <HintPath>packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>  | 
105 | 95 |       <Private>True</Private>  | 
106 |  | -      <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>  | 
107 | 96 |     </Reference>  | 
108 | 97 |     <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
 | 98 | +      <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>  | 
109 | 99 |       <Private>True</Private>  | 
110 |  | -      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>  | 
111 | 100 |     </Reference>  | 
112 | 101 |     <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
 | 102 | +      <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>  | 
113 | 103 |       <Private>True</Private>  | 
114 |  | -      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>  | 
115 | 104 |     </Reference>  | 
116 | 105 |     <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">  | 
 | 106 | +      <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>  | 
117 | 107 |       <Private>True</Private>  | 
118 |  | -      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>  | 
 | 108 | +    </Reference>  | 
 | 109 | +    <Reference Include="System.Web" />  | 
 | 110 | +    <Reference Include="System.Web.Abstractions" />  | 
 | 111 | +    <Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">  | 
 | 112 | +      <HintPath>packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>  | 
 | 113 | +    </Reference>  | 
 | 114 | +    <Reference Include="System.Web.Routing" />  | 
 | 115 | +    <Reference Include="System.Xml" />  | 
 | 116 | +    <Reference Include="System.Configuration" />  | 
 | 117 | +    <Reference Include="System.Web.Services" />  | 
 | 118 | +    <Reference Include="System.EnterpriseServices" />  | 
 | 119 | +    <Reference Include="System.Net.Http">  | 
 | 120 | +    </Reference>  | 
 | 121 | +    <Reference Include="System.Net.Http.WebRequest">  | 
119 | 122 |     </Reference>  | 
120 | 123 |   </ItemGroup>  | 
121 | 124 |   <ItemGroup>  | 
 | 
169 | 172 |   <ItemGroup>  | 
170 | 173 |     <Content Include="package.json" />  | 
171 | 174 |   </ItemGroup>  | 
 | 175 | +  <ItemGroup>  | 
 | 176 | +    <Content Include="lib\**\*" />  | 
 | 177 | +    <None Include="libman.json" />  | 
 | 178 | +  </ItemGroup>  | 
172 | 179 |   <PropertyGroup>  | 
173 |  | -    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>  | 
174 |  | -    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>  | 
 | 180 | +    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>  | 
 | 181 | +    <VSToolsPath Condition="'$(VSToolsPath)' == '' and Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets')">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>  | 
175 | 182 |   </PropertyGroup>  | 
176 | 183 |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />  | 
 | 184 | +  <Import Project="packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.targets" Condition="Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.targets')" />  | 
 | 185 | +  <Import Project="..\packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.targets" Condition="Exists('..\packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.targets')" />  | 
177 | 186 |   <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />  | 
178 | 187 |   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />  | 
179 | 188 |   <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">  | 
 | 
202 | 211 |     <PropertyGroup>  | 
203 | 212 |       <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>  | 
204 | 213 |     </PropertyGroup>  | 
205 |  | -    <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />  | 
206 |  | -    <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />  | 
 | 214 | +    <Error Condition="!Exists('packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />  | 
 | 215 | +    <Error Condition="!Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />  | 
 | 216 | +    <Error Condition="!Exists('packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />  | 
 | 217 | +    <Error Condition="!Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.props'))" />  | 
 | 218 | +    <Error Condition="!Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.LibraryManager.Build.2.1.175\build\Microsoft.Web.LibraryManager.Build.targets'))" />  | 
 | 219 | +    <Error Condition="!Exists('packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />  | 
207 | 220 |   </Target>  | 
208 | 221 |   <PropertyGroup>  | 
209 | 222 |     <PreBuildEvent>npm install</PreBuildEvent>  | 
210 | 223 |   </PropertyGroup>  | 
 | 224 | +  <Import Project="packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />  | 
211 | 225 |   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  | 
212 | 226 |        Other similar extension points exist, see Microsoft.Common.targets.  | 
213 | 227 |   <Target Name="BeforeBuild">  | 
 | 
0 commit comments