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/testcfg.nunit | |
parent | Remove ApplicationSpecific classes (diff) | |
download | BouncyCastle.NET-ed25519-454f5e65e84d49a34d7839343b584a21b34b7cd9.tar.xz |
Cleanup old build systems
Diffstat (limited to 'crypto/testcfg.nunit')
-rw-r--r-- | crypto/testcfg.nunit | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/testcfg.nunit b/crypto/testcfg.nunit deleted file mode 100644 index e4061da06..000000000 --- a/crypto/testcfg.nunit +++ /dev/null @@ -1,6 +0,0 @@ -<NUnitProject> - <Settings activeconfig="Default" /> - <Config name="Default" binpathtype="Auto"> - <assembly path="./test/bin/BCTest.dll" /> - </Config> -</NUnitProject> |