|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | 14 | <RootNamespace>Connect</RootNamespace> |
15 | 15 | <AssemblyName>Connect</AssemblyName> |
16 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | 17 | <UseIISExpress>false</UseIISExpress> |
18 | 18 | <SccProjectName>SAK</SccProjectName> |
19 | 19 | <SccLocalPath>SAK</SccLocalPath> |
|
24 | 24 | <UpgradeBackupLocation> |
25 | 25 | </UpgradeBackupLocation> |
26 | 26 | <OldToolsVersion>4.0</OldToolsVersion> |
| 27 | + <TargetFrameworkProfile /> |
| 28 | + <Use64BitIISExpress /> |
| 29 | + <IISExpressSSLPort /> |
| 30 | + <IISExpressAnonymousAuthentication /> |
| 31 | + <IISExpressWindowsAuthentication /> |
| 32 | + <IISExpressUseClassicPipelineMode /> |
| 33 | + <UseGlobalApplicationHostFile /> |
27 | 34 | </PropertyGroup> |
28 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
29 | 36 | <DebugSymbols>true</DebugSymbols> |
|
33 | 40 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
34 | 41 | <ErrorReport>prompt</ErrorReport> |
35 | 42 | <WarningLevel>4</WarningLevel> |
| 43 | + <Prefer32Bit>false</Prefer32Bit> |
36 | 44 | </PropertyGroup> |
37 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
38 | 46 | <DebugType>pdbonly</DebugType> |
|
41 | 49 | <DefineConstants>TRACE</DefineConstants> |
42 | 50 | <ErrorReport>prompt</ErrorReport> |
43 | 51 | <WarningLevel>4</WarningLevel> |
| 52 | + <Prefer32Bit>false</Prefer32Bit> |
44 | 53 | </PropertyGroup> |
45 | 54 | <ItemGroup> |
46 | 55 | <Reference Include="Microsoft.CSharp" /> |
| 56 | + <Reference Include="System.Data.DataSetExtensions" /> |
47 | 57 | <Reference Include="System.Web.DynamicData" /> |
48 | 58 | <Reference Include="System.Web.Entity" /> |
49 | 59 | <Reference Include="System.Web.ApplicationServices" /> |
50 | 60 | <Reference Include="System" /> |
51 | 61 | <Reference Include="System.Data" /> |
52 | | - <Reference Include="System.Core" /> |
53 | | - <Reference Include="System.Data.DataSetExtensions" /> |
54 | 62 | <Reference Include="System.Web.Extensions" /> |
55 | | - <Reference Include="System.Xml.Linq" /> |
56 | 63 | <Reference Include="System.Drawing" /> |
57 | 64 | <Reference Include="System.Web" /> |
58 | 65 | <Reference Include="System.Xml" /> |
59 | 66 | <Reference Include="System.Configuration" /> |
60 | 67 | <Reference Include="System.Web.Services" /> |
61 | 68 | <Reference Include="System.EnterpriseServices" /> |
| 69 | + <Reference Include="System.Xml.Linq" /> |
62 | 70 | </ItemGroup> |
63 | 71 | <ItemGroup> |
64 | 72 | <Content Include="Default.aspx" /> |
|
0 commit comments