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

Gendarme.Rules.Exceptions.mdp « Gendarme.Rules.Exceptions « rules « gendarme - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7eb36edfff7c18806e3007b61b33bf9d786fb3d (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
39
40
<Project name="Gendarme.Rules.Exceptions" 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.Exceptions" />
      <Build debugmode="True" target="Library" />
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
    </Configuration>
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
      <Output directory="bin/Release" assembly="Gendarme.Rules.Exceptions" />
      <Build debugmode="False" target="Library" />
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
    </Configuration>
  </Configurations>
  <Contents>
    <File name="ISEHCatchBlock.cs" subtype="Code" buildaction="Compile" />
    <File name="ISEHGuardedBlock.cs" subtype="Code" buildaction="Compile" />
    <File name="ISEHHandlerBlock.cs" subtype="Code" buildaction="Compile" />
    <File name="SEHHandlerType.cs" subtype="Code" buildaction="Compile" />
    <File name="Impl/ExceptionBlockParser.cs" subtype="Code" buildaction="Compile" />
    <File name="Impl/ExecutionBlock.cs" subtype="Code" buildaction="Compile" />
    <File name="Impl/ExecutionPath.cs" subtype="Code" buildaction="Compile" />
    <File name="Impl/ExecutionPathFactory.cs" subtype="Code" buildaction="Compile" />
    <File name="Impl/SEHCatchBlock.cs" subtype="Code" buildaction="Compile" />
    <File name="Impl/SEHGuardedBlock.cs" subtype="Code" buildaction="Compile" />
    <File name="Impl/SEHHandlerBlock.cs" subtype="Code" buildaction="Compile" />
    <File name="Impl/SEHHandlerBlockCollection.cs" subtype="Code" buildaction="Compile" />
    <File name="DontSwallowErrorsCatchingNonspecificExceptionsRule.cs" subtype="Code" buildaction="Compile" />
    <File name="DoNotDestroyStackTraceRule.cs" subtype="Code" buildaction="Compile" />
    <File name="ChangeLog" subtype="Code" buildaction="Nothing" />
  </Contents>
  <References>
    <ProjectReference type="Project" localcopy="True" refto="framework" />
    <ProjectReference type="Assembly" localcopy="True" refto="../../../lib/Mono.Cecil.dll" />
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  </References>
  <Deployment.LinuxDeployData generatePcFile="False" />
  <DeployTargets />
</Project>