File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+
34 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45 <PropertyGroup >
56 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1112 <AssemblyName >Mvc.JQuery.DataTables</AssemblyName >
1213 <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
1314 <FileAlignment >512</FileAlignment >
15+ <RootNamespace >Mvc.JQuery.DataTables</RootNamespace >
16+ <AssemblyName >Mvc.JQuery.DataTables</AssemblyName >
17+ <PackageId >Mvc.JQuery.DataTables</PackageId >
18+
19+ <PackageVersion >1.0.0</PackageVersion >
20+ <Authors >Harry McIntyre</Authors >
21+ <Description >Popular lib for using DataTables.net with IQueryable. Install this package to use with MVC5</Description >
22+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
23+ <PackageProjectUrl >https://github.com/mcintyre321/mvc.jquery.datatables</PackageProjectUrl >
24+ <Copyright >Harry McIntyre</Copyright >
25+ <PackageTags >jquery datatables iqueryable razor asp mvc mvc5</PackageTags >
26+ <PackageLicenseUrl >https://github.com/mcintyre321/mvc.jquery.datatables/blob/master/License.</PackageLicenseUrl > </PropertyGroup >
27+
28+
1429 </PropertyGroup >
1530 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1631 <DebugSymbols >true</DebugSymbols >
You can’t perform that action at this time.
0 commit comments