|
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> |
|
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SignAssembly>true</SignAssembly> |
15 | 15 | <AssemblyOriginatorKeyFile>..\..\Autofac.snk</AssemblyOriginatorKeyFile> |
16 | | - <TargetFrameworkVersion Condition="$(TargetFrameworkVersion)==''">v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion Condition="$(TargetFrameworkVersion)==''">v4.5.1</TargetFrameworkVersion> |
17 | 17 | <TargetFrameworkProfile Condition="$(TargetFrameworkVersion)==''">Client</TargetFrameworkProfile> |
18 | 18 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir> |
19 | 19 | <RestorePackages>true</RestorePackages> |
| 20 | + <TargetFrameworkProfile /> |
20 | 21 | </PropertyGroup> |
21 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 | 23 | <DebugSymbols>true</DebugSymbols> |
|
29 | 30 | <CodeAnalysisRuleSet>..\..\Full.ruleset</CodeAnalysisRuleSet> |
30 | 31 | <RunCodeAnalysis>true</RunCodeAnalysis> |
31 | 32 | <DocumentationFile>bin\Debug\Autofac.Extras.FakeItEasy.xml</DocumentationFile> |
| 33 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 34 | </PropertyGroup> |
33 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
34 | 36 | <DebugType>pdbonly</DebugType> |
|
40 | 42 | <CodeAnalysisRuleSet>..\..\Full.ruleset</CodeAnalysisRuleSet> |
41 | 43 | <RunCodeAnalysis>true</RunCodeAnalysis> |
42 | 44 | <DocumentationFile>bin\Release\Autofac.Extras.FakeItEasy.xml</DocumentationFile> |
| 45 | + <Prefer32Bit>false</Prefer32Bit> |
43 | 46 | </PropertyGroup> |
44 | 47 | <ItemGroup> |
45 | 48 | <Reference Include="Autofac, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
|
0 commit comments