Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 21:31:11 (9 years ago)
Author:
ascheibe
Message:

#2031 switched statistical testing branch to .NET 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/Statistics.UnitTests/Statistics.UnitTests.csproj

    r9950 r11625  
    99    <RootNamespace>Statistics.UnitTests</RootNamespace>
    1010    <AssemblyName>Statistics.UnitTests</AssemblyName>
    11     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     11    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1212    <FileAlignment>512</FileAlignment>
    1313    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     
    1717    <IsCodedUITest>False</IsCodedUITest>
    1818    <TestProjectType>UnitTest</TestProjectType>
     19    <TargetFrameworkProfile />
    1920  </PropertyGroup>
    2021  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2627    <ErrorReport>prompt</ErrorReport>
    2728    <WarningLevel>4</WarningLevel>
     29    <Prefer32Bit>false</Prefer32Bit>
    2830  </PropertyGroup>
    2931  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3436    <ErrorReport>prompt</ErrorReport>
    3537    <WarningLevel>4</WarningLevel>
     38    <Prefer32Bit>false</Prefer32Bit>
    3639  </PropertyGroup>
    3740  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.