1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index a5f149620..9e1150c00 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>
|