diff options
Diffstat (limited to 'dotnet/Qpid.Common.Tests')
| -rw-r--r-- | dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp b/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp new file mode 100644 index 0000000000..2ef60cbca2 --- /dev/null +++ b/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp @@ -0,0 +1,26 @@ +<Project name="Qpid.Common.Tests" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject"> + <Configurations active="Debug"> + <Configuration name="Debug" ctype="DotNetProjectConfiguration"> + <Output directory="./bin/Debug" assembly="Qpid.Common.Tests" /> + <Build debugmode="True" target="Library" /> + <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" /> + <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> + </Configuration> + <Configuration name="Release" ctype="DotNetProjectConfiguration"> + <Output directory="./bin/Release" assembly="Qpid.Common.Tests" /> + <Build debugmode="False" target="Library" /> + <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" /> + <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> + </Configuration> + </Configurations> + <DeployTargets /> + <Contents> + <File name="./Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" /> + <File name="./Qpid/Collections/TestLinkedHashtable.cs" subtype="Code" buildaction="Compile" /> + </Contents> + <References> + <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <ProjectReference type="Assembly" localcopy="True" refto="../Qpid.Client.Tests/lib/nunit/nunit.framework.dll" /> + <ProjectReference type="Project" localcopy="True" refto="Qpid.Common" /> + </References> +</Project>
\ No newline at end of file |
