-S option implemented: works only on the given strand (still not implemented for...
[matrix_rider.git] / matrix_rider.mdp
blobe358635440854d33e9fe12b2c3e96521ddedc495
1 <Project name="matrix_rider" fileversion="2.0" language="C" Target="Bin" ctype="CProject">
2   <Configurations active="Debug">
3     <Configuration name="Debug" SourceDirectory="." ctype="CProjectConfiguration">
4       <Output directory="bin/Debug" output="matrix_rider" />
5       <Build debugmode="True" target="Bin" />
6       <Execution runwithwarnings="True" consolepause="True" />
7       <EnvironmentVariables />
8       <CodeGeneration WarningLevel="All" WarningsAsErrors="False" OptimizationLevel="0" ExtraCompilerArguments="" ExtraLinkerArguments="-lm" DefineSymbols="DEBUG MONODEVELOP" ctype="CCompilationParameters" />
9     </Configuration>
10     <Configuration name="Release" SourceDirectory="." ctype="CProjectConfiguration">
11       <Output directory="bin/Release" output="matrix_rider" />
12       <Build debugmode="False" target="Bin" />
13       <Execution runwithwarnings="True" consolepause="True" />
14       <CodeGeneration WarningLevel="Normal" WarningsAsErrors="False" OptimizationLevel="3" ExtraCompilerArguments="     " ExtraLinkerArguments="-lm" DefineSymbols="MONODEVELOP" ctype="CCompilationParameters" />
15     </Configuration>
16   </Configurations>
17   <Contents>
18     <File name="examples" subtype="Directory" buildaction="Nothing" />
19     <File name="examples/matrix_ll_ss" subtype="Code" buildaction="Nothing" />
20     <File name="examples/matrix_ll_noN" subtype="Code" buildaction="Nothing" />
21     <File name="examples/fasta" subtype="Code" buildaction="Nothing" />
22     <File name="all_tests.c" subtype="Code" buildaction="Compile" />
23     <File name="CuTest.c" subtype="Code" buildaction="Compile" />
24     <File name="CuTest.h" subtype="Code" buildaction="Nothing" />
25     <File name="debug.c" subtype="Code" buildaction="Compile" />
26     <File name="fasta.c" subtype="Code" buildaction="Compile" />
27     <File name="input.c" subtype="Code" buildaction="Compile" />
28     <File name="main.c" subtype="Code" buildaction="Compile" />
29     <File name="makefile" subtype="Code" buildaction="Nothing" />
30     <File name="matrixes.c" subtype="Code" buildaction="Compile" />
31     <File name="tests.c" subtype="Code" buildaction="Compile" />
32     <File name="total_affinity.h" subtype="Code" buildaction="Nothing" />
33   </Contents>
34   <compiler ctype="GccCompiler" />
35   <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="makefile">
36     <BuildFilesVar />
37     <DeployFilesVar />
38     <ResourcesVar />
39     <OthersVar />
40     <GacRefVar />
41     <AsmRefVar />
42     <ProjectRefVar />
43   </MonoDevelop.Autotools.MakefileInfo>
44 </Project>