diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-08-06 18:03:54 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-08-06 18:03:54 +0700 |
commit | 94407061d5260877d8fac3adfa1ecc985eb0a6d7 (patch) | |
tree | 72c5c1caa56b5dead20810954c9cac91f985d625 | |
parent | Add UseDerForCerts, UseDerForCrls properties (diff) | |
parent | Merge branch 'master' of https://github.com/ROM-Knowledgeware/bc-csharp into ... (diff) | |
download | BouncyCastle.NET-ed25519-94407061d5260877d8fac3adfa1ecc985eb0a6d7.tar.xz |
t push origin masterMerge branch 'ROM-Knowledgeware-master'
-rw-r--r-- | crypto/BouncyCastle.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index f772ed002..95d42bc8b 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -16,8 +16,8 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\lib\net20</OutputPath> - <IntermediateOutputPath>obj\Debug\lib\net20</IntermediateOutputPath> + <OutputPath>bin\Debug\lib\net20\</OutputPath> + <IntermediateOutputPath>obj\Debug\lib\net20\</IntermediateOutputPath> <DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -25,8 +25,8 @@ </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <Optimize>true</Optimize> - <OutputPath>bin\Release\lib\net20</OutputPath> - <IntermediateOutputPath>obj\Release\lib\net20</IntermediateOutputPath> + <OutputPath>bin\Release\lib\net20\</OutputPath> + <IntermediateOutputPath>obj\Release\lib\net20\</IntermediateOutputPath> <DefineConstants>TRACE;INCLUDE_IDEA;</DefineConstants> <DocumentationFile>doc\BouncyCastle.xml</DocumentationFile> <ErrorReport>prompt</ErrorReport> |