|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
8 | 8 | </ProductVersion>
|
9 | 9 | <SchemaVersion>2.0</SchemaVersion>
|
10 | 10 | <ProjectGuid>{B6D0A3FE-B95A-43A8-BFEE-0244BEE98C5E}</ProjectGuid>
|
11 |
| - <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
| 11 | + <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
12 | 12 | <OutputType>Library</OutputType>
|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
14 | 14 | <RootNamespace>KendoMVCWrappers</RootNamespace>
|
15 | 15 | <AssemblyName>KendoMVCWrappers</AssemblyName>
|
16 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <UseIISExpress>false</UseIISExpress>
|
19 | 19 | <IISExpressSSLPort />
|
20 | 20 | <IISExpressAnonymousAuthentication />
|
21 | 21 | <IISExpressWindowsAuthentication />
|
22 | 22 | <IISExpressUseClassicPipelineMode />
|
| 23 | + <TargetFrameworkProfile /> |
| 24 | + <UseGlobalApplicationHostFile /> |
23 | 25 | </PropertyGroup>
|
24 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
25 | 27 | <DebugSymbols>true</DebugSymbols>
|
|
29 | 31 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
30 | 32 | <ErrorReport>prompt</ErrorReport>
|
31 | 33 | <WarningLevel>4</WarningLevel>
|
| 34 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 35 | </PropertyGroup>
|
33 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
34 | 37 | <DebugType>pdbonly</DebugType>
|
|
37 | 40 | <DefineConstants>TRACE</DefineConstants>
|
38 | 41 | <ErrorReport>prompt</ErrorReport>
|
39 | 42 | <WarningLevel>4</WarningLevel>
|
| 43 | + <Prefer32Bit>false</Prefer32Bit> |
40 | 44 | </PropertyGroup>
|
41 | 45 | <ItemGroup>
|
42 | 46 | <Reference Include="Kendo.Mvc, Version=2014.2.903.440, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
|
|
47 | 51 | <Reference Include="Microsoft.CSharp" />
|
48 | 52 | <Reference Include="System" />
|
49 | 53 | <Reference Include="System.Data" />
|
| 54 | + <Reference Include="System.Data.DataSetExtensions" /> |
50 | 55 | <Reference Include="System.Drawing" />
|
51 | 56 | <Reference Include="System.Web.DynamicData" />
|
52 | 57 | <Reference Include="System.Web.Entity" />
|
53 | 58 | <Reference Include="System.Web.ApplicationServices" />
|
54 | 59 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
55 |
| - <Reference Include="System.Core" /> |
56 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
57 |
| - <Reference Include="System.Xml.Linq" /> |
58 |
| - <Reference Include="System.Web" /> |
59 | 60 | <Reference Include="System.Web.Extensions" />
|
| 61 | + <Reference Include="System.Web" /> |
60 | 62 | <Reference Include="System.Web.Abstractions" />
|
| 63 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 64 | + <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
| 65 | + <Private>True</Private> |
| 66 | + </Reference> |
| 67 | + <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 | + <HintPath>packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
| 69 | + <Private>True</Private> |
| 70 | + </Reference> |
| 71 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 72 | + <HintPath>packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
| 73 | + <Private>True</Private> |
| 74 | + </Reference> |
61 | 75 | <Reference Include="System.Web.Routing" />
|
| 76 | + <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 77 | + <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
| 78 | + <Private>True</Private> |
| 79 | + </Reference> |
| 80 | + <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 81 | + <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 82 | + <Private>True</Private> |
| 83 | + </Reference> |
| 84 | + <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 85 | + <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 86 | + <Private>True</Private> |
| 87 | + </Reference> |
62 | 88 | <Reference Include="System.Xml" />
|
63 | 89 | <Reference Include="System.Configuration" />
|
64 | 90 | <Reference Include="System.Web.Services" />
|
|
84 | 110 | <Private>True</Private>
|
85 | 111 | <HintPath>..\packages\Microsoft.Net.Http.2.0.20505.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
|
86 | 112 | </Reference>
|
87 |
| - <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
88 |
| - <Private>True</Private> |
89 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.Helpers.dll</HintPath> |
90 |
| - </Reference> |
91 | 113 | <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
92 | 114 | <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.20505.0\lib\net40\System.Web.Http.dll</HintPath>
|
93 | 115 | </Reference>
|
94 | 116 | <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
95 | 117 | <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20505.0\lib\net40\System.Web.Http.WebHost.dll</HintPath>
|
96 | 118 | </Reference>
|
97 |
| - <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
98 |
| - <Private>True</Private> |
99 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20505.0\lib\net40\System.Web.Mvc.dll</HintPath> |
100 |
| - </Reference> |
101 | 119 | <Reference Include="System.Web.Optimization">
|
102 | 120 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.0.0-beta2\lib\net40\System.Web.Optimization.dll</HintPath>
|
103 | 121 | </Reference>
|
104 | 122 | <Reference Include="System.Web.Providers">
|
105 | 123 | <HintPath>..\packages\Microsoft.AspNet.Providers.Core.1.0\lib\net40\System.Web.Providers.dll</HintPath>
|
106 | 124 | </Reference>
|
107 |
| - <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
108 |
| - <Private>True</Private> |
109 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20505.0\lib\net40\System.Web.Razor.dll</HintPath> |
110 |
| - </Reference> |
111 |
| - <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
112 |
| - <Private>True</Private> |
113 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.dll</HintPath> |
114 |
| - </Reference> |
115 |
| - <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
116 |
| - <Private>True</Private> |
117 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
118 |
| - </Reference> |
119 |
| - <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
120 |
| - <Private>True</Private> |
121 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
122 |
| - </Reference> |
| 125 | + <Reference Include="System.Xml.Linq" /> |
123 | 126 | <Reference Include="WebGrease">
|
124 | 127 | <Private>True</Private>
|
125 | 128 | <HintPath>..\packages\WebGrease.1.0.0\lib\WebGrease.dll</HintPath>
|
|
138 | 141 | <Compile Include="Properties\AssemblyInfo.cs" />
|
139 | 142 | </ItemGroup>
|
140 | 143 | <ItemGroup>
|
| 144 | + <Content Include="bin\Kendo.Mvc.dll" /> |
| 145 | + <Content Include="bin\Kendo.Mvc.xml" /> |
141 | 146 | <Content Include="Global.asax" />
|
142 | 147 | <Content Include="Scripts\jquery-1.6.2-vsdoc.js" />
|
143 | 148 | <Content Include="Scripts\jquery-1.6.2.js" />
|
|
168 | 173 | </ItemGroup>
|
169 | 174 | <ItemGroup>
|
170 | 175 | <Folder Include="App_Data\" />
|
| 176 | + <Folder Include="bin\bg-BG\" /> |
| 177 | + <Folder Include="bin\cs-CZ\" /> |
| 178 | + <Folder Include="bin\da-DK\" /> |
| 179 | + <Folder Include="bin\de-DE\" /> |
| 180 | + <Folder Include="bin\es-ES\" /> |
| 181 | + <Folder Include="bin\fr-CA\" /> |
| 182 | + <Folder Include="bin\fr-FR\" /> |
| 183 | + <Folder Include="bin\it-IT\" /> |
| 184 | + <Folder Include="bin\nl-NL\" /> |
| 185 | + <Folder Include="bin\pl-PL\" /> |
| 186 | + <Folder Include="bin\pt-BR\" /> |
| 187 | + <Folder Include="bin\pt-PT\" /> |
| 188 | + <Folder Include="bin\ro-RO\" /> |
| 189 | + <Folder Include="bin\ru-RU\" /> |
| 190 | + <Folder Include="bin\sk-SK\" /> |
| 191 | + <Folder Include="bin\sv-SE\" /> |
| 192 | + <Folder Include="bin\tr-TR\" /> |
| 193 | + <Folder Include="bin\uk-UA\" /> |
| 194 | + <Folder Include="bin\zh-CN\" /> |
171 | 195 | </ItemGroup>
|
172 | 196 | <ItemGroup>
|
173 | 197 | <Content Include="packages.config" />
|
|
0 commit comments