Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Test.Rules.mdp « Test.Rules « rules « gendarme - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d798ddee0d1305133d681e9bfdde341d62f62c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project name="Test.Rules" fileversion="2.0" language="C#" DefaultNamespace="Test.Rules.BaseFixtures" clr-version="Net_2_0" ctype="DotNetProject">
  <Configurations active="Debug">
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
      <Output directory="../../bin" assembly="Test.Rules" />
      <Build debugmode="True" target="Library" />
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
    </Configuration>
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
      <Output directory="bin/Release" assembly="Test.Rules" />
      <Build debugmode="False" target="Library" />
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
    </Configuration>
  </Configurations>
  <Contents>
    <File name="." subtype="Directory" buildaction="Compile" />
    <File name="Fixtures" subtype="Directory" buildaction="Compile" />
    <File name="Fixtures/MethodRuleTestFixture.cs" subtype="Code" buildaction="Compile" />
    <File name="Fixtures/TypeRuleTestFixture.cs" subtype="Code" buildaction="Compile" />
    <File name="Definitions" subtype="Directory" buildaction="Compile" />
    <File name="Definitions/SimpleMethods.cs" subtype="Code" buildaction="Compile" />
    <File name="Definitions/SimpleTypes.cs" subtype="Code" buildaction="Compile" />
    <File name="Fixtures/RuleTestFixture.cs" subtype="Code" buildaction="Compile" />
    <File name="Helpers" subtype="Directory" buildaction="Compile" />
    <File name="Helpers/AssemblyCache.cs" subtype="Code" buildaction="Compile" />
    <File name="Helpers/DefinitionLoader.cs" subtype="Code" buildaction="Compile" />
    <File name="Helpers/TestRunner.cs" subtype="Code" buildaction="Compile" />
  </Contents>
  <References>
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <ProjectReference type="Project" localcopy="True" refto="framework" />
    <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Cecil, Version=0.6.8.8607, Culture=neutral, PublicKeyToken=null" />
    <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  </References>
  <GtkDesignInfo />
</Project>