diff options
Diffstat (limited to 'crypto-test/crypto-test.mdp')
-rw-r--r-- | crypto-test/crypto-test.mdp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/crypto-test/crypto-test.mdp b/crypto-test/crypto-test.mdp new file mode 100644 index 000000000..a9c3a30ba --- /dev/null +++ b/crypto-test/crypto-test.mdp @@ -0,0 +1,27 @@ +<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 |