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>2009-02-16 03:26:27 +0300
committerSebastien Pouliot <sebastien@ximian.com>2009-02-16 03:26:27 +0300
commit5b72c9d5733be9c99e92194e73ef29025739e35c (patch)
tree6a0c6492cf970b228efab7c7925bf1b7d3ce84b1
parent4cf8b94b9607dcfcaf5cfe7c50cde066935ae34f (diff)
add missing AvoidAlwaysNullFieldRule.cs to build
svn path=/branches/mono-2-4/mono-tools/; revision=126969
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Maintainability/Gendarme.Rules.Maintainability.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Maintainability/Gendarme.Rules.Maintainability.csproj b/gendarme/rules/Gendarme.Rules.Maintainability/Gendarme.Rules.Maintainability.csproj
index 9a43f468..aed8bdd7 100755
--- a/gendarme/rules/Gendarme.Rules.Maintainability/Gendarme.Rules.Maintainability.csproj
+++ b/gendarme/rules/Gendarme.Rules.Maintainability/Gendarme.Rules.Maintainability.csproj
@@ -46,6 +46,7 @@
<Compile Include="..\..\AssemblyStaticInfo.cs">
<Link>AssemblyStaticInfo.cs</Link>
</Compile>
+ <Compile Include="AvoidAlwaysNullFieldRule.cs" />
<Compile Include="AvoidComplexMethodsRule.cs" />
<Compile Include="AvoidDeepInheritanceTreeRule.cs" />
<Compile Include="AvoidLackOfCohesionOfMethodsRule.cs" />