|
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 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>Archetype.Tests</RootNamespace> |
11 | 11 | <AssemblyName>Archetype.Tests</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <TargetFrameworkProfile /> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 | <DebugSymbols>true</DebugSymbols> |
|
21 | 22 | <ErrorReport>prompt</ErrorReport> |
22 | 23 | <WarningLevel>4</WarningLevel> |
23 | 24 | <PlatformTarget>x86</PlatformTarget> |
| 25 | + <Prefer32Bit>false</Prefer32Bit> |
24 | 26 | </PropertyGroup> |
25 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 28 | <DebugType>pdbonly</DebugType> |
|
29 | 31 | <DefineConstants>TRACE</DefineConstants> |
30 | 32 | <ErrorReport>prompt</ErrorReport> |
31 | 33 | <WarningLevel>4</WarningLevel> |
| 34 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 35 | </PropertyGroup> |
33 | 36 | <ItemGroup> |
34 | | - <Reference Include="nunit.framework"> |
35 | | - <HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath> |
| 37 | + <Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 38 | + <SpecificVersion>False</SpecificVersion> |
| 39 | + <HintPath>..\..\packages\NUnit\lib\net45\nunit.framework.dll</HintPath> |
36 | 40 | </Reference> |
37 | 41 | <Reference Include="System" /> |
38 | 42 | <Reference Include="System.Core" /> |
|
0 commit comments