Remove old MonoDevelop project files, since MonoDevelop now supports the Visual Studio formats
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
|