Skip to content

Commit b528749

Browse files
committed
Merge branch 'master' of https://github.com/ROM-Knowledgeware/bc-csharp into ROM-Knowledgeware-master
2 parents c5c97a3 + a7a6aba commit b528749

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crypto/BouncyCastle.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
<DebugSymbols>true</DebugSymbols>
1717
<DebugType>full</DebugType>
1818
<Optimize>false</Optimize>
19-
<OutputPath>bin\Debug\lib\net20</OutputPath>
20-
<IntermediateOutputPath>obj\Debug\lib\net20</IntermediateOutputPath>
19+
<OutputPath>bin\Debug\lib\net20\</OutputPath>
20+
<IntermediateOutputPath>obj\Debug\lib\net20\</IntermediateOutputPath>
2121
<DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
<ConsolePause>false</ConsolePause>
2525
</PropertyGroup>
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2727
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\lib\net20</OutputPath>
29-
<IntermediateOutputPath>obj\Release\lib\net20</IntermediateOutputPath>
28+
<OutputPath>bin\Release\lib\net20\</OutputPath>
29+
<IntermediateOutputPath>obj\Release\lib\net20\</IntermediateOutputPath>
3030
<DefineConstants>TRACE;INCLUDE_IDEA;</DefineConstants>
3131
<DocumentationFile>doc\BouncyCastle.xml</DocumentationFile>
3232
<ErrorReport>prompt</ErrorReport>

0 commit comments

Comments
 (0)