- move appropriate methods from Utility.cs to classes in IPlugin
[FaRetSys.git] / build / IPlugin / IPlugin.mdp
blobebacf6beeedf7b675eed6e40a1758f4fa84a8830
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/IInPlugin.cs" subtype="Code" buildaction="Compile" />
28     <File name="../../IPlugin/IOutPlugin.cs" subtype="Code" buildaction="Compile" />
29     <File name="../../IPlugin/IPlugin.cs" subtype="Code" buildaction="Compile" />
30     <File name="../../IPlugin/IResult.cs" subtype="Code" buildaction="Compile" />
31     <File name="../../IPlugin/IType.cs" subtype="Code" buildaction="Compile" />
32     <File name="../../IPlugin/PluginException.cs" subtype="Code" buildaction="Compile" />
33     <File name="../../IPlugin/Program.cs" subtype="Code" buildaction="Compile" />
34     <File name="../../IPlugin/RegistryConfig.cs" subtype="Code" buildaction="Compile" />
35     <File name="../../IPlugin/BPP.cs" subtype="Code" buildaction="Compile" />
36     <File name="../../IPlugin/Utility.cs" subtype="Code" buildaction="Compile" />
37     <File name="../../IPlugin/ResultSorter.cs" subtype="Code" buildaction="Compile" />
38   </Contents>
39   <References>
40     <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
41     <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
42     <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.16.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
43   </References>
44 </Project>