|
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 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 11 | <RootNamespace>WebApiContrib.Formatting</RootNamespace>
|
12 | 12 | <AssemblyName>WebApiContrib.Formatting.ProtoBuf</AssemblyName>
|
13 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 | 15 | <RestorePackages>true</RestorePackages>
|
16 | 16 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
36 | 36 | <Prefer32Bit>false</Prefer32Bit>
|
37 | 37 | </PropertyGroup>
|
38 | 38 | <ItemGroup>
|
39 |
| - <Reference Include="Newtonsoft.Json"> |
40 |
| - <HintPath>..\..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 39 | + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath> |
41 | 41 | </Reference>
|
42 |
| - <Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> |
43 |
| - <SpecificVersion>False</SpecificVersion> |
44 |
| - <HintPath>..\..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath> |
| 42 | + <Reference Include="protobuf-net, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\..\packages\protobuf-net.3.0.29\lib\net461\protobuf-net.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="protobuf-net.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\..\packages\protobuf-net.Core.3.0.29\lib\net461\protobuf-net.Core.dll</HintPath> |
45 | 47 | </Reference>
|
46 | 48 | <Reference Include="System" />
|
| 49 | + <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
| 51 | + </Reference> |
| 52 | + <Reference Include="System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\..\packages\System.Collections.Immutable.1.7.1\lib\net461\System.Collections.Immutable.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="System.Configuration" /> |
47 | 56 | <Reference Include="System.Core" />
|
| 57 | + <Reference Include="System.IdentityModel" /> |
| 58 | + <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath> |
| 60 | + </Reference> |
48 | 61 | <Reference Include="System.Net.Http" />
|
49 |
| - <Reference Include="System.Net.Http.Formatting, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
50 |
| - <SpecificVersion>False</SpecificVersion> |
51 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.1.1\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
| 62 | + <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 63 | + <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
| 64 | + </Reference> |
| 65 | + <Reference Include="System.Numerics" /> |
| 66 | + <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
| 68 | + </Reference> |
| 69 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 71 | + </Reference> |
| 72 | + <Reference Include="System.ServiceModel" /> |
| 73 | + <Reference Include="System.ServiceModel.Primitives, Version=4.7.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\..\packages\System.ServiceModel.Primitives.4.7.0\lib\net461\System.ServiceModel.Primitives.dll</HintPath> |
52 | 75 | </Reference>
|
53 | 76 | </ItemGroup>
|
54 | 77 | <ItemGroup>
|
55 | 78 | <Compile Include="Properties\AssemblyInfo.cs" />
|
56 | 79 | <Compile Include="ProtoBufFormatter.cs" />
|
57 | 80 | </ItemGroup>
|
58 | 81 | <ItemGroup>
|
| 82 | + <None Include="app.config" /> |
59 | 83 | <None Include="packages.config">
|
60 | 84 | <SubType>Designer</SubType>
|
61 | 85 | </None>
|
|
0 commit comments