|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
14 | 14 | <RootNamespace>JSteps</RootNamespace>
|
15 | 15 | <AssemblyName>JSteps</AssemblyName>
|
16 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <UseIISExpress>true</UseIISExpress>
|
19 | 19 | <IISExpressSSLPort />
|
20 | 20 | <IISExpressAnonymousAuthentication />
|
21 | 21 | <IISExpressWindowsAuthentication />
|
22 | 22 | <IISExpressUseClassicPipelineMode />
|
| 23 | + <TargetFrameworkProfile /> |
23 | 24 | </PropertyGroup>
|
24 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
25 | 26 | <DebugSymbols>true</DebugSymbols>
|
|
29 | 30 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
30 | 31 | <ErrorReport>prompt</ErrorReport>
|
31 | 32 | <WarningLevel>4</WarningLevel>
|
| 33 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 34 | </PropertyGroup>
|
33 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
34 | 36 | <DebugType>pdbonly</DebugType>
|
|
37 | 39 | <DefineConstants>TRACE</DefineConstants>
|
38 | 40 | <ErrorReport>prompt</ErrorReport>
|
39 | 41 | <WarningLevel>4</WarningLevel>
|
| 42 | + <Prefer32Bit>false</Prefer32Bit> |
40 | 43 | </PropertyGroup>
|
41 | 44 | <ItemGroup>
|
42 | 45 | <Reference Include="Microsoft.CSharp" />
|
43 | 46 | <Reference Include="System" />
|
44 | 47 | <Reference Include="System.Data" />
|
| 48 | + <Reference Include="System.Data.DataSetExtensions" /> |
45 | 49 | <Reference Include="System.Data.Entity" />
|
46 | 50 | <Reference Include="System.Drawing" />
|
47 | 51 | <Reference Include="System.Web.DynamicData" />
|
48 | 52 | <Reference Include="System.Web.Entity" />
|
49 | 53 | <Reference Include="System.Web.ApplicationServices" />
|
50 | 54 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
51 |
| - <Reference Include="System.Core" /> |
52 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
53 |
| - <Reference Include="System.Xml.Linq" /> |
54 |
| - <Reference Include="System.Web" /> |
55 | 55 | <Reference Include="System.Web.Extensions" />
|
| 56 | + <Reference Include="System.Web" /> |
56 | 57 | <Reference Include="System.Web.Abstractions" />
|
57 | 58 | <Reference Include="System.Web.Routing" />
|
58 | 59 | <Reference Include="System.Xml" />
|
|
116 | 117 | <Private>True</Private>
|
117 | 118 | <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
|
118 | 119 | </Reference>
|
| 120 | + <Reference Include="System.Xml.Linq" /> |
119 | 121 | <Reference Include="WebGrease">
|
120 | 122 | <Private>True</Private>
|
121 | 123 | <HintPath>..\packages\WebGrease.1.3.0\lib\WebGrease.dll</HintPath>
|
|
204 | 206 | <Content Include="Scripts\jquery.steps.min.js.map">
|
205 | 207 | <DependentUpon>jquery.steps.js</DependentUpon>
|
206 | 208 | </Content>
|
| 209 | + <Content Include="Views\Examples\EmbeddedContent.cshtml" /> |
207 | 210 | </ItemGroup>
|
208 | 211 | <PropertyGroup>
|
209 | 212 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
0 commit comments