summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@gmail.com>2022-06-23 02:28:35 +0700
committerPeter Dettman <peter.dettman@gmail.com>2022-06-23 02:28:35 +0700
commit57d62363643bfcdfcad1b00ff3ae2b0e993e22f3 (patch)
treef507c8958b4ca535cb3824261ec6db702828946a /crypto/test
parentCleanup redundant test classes (diff)
downloadBouncyCastle.NET-ed25519-57d62363643bfcdfcad1b00ff3ae2b0e993e22f3.tar.xz
Target framework v4.0
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/UnitTests.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj

index ba01de7d0..27bf0782f 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj
@@ -9,14 +9,15 @@ <OutputType>Library</OutputType> <RootNamespace>UnitTests</RootNamespace> <AssemblyName>UnitTests</AssemblyName> - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug</OutputPath> - <DefineConstants>DEBUG;SEPARATE_UNIT_TESTS</DefineConstants> + <DefineConstants>TRACE;DEBUG;SEPARATE_UNIT_TESTS</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> @@ -26,7 +27,7 @@ <DebugType>full</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release</OutputPath> - <DefineConstants>SEPARATE_UNIT_TESTS</DefineConstants> + <DefineConstants>TRACE;DEBUG;SEPARATE_UNIT_TESTS</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause>