/!\ Warning: this commit doesn't compile /!
[circ.git] / Circ.Lib / Circ.Lib.mdp
blob618515f00ecdd5933256c8e8023090802984f059
1 <Project name="Circ.Lib" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2   <Configurations active="Debug">
3     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4       <Output directory="./bin/Debug" assembly="Circ.Lib" />
5       <Build debugmode="True" target="Library" />
6       <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="True" win32Icon="./" ctype="CSharpCompilerParameters" />
8     </Configuration>
9     <Configuration name="Release" ctype="DotNetProjectConfiguration">
10       <Output directory="./bin/Release" assembly="Circ.Lib" />
11       <Build debugmode="False" target="Library" />
12       <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14     </Configuration>
15   </Configurations>
16   <Contents>
17     <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
18     <File name="./Backend" subtype="Directory" buildaction="Compile" />
19     <File name="./Frontend" subtype="Directory" buildaction="Compile" />
20     <File name="./Backend/ConnectionFactory.cs" subtype="Code" buildaction="Compile" />
21     <File name="./Backend/ConnectionInfo.cs" subtype="Code" buildaction="Compile" />
22     <File name="./Backend/DefaultParser.cs" subtype="Code" buildaction="Compile" />
23     <File name="./Backend/Enums.cs" subtype="Code" buildaction="Compile" />
24     <File name="./Backend/EventArgs.cs" subtype="Code" buildaction="Compile" />
25     <File name="./Backend/Exception.cs" subtype="Code" buildaction="Compile" />
26     <File name="./Backend/IParser.cs" subtype="Code" buildaction="Compile" />
27     <File name="./Backend/IrcChannel.cs" subtype="Code" buildaction="Compile" />
28     <File name="./Backend/IrcConnection.cs" subtype="Code" buildaction="Compile" />
29     <File name="./Backend/IrcMessage.cs" subtype="Code" buildaction="Compile" />
30     <File name="./Backend/IrcUser.cs" subtype="Code" buildaction="Compile" />
31     <File name="./Frontend/Enums.cs" subtype="Code" buildaction="Compile" />
32     <File name="./Frontend/GuiFactory.cs" subtype="Code" buildaction="Compile" />
33     <File name="./Frontend/IConnectionDialog.cs" subtype="Code" buildaction="Nothing" />
34     <File name="./Frontend/IDiscussionContainer.cs" subtype="Code" buildaction="Nothing" />
35     <File name="./Frontend/IFactory.cs" subtype="Code" buildaction="Compile" />
36     <File name="./Frontend/IFrontend.cs" subtype="Code" buildaction="Compile" />
37     <File name="./Frontend/IMainWindow.cs" subtype="Code" buildaction="Nothing" />
38     <File name="./Frontend/IChannelPanel.cs" subtype="Code" buildaction="Compile" />
39     <File name="./Frontend/IServerPanel.cs" subtype="Code" buildaction="Compile" />
40     <File name="./Frontend/IUsersPanel.cs" subtype="Code" buildaction="Nothing" />
41     <File name="./Frontend/Structs.cs" subtype="Code" buildaction="Compile" />
42     <File name="./Backend/IBackend.cs" subtype="Code" buildaction="Compile" />
43     <File name="./Common" subtype="Directory" buildaction="Compile" />
44     <File name="./Common/Logger.cs" subtype="Code" buildaction="Compile" />
45     <File name="./Common/Options.cs" subtype="Code" buildaction="Compile" />
46     <File name="./Common/LibContrast.cs" subtype="Code" buildaction="Compile" />
47     <File name="./Controller" subtype="Directory" buildaction="Compile" />
48     <File name="./Controller/IMainControl.cs" subtype="Code" buildaction="Compile" />
49     <File name="./Controller/IChannelControl.cs" subtype="Code" buildaction="Compile" />
50     <File name="./Controller/IConnectionControl.cs" subtype="Code" buildaction="Compile" />
51     <File name="./Plugin" subtype="Directory" buildaction="Compile" />
52     <File name="./Plugin/Plugin.cs" subtype="Code" buildaction="Compile" />
53     <File name="./Controller/MainControlFactory.cs" subtype="Code" buildaction="Compile" />
54     <File name="./Backend/Rfc.cs" subtype="Code" buildaction="Compile" />
55     <File name="./Common/TransformationPool.cs" subtype="Code" buildaction="Compile" />
56     <File name="./Plugin/Shopping.cs" subtype="Code" buildaction="Compile" />
57     <File name="./Controller/CommandProcesser.cs" subtype="Code" buildaction="Compile" />
58     <File name="./Common/AutocompletationAlgorithm.cs" subtype="Code" buildaction="Nothing" />
59     <File name="./Backend/ChannelMessageBakery.cs" subtype="Code" buildaction="Compile" />
60     <File name="./Backend/Structs.cs" subtype="Code" buildaction="Nothing" />
61     <File name="../data/Circ.conf" subtype="Code" buildaction="EmbedAsResource" />
62     <File name="./Frontend/EventArgs.cs" subtype="Code" buildaction="Compile" />
63   </Contents>
64   <References>
65     <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
66     <ProjectReference type="Assembly" localcopy="True" refto="../lib/Mono.Addins.dll" />
67     <ProjectReference type="Gac" localcopy="True" refto="Nini, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c9892194e1b9ec1b" />
68   </References>
69   <Deployment.LinuxDeployData scriptName="circ.lib" />
70 </Project>