|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
15 | 15 | <SignAssembly>false</SignAssembly>
|
| 16 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
| 17 | + <TargetFrameworkProfile /> |
16 | 18 | </PropertyGroup>
|
17 | 19 | <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
18 | 20 | <PlatformTarget>x64</PlatformTarget>
|
19 | 21 | </PropertyGroup>
|
20 | 22 | <ItemGroup>
|
21 |
| - <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 23 | + <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
22 | 24 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
23 |
| - <Reference Include="Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
24 |
| - <Reference Include="Microsoft.VisualStudio.Text.Data, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 25 | + <Reference Include="Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 26 | + <Reference Include="Microsoft.VisualStudio.Text.Data, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
25 | 27 | <Reference Include="protobuf-net">
|
26 | 28 | <HintPath>$(BuildRoot)src\packages\protobuf-net.2.0.0.640\lib\net40\protobuf-net.dll</HintPath>
|
27 | 29 | </Reference>
|
|
0 commit comments