- moved all plugin-related classes to Eithne.Plugin namespace
[FaRetSys.git] / build / IPlugin / IPlugin.mdp
blob633d89060bc746f275c5a50aedbafea9cc74f128
1 <Project name="IPlugin" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
2   <Configurations active="Debug">
3     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4       <Output directory="../../" assemblyKeyFile="." assembly="IPlugin" />
5       <Build debugmode="True" target="Library" />
6       <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
7       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8     </Configuration>
9     <Configuration name="Release" ctype="DotNetProjectConfiguration">
10       <Output directory="../../" assemblyKeyFile="." assembly="IPlugin" />
11       <Build debugmode="False" target="Library" />
12       <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
13       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14     </Configuration>
15   </Configurations>
16   <Contents>
17     <File name="../../IPlugin/CommSocket.cs" subtype="Code" buildaction="Compile" />
18     <File name="../../IPlugin/Config.cs" subtype="Code" buildaction="Compile" />
19     <File name="../../IPlugin/GConfConfig.cs" subtype="Code" buildaction="Compile" />
20     <File name="../../IPlugin/IBlock.cs" subtype="Code" buildaction="Compile" />
21     <File name="../../IPlugin/ICommImage.cs" subtype="Code" buildaction="Compile" />
22     <File name="../../IPlugin/ICommResult.cs" subtype="Code" buildaction="Compile" />
23     <File name="../../IPlugin/IConfig.cs" subtype="Code" buildaction="Compile" />
24     <File name="../../IPlugin/IFactory.cs" subtype="Code" buildaction="Compile" />
25     <File name="../../IPlugin/IImage.cs" subtype="Code" buildaction="Compile" />
26     <File name="../../IPlugin/IInfo.cs" subtype="Code" buildaction="Compile" />
27     <File name="../../IPlugin/IResult.cs" subtype="Code" buildaction="Compile" />
28     <File name="../../IPlugin/IType.cs" subtype="Code" buildaction="Compile" />
29     <File name="../../IPlugin/PluginException.cs" subtype="Code" buildaction="Compile" />
30     <File name="../../IPlugin/Program.cs" subtype="Code" buildaction="Compile" />
31     <File name="../../IPlugin/RegistryConfig.cs" subtype="Code" buildaction="Compile" />
32     <File name="../../IPlugin/Utility.cs" subtype="Code" buildaction="Compile" />
33     <File name="../../IPlugin/ResultSorter.cs" subtype="Code" buildaction="Compile" />
34     <File name="../../IPlugin/DialogMessage.cs" subtype="Code" buildaction="Compile" />
35     <File name="../../IPlugin/DialogQuestion.cs" subtype="Code" buildaction="Compile" />
36     <File name="../../IPlugin/BPP.cs" subtype="Code" buildaction="Compile" />
37     <File name="../../IPlugin/resources/DialogMessage.glade" subtype="Code" buildaction="EmbedAsResource" />
38     <File name="../../IPlugin/resources/DialogQuestion.glade" subtype="Code" buildaction="EmbedAsResource" />
39     <File name="../../IPlugin/Plugin/Base.cs" subtype="Code" buildaction="Compile" />
40     <File name="../../IPlugin/Plugin/In.cs" subtype="Code" buildaction="Compile" />
41     <File name="../../IPlugin/Plugin/Out.cs" subtype="Code" buildaction="Compile" />
42   </Contents>
43   <References>
44     <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
45     <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
46     <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.16.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
47     <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
48     <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
49   </References>
50 </Project>