summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2018-08-06 18:03:08 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2018-08-06 18:03:08 +0700
commitb528749a0150bd5831befac08aad25dbb913c1d3 (patch)
tree72c5c1caa56b5dead20810954c9cac91f985d625
parentAdd UseDerForCerts, UseDerForCrls properties (diff)
parentBouncyCastle.csproj: Added trailing slash to OutputPath for compatibility wit... (diff)
downloadBouncyCastle.NET-ed25519-b528749a0150bd5831befac08aad25dbb913c1d3.tar.xz
Merge branch 'master' of https://github.com/ROM-Knowledgeware/bc-csharp into ROM-Knowledgeware-master
-rw-r--r--crypto/BouncyCastle.csproj8
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>