1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project ToolsVersion = " 12.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+
33 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{8DA3D5E6-D714-40C3-B6CB-E88D852C5175}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >Mvc.JQuery.DataTables.Templates</RootNamespace >
12- <AssemblyName >Mvc.JQuery.DataTables.Templates</AssemblyName >
13- <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <TargetFrameworkProfile />
16- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
17- <RestorePackages >true</RestorePackages >
4+ <TargetFrameworks >netstandard1.6;net451</TargetFrameworks >
5+ <Authors >Harry McIntyre</Authors >
6+ <Company />
7+ <Product />
8+ <Description >Popular lib for using DataTables.net with IQueryable. Install this package for the css/js/cshtml files if you aren't using the EmbeddedResouces</Description >
9+ <Copyright >Harry McIntyre</Copyright >
10+ <PackageLicenseUrl >https://github.com/mcintyre321/mvc.jquery.datatables/blob/master/License.txt</PackageLicenseUrl >
11+ <PackageProjectUrl >https://github.com/mcintyre321/mvc.jquery.datatables</PackageProjectUrl >
1812 </PropertyGroup >
19- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20- <DebugSymbols >true</DebugSymbols >
21- <DebugType >full</DebugType >
22- <Optimize >false</Optimize >
23- <OutputPath >bin\Debug\</OutputPath >
24- <DefineConstants >DEBUG;TRACE</DefineConstants >
25- <ErrorReport >prompt</ErrorReport >
26- <WarningLevel >4</WarningLevel >
27- <Prefer32Bit >false</Prefer32Bit >
28- </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >true</Optimize >
32- <OutputPath >bin\Release\</OutputPath >
33- <DefineConstants >TRACE</DefineConstants >
34- <ErrorReport >prompt</ErrorReport >
35- <WarningLevel >4</WarningLevel >
36- <Prefer32Bit >false</Prefer32Bit >
37- </PropertyGroup >
38- <ItemGroup >
39- <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
40- <Private >True</Private >
41- <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
42- </Reference >
43- <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
44- <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
45- </Reference >
13+
14+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
15+ <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.1.0" />
16+ <PackageReference Include =" System.ComponentModel.Primitives" Version =" 4.1.0" />
17+ <PackageReference Include =" System.Reflection" Version =" 4.1.0" />
18+ <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.1.0" />
19+ </ItemGroup >
20+
21+ <ItemGroup Condition =" '$(TargetFramework)' == 'net451' " >
22+ <PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 5.2.3" />
23+ <Reference Include =" System.ComponentModel.DataAnnotations" />
4624 <Reference Include =" System" />
47- <Reference Include =" System.Core" />
48- <Reference Include =" System.Web" />
49- <Reference Include =" System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
50- <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath >
51- <Private >True</Private >
52- </Reference >
53- <Reference Include =" System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
54- <HintPath >..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath >
55- <Private >True</Private >
56- </Reference >
57- <Reference Include =" System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
58- <HintPath >..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath >
59- <Private >True</Private >
60- </Reference >
61- <Reference Include =" System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
62- <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath >
63- <Private >True</Private >
64- </Reference >
65- <Reference Include =" System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
66- <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath >
67- <Private >True</Private >
68- </Reference >
69- <Reference Include =" System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
70- <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath >
71- <Private >True</Private >
72- </Reference >
73- <Reference Include =" System.Xml.Linq" />
74- <Reference Include =" System.Data.DataSetExtensions" />
7525 <Reference Include =" Microsoft.CSharp" />
76- <Reference Include =" System.Data" />
77- <Reference Include =" System.Xml" />
78- </ItemGroup >
79- <ItemGroup >
80- <Compile Include =" Marker.cs" />
81- <Compile Include =" Properties\AssemblyInfo.cs" />
82- </ItemGroup >
83- <ItemGroup >
84- <None Include =" packages.config" />
85- <None Include =" Views\Web.config" />
8626 </ItemGroup >
27+
8728 <ItemGroup >
8829 <Content Include =" timepicker-addon.css" />
8930 <Content Include =" Content\jquery-datatables-column-filter\jquery-ui-timepicker-addon.css" />
13071 <Content Include =" addon.css" />
13172 <Content Include =" Views\Shared\DataTable.cshtml" />
13273 </ItemGroup >
74+
13375 <ItemGroup >
134- <ProjectReference Include =" ..\Mvc.JQuery.DataTables\Mvc.JQuery.DataTables.csproj" >
135- <Project >{608e2574-4eb7-455c-8ab7-aaa66cb3642d}</Project >
136- <Name >Mvc.JQuery.DataTables</Name >
137- </ProjectReference >
76+ <Folder Include =" Properties\" />
13877 </ItemGroup >
139- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141- Other similar extension points exist, see Microsoft.Common.targets.
142- <Target Name="BeforeBuild">
143- </Target>
144- <Target Name="AfterBuild">
145- </Target>
146- -->
14778</Project >
0 commit comments