|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>ScreenGrid.Tests</RootNamespace> |
12 | 12 | <AssemblyName>ScreenGrid.Tests</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
| 15 | + <TargetFrameworkProfile /> |
15 | 16 | </PropertyGroup> |
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 18 | <DebugSymbols>true</DebugSymbols> |
|
22 | 23 | <ErrorReport>prompt</ErrorReport> |
23 | 24 | <WarningLevel>4</WarningLevel> |
24 | 25 | <PlatformTarget>x86</PlatformTarget> |
| 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 | | - <Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
36 | | - <HintPath>..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll</HintPath> |
37 | | - <Private>True</Private> |
| 38 | + <Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 39 | + <HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath> |
38 | 40 | </Reference> |
39 | 41 | <Reference Include="System" /> |
40 | 42 | <Reference Include="System.Core" /> |
|
0 commit comments