|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>FriendApi</RootNamespace> |
11 | 11 | <AssemblyName>FriendApi</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir> |
15 | 15 | <RestorePackages>true</RestorePackages> |
| 16 | + <TargetFrameworkProfile /> |
16 | 17 | </PropertyGroup> |
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 19 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
23 | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 25 | <ErrorReport>prompt</ErrorReport> |
25 | 26 | <WarningLevel>4</WarningLevel> |
| 27 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 28 | </PropertyGroup> |
27 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | 30 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
32 | 34 | <DefineConstants>TRACE</DefineConstants> |
33 | 35 | <ErrorReport>prompt</ErrorReport> |
34 | 36 | <WarningLevel>4</WarningLevel> |
| 37 | + <Prefer32Bit>false</Prefer32Bit> |
35 | 38 | </PropertyGroup> |
36 | 39 | <ItemGroup> |
37 | 40 | <Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
38 | 41 | <SpecificVersion>False</SpecificVersion> |
39 | | - <HintPath>packages\Autofac.3.1.1\lib\net40\Autofac.dll</HintPath> |
| 42 | + <HintPath>packages\Autofac.3.2.0\lib\net40\Autofac.dll</HintPath> |
40 | 43 | </Reference> |
41 | | - <Reference Include="Autofac.Integration.WebApi"> |
42 | | - <HintPath>packages\Autofac.WebApi.3.1.0\lib\net40\Autofac.Integration.WebApi.dll</HintPath> |
| 44 | + <Reference Include="Autofac.Integration.WebApi, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
| 45 | + <SpecificVersion>False</SpecificVersion> |
| 46 | + <HintPath>packages\Autofac.WebApi2.3.2.0\lib\net45\Autofac.Integration.WebApi.dll</HintPath> |
43 | 47 | </Reference> |
44 | 48 | <Reference Include="Newtonsoft.Json"> |
45 | 49 | <HintPath>packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
|
49 | 53 | <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
50 | 54 | <HintPath>packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath> |
51 | 55 | </Reference> |
52 | | - <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
53 | | - <HintPath>packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath> |
| 56 | + <Reference Include="System.Net.Http.Formatting, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 57 | + <SpecificVersion>False</SpecificVersion> |
| 58 | + <HintPath>packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
54 | 59 | </Reference> |
55 | 60 | <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
56 | 61 | <HintPath>packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath> |
57 | 62 | </Reference> |
58 | | - <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
59 | | - <HintPath>packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath> |
| 63 | + <Reference Include="System.Web.Http, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 64 | + <SpecificVersion>False</SpecificVersion> |
| 65 | + <HintPath>packages\Microsoft.AspNet.WebApi.Core.5.2.0\lib\net45\System.Web.Http.dll</HintPath> |
60 | 66 | </Reference> |
61 | | - <Reference Include="System.Web.Http.SelfHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
62 | | - <HintPath>packages\Microsoft.AspNet.WebApi.SelfHost.4.0.20918.0\lib\net40\System.Web.Http.SelfHost.dll</HintPath> |
| 67 | + <Reference Include="System.Web.Http.SelfHost, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 | + <SpecificVersion>False</SpecificVersion> |
| 69 | + <HintPath>packages\Microsoft.AspNet.WebApi.SelfHost.5.2.0\lib\net45\System.Web.Http.SelfHost.dll</HintPath> |
63 | 70 | </Reference> |
64 | 71 | <Reference Include="System.Xml.Linq" /> |
65 | 72 | <Reference Include="System.Data.DataSetExtensions" /> |
|
101 | 108 | <None Include="packages.config" /> |
102 | 109 | </ItemGroup> |
103 | 110 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
104 | | - <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> |
105 | 111 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
106 | 112 | Other similar extension points exist, see Microsoft.Common.targets. |
107 | 113 | <Target Name="BeforeBuild"> |
|
0 commit comments