* Added necessary managed libraries deps (for quick building from MD)
[circ.git] / Tests / Tests.mdp
blobc0faf9476618968074d81f5937844c04ff2b56d8
1 <Project name="Tests" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2   <Configurations active="Release">
3     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4       <Output directory="./bin/Debug" assembly="Tests" />
5       <Build debugmode="True" target="Library" />
6       <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" win32Icon="./" ctype="CSharpCompilerParameters" />
8     </Configuration>
9     <Configuration name="Release" ctype="DotNetProjectConfiguration">
10       <Output directory="./bin/Release" assembly="Tests" />
11       <Build debugmode="False" target="Library" />
12       <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" win32Icon="./" ctype="CSharpCompilerParameters" />
14     </Configuration>
15   </Configurations>
16   <Contents>
17     <File name="./CilBackendTest.cs" subtype="Code" buildaction="Nothing" />
18     <File name="./CilIrcChannelTest.cs" subtype="Code" buildaction="Nothing" />
19     <File name="./CilIrcConnectionTest.cs" subtype="Code" buildaction="Nothing" />
20     <File name="./CilIrcUserTest.cs" subtype="Code" buildaction="Nothing" />
21     <File name="./UserQuitEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
22     <File name="./UserListEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
23     <File name="./UserEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
24     <File name="./TransformationPoolTest.cs" subtype="Code" buildaction="Nothing" />
25     <File name="./TopicEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
26     <File name="./ShopTest.cs" subtype="Code" buildaction="Nothing" />
27     <File name="./RgbColorTest.cs" subtype="Code" buildaction="Nothing" />
28     <File name="./RfcTest.cs" subtype="Code" buildaction="Compile" />
29     <File name="./OptionsTest.cs" subtype="Code" buildaction="Compile" />
30     <File name="./Options_ConfigurationTest.cs" subtype="Code" buildaction="Nothing" />
31     <File name="./Options_CommandLineTest.cs" subtype="Code" buildaction="Nothing" />
32     <File name="./NickEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
33     <File name="./MessageEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
34     <File name="./LoggerTest.cs" subtype="Code" buildaction="Nothing" />
35     <File name="./LibContrastTest.cs" subtype="Code" buildaction="Compile" />
36     <File name="./IrcUserTest.cs" subtype="Code" buildaction="Nothing" />
37     <File name="./IrcMessageTest.cs" subtype="Code" buildaction="Nothing" />
38     <File name="./IrcConnectionTest.cs" subtype="Code" buildaction="Nothing" />
39     <File name="./IrcChannelTest.cs" subtype="Code" buildaction="Nothing" />
40     <File name="./DefaultParserTest.cs" subtype="Code" buildaction="Nothing" />
41     <File name="./ConnectionInfoTest.cs" subtype="Code" buildaction="Compile" />
42     <File name="./ConnectionExceptionTest.cs" subtype="Code" buildaction="Nothing" />
43     <File name="./ConnectionEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
44     <File name="./CommandProcesserTest.cs" subtype="Code" buildaction="Nothing" />
45     <File name="./ChannelMessageEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
46     <File name="./ChannelEventArgsTest.cs" subtype="Code" buildaction="Nothing" />
47     <File name="./ChannelMessageBakeryTest.cs" subtype="Code" buildaction="Compile" />
48     <File name="./Common.cs" subtype="Code" buildaction="Compile" />
49   </Contents>
50   <References>
51     <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
52     <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=1.0.0.0, Culture=neutral" />
53     <ProjectReference type="Project" localcopy="True" refto="Circ.Lib" />
54     <ProjectReference type="Assembly" localcopy="True" refto="../lib/nunit.core.dll" />
55     <ProjectReference type="Assembly" localcopy="True" refto="../lib/nunit.framework.dll" />
56   </References>
57   <Deployment.LinuxDeployData generateScript="False" scriptName="tests" generatePcFile="False" />
58 </Project>