|
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>{0025B4B5-067A-49F6-B34B-4F603B51A726}</ProjectGuid>
|
11 |
| - <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{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>jQuery_File_Upload.MVC3</RootNamespace>
|
15 | 15 | <AssemblyName>jQuery-File-Upload.MVC3</AssemblyName>
|
16 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <UseIISExpress>false</UseIISExpress>
|
19 | 19 | <MvcProjectUpgradeChecked>true</MvcProjectUpgradeChecked>
|
|
26 | 26 | <IISExpressAnonymousAuthentication />
|
27 | 27 | <IISExpressWindowsAuthentication />
|
28 | 28 | <IISExpressUseClassicPipelineMode />
|
| 29 | + <TargetFrameworkProfile /> |
| 30 | + <UseGlobalApplicationHostFile /> |
29 | 31 | </PropertyGroup>
|
30 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
31 | 33 | <DebugSymbols>true</DebugSymbols>
|
|
35 | 37 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
36 | 38 | <ErrorReport>prompt</ErrorReport>
|
37 | 39 | <WarningLevel>4</WarningLevel>
|
| 40 | + <Prefer32Bit>false</Prefer32Bit> |
38 | 41 | </PropertyGroup>
|
39 | 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
40 | 43 | <DebugType>pdbonly</DebugType>
|
|
43 | 46 | <DefineConstants>TRACE</DefineConstants>
|
44 | 47 | <ErrorReport>prompt</ErrorReport>
|
45 | 48 | <WarningLevel>4</WarningLevel>
|
| 49 | + <Prefer32Bit>false</Prefer32Bit> |
46 | 50 | </PropertyGroup>
|
47 | 51 | <ItemGroup>
|
48 | 52 | <Reference Include="ClientDependency.Core">
|
|
55 | 59 | <HintPath>..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
|
56 | 60 | </Reference>
|
57 | 61 | <Reference Include="Microsoft.CSharp" />
|
| 62 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 63 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 64 | + <Private>True</Private> |
| 65 | + </Reference> |
| 66 | + <Reference Include="System.Data.DataSetExtensions" /> |
58 | 67 | <Reference Include="System.Data.Entity" />
|
59 | 68 | <Reference Include="System" />
|
60 | 69 | <Reference Include="System.Data" />
|
|
63 | 72 | <Reference Include="System.Web.Entity" />
|
64 | 73 | <Reference Include="System.Web.ApplicationServices" />
|
65 | 74 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
66 |
| - <Reference Include="System.Core" /> |
67 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
68 |
| - <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 75 | + <Reference Include="System.Web.Extensions" /> |
| 76 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
69 | 78 | <Private>True</Private>
|
70 | 79 | </Reference>
|
71 |
| - <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 80 | + <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
72 | 82 | <Private>True</Private>
|
73 | 83 | </Reference>
|
74 |
| - <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 84 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
75 | 86 | <Private>True</Private>
|
76 | 87 | </Reference>
|
77 |
| - <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 88 | + <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 89 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
78 | 90 | <Private>True</Private>
|
79 | 91 | </Reference>
|
80 |
| - <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 92 | + <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 93 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
81 | 94 | <Private>True</Private>
|
82 | 95 | </Reference>
|
83 |
| - <Reference Include="System.Xml.Linq" /> |
84 | 96 | <Reference Include="System.Web" />
|
85 |
| - <Reference Include="System.Web.Extensions" /> |
86 | 97 | <Reference Include="System.Web.Abstractions" />
|
87 | 98 | <Reference Include="System.Web.Routing" />
|
| 99 | + <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 100 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 101 | + <Private>True</Private> |
| 102 | + </Reference> |
88 | 103 | <Reference Include="System.Xml" />
|
89 | 104 | <Reference Include="System.Configuration" />
|
90 | 105 | <Reference Include="System.Web.Services" />
|
91 | 106 | <Reference Include="System.EnterpriseServices" />
|
| 107 | + <Reference Include="System.Xml.Linq" /> |
92 | 108 | </ItemGroup>
|
93 | 109 | <ItemGroup>
|
94 | 110 | <Compile Include="Controllers\HomeController.cs" />
|
|
0 commit comments