|
50 | 50 | <HintPath>..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
|
51 | 51 | </Reference>
|
52 | 52 | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
53 |
| - <HintPath>..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath> |
| 53 | + <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
54 | 54 | </Reference>
|
55 | 55 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
56 |
| - <HintPath>..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 56 | + <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
57 | 57 | </Reference>
|
58 | 58 | <Reference Include="Microsoft.AI.Agent.Intercept, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
59 | 59 | <HintPath>..\..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.4.0\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
|
|
102 | 102 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
103 | 103 | <Reference Include="System.Core" />
|
104 | 104 | <Reference Include="System.Data.DataSetExtensions" />
|
| 105 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 106 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.Helpers.dll</HintPath> |
| 107 | + </Reference> |
| 108 | + <Reference Include="System.Web.Mvc, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 109 | + <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.6\lib\net45\System.Web.Mvc.dll</HintPath> |
| 110 | + </Reference> |
| 111 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 112 | + <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.6\lib\net45\System.Web.Razor.dll</HintPath> |
| 113 | + </Reference> |
| 114 | + <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 115 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.dll</HintPath> |
| 116 | + </Reference> |
| 117 | + <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 118 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 119 | + </Reference> |
| 120 | + <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 121 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 122 | + </Reference> |
105 | 123 | <Reference Include="System.Xml.Linq" />
|
106 | 124 | <Reference Include="System.Web" />
|
107 | 125 | <Reference Include="System.Web.Extensions" />
|
|
119 | 137 | </Reference>
|
120 | 138 | <Reference Include="System.Net.Http.WebRequest">
|
121 | 139 | </Reference>
|
122 |
| - <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
123 |
| - <Private>True</Private> |
124 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
125 |
| - </Reference> |
126 |
| - <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
127 |
| - <Private>True</Private> |
128 |
| - <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
129 |
| - </Reference> |
130 | 140 | <Reference Include="System.Web.Optimization">
|
131 | 141 | <HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
132 | 142 | </Reference>
|
133 |
| - <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
134 |
| - <Private>True</Private> |
135 |
| - <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
136 |
| - </Reference> |
137 |
| - <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
138 |
| - <Private>True</Private> |
139 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
140 |
| - </Reference> |
141 |
| - <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
142 |
| - <Private>True</Private> |
143 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
144 |
| - </Reference> |
145 |
| - <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
146 |
| - <Private>True</Private> |
147 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
148 |
| - </Reference> |
149 | 143 | <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
150 | 144 | <HintPath>..\..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
|
151 | 145 | </Reference>
|
|
170 | 164 | <DependentUpon>Global.asax</DependentUpon>
|
171 | 165 | </Compile>
|
172 | 166 | <Compile Include="Properties\AssemblyInfo.cs" />
|
173 |
| - <Compile Include="SqlServerTypes\Loader.cs" /> |
174 | 167 | </ItemGroup>
|
175 | 168 | <ItemGroup>
|
176 | 169 | <Content Include="Content\bootstrap-theme.css" />
|
|
238 | 231 | <Content Include="Scripts\respond.matchmedia.addListener.js" />
|
239 | 232 | <Content Include="Scripts\respond.matchmedia.addListener.min.js" />
|
240 | 233 | <Content Include="Scripts\respond.min.js" />
|
241 |
| - <Content Include="SqlServerTypes\readme.htm" /> |
242 |
| - <Content Include="SqlServerTypes\x64\msvcr120.dll"> |
243 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
244 |
| - </Content> |
245 |
| - <Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll"> |
246 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
247 |
| - </Content> |
248 |
| - <Content Include="SqlServerTypes\x86\msvcr120.dll"> |
249 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
250 |
| - </Content> |
251 |
| - <Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll"> |
252 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
253 |
| - </Content> |
254 | 234 | <Content Include="Web.config" />
|
255 | 235 | <Content Include="Web.Debug.config">
|
256 | 236 | <DependentUpon>Web.config</DependentUpon>
|
|
283 | 263 | <Name>JQDT.MVC</Name>
|
284 | 264 | </ProjectReference>
|
285 | 265 | <ProjectReference Include="..\..\JQDT\JQDT.csproj">
|
286 |
| - <Project>{C82E4675-88AB-4B78-8475-F1521BDAE330}</Project> |
| 266 | + <Project>{c82e4675-88ab-4b78-8475-f1521bdae330}</Project> |
287 | 267 | <Name>JQDT</Name>
|
288 | 268 | </ProjectReference>
|
289 | 269 | <ProjectReference Include="..\Examples.Data\Examples.Data.csproj">
|
|
0 commit comments