libextractor-mono

GNU libextractor
Log | Files | Refs | LICENSE

LibExtractor.mdp (2044B)


      1 <Project name="LibExtractor" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
      2   <Policies>
      3     <StandardHeader IncludeInNewFiles="False" inheritsSet="LGPLv2License" />
      4   </Policies>
      5   <Configurations active="Debug">
      6     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
      7       <Output directory="bin/Debug" assembly="LibExtractor" />
      8       <Build debugmode="True" target="Library" />
      9       <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
     10       <CodeGeneration compiler="Mcs" warninglevel="3" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     11     </Configuration>
     12     <Configuration name="Release" ctype="DotNetProjectConfiguration">
     13       <Output directory="bin/Release" assembly="LibExtractor" />
     14       <Build debugmode="False" target="Library" />
     15       <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
     16       <CodeGeneration compiler="Mcs" warninglevel="3" optimize="True" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     17     </Configuration>
     18   </Configurations>
     19   <Contents>
     20     <File name="LibExtractor.dll.config" subtype="Code" buildaction="FileCopy" />
     21     <File name="src" subtype="Directory" buildaction="Compile" />
     22     <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
     23     <File name="src/Extractor.cs" subtype="Code" buildaction="Compile" />
     24     <File name="src/Keyword.cs" subtype="Code" buildaction="Compile" />
     25     <File name="src/KeywordType.cs" subtype="Code" buildaction="Compile" />
     26     <File name="src/DuplicateOptions.cs" subtype="Code" buildaction="Compile" />
     27   </Contents>
     28   <References>
     29     <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
     30   </References>
     31 </Project>