diff options
author | Peter Dettman <peter.dettman@gmail.com> | 2022-06-21 23:10:22 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@gmail.com> | 2022-06-21 23:10:22 +0700 |
commit | 454f5e65e84d49a34d7839343b584a21b34b7cd9 (patch) | |
tree | 18a13466d3a49a45daec6d982720409f6fd8bfd3 /crypto/BouncyCastle.csproj | |
parent | Remove ApplicationSpecific classes (diff) | |
download | BouncyCastle.NET-ed25519-454f5e65e84d49a34d7839343b584a21b34b7cd9.tar.xz |
Cleanup old build systems
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index ae6996a96..609de04de 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -18,7 +18,7 @@ <Optimize>false</Optimize> <OutputPath>bin\Debug\lib\net20\</OutputPath> <IntermediateOutputPath>obj\Debug\lib\net20\</IntermediateOutputPath> - <DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;</DefineConstants> + <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> @@ -27,7 +27,7 @@ <Optimize>true</Optimize> <OutputPath>bin\Release\lib\net20\</OutputPath> <IntermediateOutputPath>obj\Release\lib\net20\</IntermediateOutputPath> - <DefineConstants>TRACE;INCLUDE_IDEA;</DefineConstants> + <DefineConstants>TRACE</DefineConstants> <DocumentationFile>doc\BouncyCastle.xml</DocumentationFile> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -1789,7 +1789,6 @@ <None Include="Contributors.html" /> <None Include="License.html" /> <None Include="Readme.html" /> - <None Include="checklist.txt" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file |