|
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>AutofacContrib.NSubstitute.Tests</RootNamespace>
|
12 | 12 | <AssemblyName>AutofacContrib.NSubstitute.Tests</AssemblyName>
|
13 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
| 16 | + <TargetFrameworkProfile /> |
16 | 17 | </PropertyGroup>
|
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 19 | <DebugSymbols>true</DebugSymbols>
|
|
22 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
23 | 24 | <ErrorReport>prompt</ErrorReport>
|
24 | 25 | <WarningLevel>4</WarningLevel>
|
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 27 | </PropertyGroup>
|
26 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
27 | 29 | <DebugType>pdbonly</DebugType>
|
|
30 | 32 | <DefineConstants>TRACE</DefineConstants>
|
31 | 33 | <ErrorReport>prompt</ErrorReport>
|
32 | 34 | <WarningLevel>4</WarningLevel>
|
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
33 | 36 | </PropertyGroup>
|
34 | 37 | <ItemGroup>
|
35 | 38 | <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
36 | 39 | <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
|
37 | 40 | <Private>True</Private>
|
38 | 41 | </Reference>
|
39 | 42 | <Reference Include="NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
|
40 |
| - <HintPath>..\packages\NSubstitute.1.10.0.0\lib\net40\NSubstitute.dll</HintPath> |
| 43 | + <HintPath>..\packages\NSubstitute.1.10.0.0\lib\net45\NSubstitute.dll</HintPath> |
41 | 44 | <Private>True</Private>
|
42 | 45 | </Reference>
|
43 | 46 | <Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
44 |
| - <HintPath>..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll</HintPath> |
| 47 | + <HintPath>..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath> |
45 | 48 | <Private>True</Private>
|
46 | 49 | </Reference>
|
47 | 50 | <Reference Include="System" />
|
|
0 commit comments