diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-21 15:25:25 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-21 15:25:25 +0700 |
commit | 137f61053447a9966244c76444494027b45fb3be (patch) | |
tree | 92f0caac46e47b475a6e3d54a4a4e4eaccfb7d0d /crypto-test | |
parent | Make static utility classes abstract instead of sealed (diff) | |
download | BouncyCastle.NET-ed25519-137f61053447a9966244c76444494027b45fb3be.tar.xz |
Remove old MonoDevelop project files, since MonoDevelop now supports the Visual Studio formats
Diffstat (limited to 'crypto-test')
-rw-r--r-- | crypto-test/crypto-test.mdp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/crypto-test/crypto-test.mdp b/crypto-test/crypto-test.mdp deleted file mode 100644 index a9c3a30ba..000000000 --- a/crypto-test/crypto-test.mdp +++ /dev/null @@ -1,27 +0,0 @@ -<Project name="crypto-test" fileversion="2.0" DefaultNamespace="cryptotest" language="C#" clr-version="Net_2_0" targetFramework="1.1" ctype="DotNetProject"> - <Configurations active="Release"> - <Configuration name="Debug" ctype="DotNetProjectConfiguration"> - <Output directory="bin/Debug/" assembly="crypto-test" /> - <Build debugmode="True" target="Exe" /> - <Execution consolepause="False" runwithwarnings="False" runtime="MsNet" clr-version="Net_2_0" /> - <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="NET_1_1" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> - </Configuration> - <Configuration name="Release" ctype="DotNetProjectConfiguration"> - <Output directory="bin/Release/" assembly="crypto-test" /> - <Build debugmode="False" target="Exe" /> - <Execution consolepause="True" runwithwarnings="False" runtime="MsNet" clr-version="Net_2_0" /> - <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="NET_1_1" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> - </Configuration> - </Configurations> - <Contents> - <File subtype="Code" buildaction="Exclude" name="App.ico" /> - <File subtype="Code" buildaction="Compile" name="CryptoTest.cs" /> - </Contents> - <References> - <ProjectReference type="Project" localcopy="True" refto="crypto" /> - <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> - <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> - <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> - </References> - <DeploymentInformation strategy="File" /> -</Project> \ No newline at end of file |