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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2008-02-16 20:01:18 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-02-16 20:01:18 +0300
commitb565c97f63d72a1fc53cc6c07a19c9c8c7ea9a48 (patch)
tree549f7333f75d4b410fbbb2e8cb93c310bbde34bb /gendarme/rules/Gendarme.Rules.Exceptions/Gendarme.Rules.Exceptions.mdp
parente8948bd5f410b9fa9385b936580041962baa62b1 (diff)
update build files
svn path=/trunk/mono-tools/; revision=95902
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Exceptions/Gendarme.Rules.Exceptions.mdp')
-rw-r--r--gendarme/rules/Gendarme.Rules.Exceptions/Gendarme.Rules.Exceptions.mdp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Exceptions/Gendarme.Rules.Exceptions.mdp b/gendarme/rules/Gendarme.Rules.Exceptions/Gendarme.Rules.Exceptions.mdp
index 08d89d5e..f7eb36ed 100644
--- a/gendarme/rules/Gendarme.Rules.Exceptions/Gendarme.Rules.Exceptions.mdp
+++ b/gendarme/rules/Gendarme.Rules.Exceptions/Gendarme.Rules.Exceptions.mdp
@@ -14,7 +14,6 @@
</Configuration>
</Configurations>
<Contents>
- <File name="DontDestroyStackTrace.cs" subtype="Code" buildaction="Compile" />
<File name="ISEHCatchBlock.cs" subtype="Code" buildaction="Compile" />
<File name="ISEHGuardedBlock.cs" subtype="Code" buildaction="Compile" />
<File name="ISEHHandlerBlock.cs" subtype="Code" buildaction="Compile" />
@@ -28,6 +27,8 @@
<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" />