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

Gendarme.Rules.Naming.mdp « Gendarme.Rules.Naming « rules « gendarme - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a8aab5e4e18400cdcddcbe56d162b3b73fa672a (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
<Project name="Gendarme.Rules.Naming" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
  <Configurations active="Debug">
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
      <Output directory="../../bin" assembly="Gendarme.Rules.Naming" />
      <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" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
    </Configuration>
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
      <Output directory="bin/Release" assemblyKeyFile="." assembly="Gendarme.Rules.Naming" />
      <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="UsePluralNameInEnumFlagsRule.cs" subtype="Code" buildaction="Compile" />
    <File name="UseSingularNameInEnumsUnlessAreFlagsRule.cs" subtype="Code" buildaction="Compile" />
    <File name="EnumNotEndsWithEnumOrFlagsSuffixRule.cs" subtype="Code" buildaction="Compile" />
    <File name="Gendarme.Rules.Naming.xml.in" subtype="Code" buildaction="Nothing" />
    <File name="DetectNonAlphaNumericsInTypeNamesRule.cs" subtype="Code" buildaction="Compile" />
    <File name="UseCorrectCasingRule.cs" subtype="Code" buildaction="Compile" />
    <File name="UseCorrectPrefixRule.cs" subtype="Code" buildaction="Compile" />
    <File name="UseCorrectSuffixRule.cs" subtype="Code" buildaction="Compile" />
    <File name="UsePreferredTermsRule.cs" subtype="Code" buildaction="Compile" />
    <File name="NamingUtils.cs" subtype="Code" buildaction="Compile" />
    <File name="DoNotPrefixValuesWithEnumNameRule.cs" subtype="Code" buildaction="Compile" />
    <File name="DoNotUseReservedInEnumValueNamesRule.cs" subtype="Code" buildaction="Compile" />
    <File name="ParameterNamesShouldMatchOverridenMethodRule.cs" subtype="Code" buildaction="Compile" />
  </Contents>
  <References>
    <ProjectReference type="Project" localcopy="True" refto="framework" />
    <ProjectReference type="Assembly" localcopy="True" refto="../../../lib/Mono.Cecil.dll" />
  </References>
  <Deployment.LinuxDeployData generatePcFile="False" />
</Project>