|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>Shuttle.Core.Data.Tests</RootNamespace> |
11 | 11 | <AssemblyName>Shuttle.Core.Data.Tests</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
15 | 15 | <TargetFrameworkProfile /> |
|
22 | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
23 | 23 | <ErrorReport>prompt</ErrorReport> |
24 | 24 | <WarningLevel>4</WarningLevel> |
| 25 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 26 | </PropertyGroup> |
26 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 28 | <DebugType>pdbonly</DebugType> |
|
30 | 31 | <DefineConstants>TRACE</DefineConstants> |
31 | 32 | <ErrorReport>prompt</ErrorReport> |
32 | 33 | <WarningLevel>4</WarningLevel> |
| 34 | + <Prefer32Bit>false</Prefer32Bit> |
33 | 35 | </PropertyGroup> |
34 | 36 | <ItemGroup> |
35 | | - <Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
36 | | - <SpecificVersion>False</SpecificVersion> |
37 | | - <HintPath>..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath> |
| 37 | + <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath> |
| 39 | + <Private>True</Private> |
| 40 | + </Reference> |
| 41 | + <Reference Include="Moq, Version=4.5.8.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\Moq.4.5.8\lib\net45\Moq.dll</HintPath> |
| 43 | + <Private>True</Private> |
38 | 44 | </Reference> |
39 | 45 | <Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
40 | 46 | <HintPath>..\packages\NUnit.3.2.1\lib\net40\nunit.framework.dll</HintPath> |
41 | 47 | <Private>True</Private> |
42 | 48 | </Reference> |
43 | | - <Reference Include="Shuttle.Core.Infrastructure, Version=4.1.12.0, Culture=neutral, processorArchitecture=MSIL"> |
44 | | - <HintPath>..\packages\Shuttle.Core.Infrastructure.4.1.12\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath> |
| 49 | + <Reference Include="Shuttle.Core.Infrastructure, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\Shuttle.Core.Infrastructure.4.2.0\lib\net45-full\Shuttle.Core.Infrastructure.dll</HintPath> |
45 | 51 | <Private>True</Private> |
46 | 52 | </Reference> |
47 | 53 | <Reference Include="System" /> |
|
0 commit comments