|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
14 | 14 | <RootNamespace>React.Sample.Mvc4</RootNamespace>
|
15 | 15 | <AssemblyName>React.Sample.Mvc4</AssemblyName>
|
16 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <UseIISExpress>true</UseIISExpress>
|
19 | 19 | <IISExpressSSLPort />
|
|
27 | 27 | <UpgradeBackupLocation>
|
28 | 28 | </UpgradeBackupLocation>
|
29 | 29 | <OldToolsVersion>12.0</OldToolsVersion>
|
| 30 | + <TargetFrameworkProfile /> |
| 31 | + <UseGlobalApplicationHostFile /> |
30 | 32 | </PropertyGroup>
|
31 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
32 | 34 | <DebugSymbols>true</DebugSymbols>
|
|
37 | 39 | <ErrorReport>prompt</ErrorReport>
|
38 | 40 | <WarningLevel>4</WarningLevel>
|
39 | 41 | <NoWarn>1607</NoWarn>
|
| 42 | + <Prefer32Bit>false</Prefer32Bit> |
40 | 43 | </PropertyGroup>
|
41 | 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
42 | 45 | <DebugType>pdbonly</DebugType>
|
|
46 | 49 | <ErrorReport>prompt</ErrorReport>
|
47 | 50 | <WarningLevel>4</WarningLevel>
|
48 | 51 | <NoWarn>1607</NoWarn>
|
| 52 | + <Prefer32Bit>false</Prefer32Bit> |
49 | 53 | </PropertyGroup>
|
50 | 54 | <ItemGroup>
|
51 | 55 | <Reference Include="Antlr3.Runtime">
|
|
73 | 77 | </Reference>
|
74 | 78 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
75 | 79 | <SpecificVersion>False</SpecificVersion>
|
76 |
| - <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 80 | + <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
77 | 81 | </Reference>
|
78 | 82 | <Reference Include="System" />
|
79 | 83 | <Reference Include="System.Data" />
|
|
82 | 86 | <Reference Include="System.Web.Entity" />
|
83 | 87 | <Reference Include="System.Web.ApplicationServices" />
|
84 | 88 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
85 |
| - <Reference Include="System.Core" /> |
86 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
| 89 | + <Reference Include="System.Web.Extensions" /> |
87 | 90 | <Reference Include="System.Web.Optimization">
|
88 | 91 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
89 | 92 | </Reference>
|
90 |
| - <Reference Include="System.Xml.Linq" /> |
91 | 93 | <Reference Include="System.Web" />
|
92 |
| - <Reference Include="System.Web.Extensions" /> |
93 | 94 | <Reference Include="System.Web.Abstractions" />
|
94 | 95 | <Reference Include="System.Web.Routing" />
|
95 | 96 | <Reference Include="System.Xml" />
|
|
0 commit comments