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-12-30 23:23:32 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-12-30 23:23:32 +0300
commit79d15b228d7aecef374b5a8336869ad263e6c253 (patch)
tree69ce4ddea8ea61edd979ef2f6f40ce9c39fe20ad /gendarme/rules/Gendarme.Rules.Smells/Test
parent1a2b7f49f0551388e8e01175adea849ff42cacd6 (diff)
update csproj files with new rules
svn path=/trunk/mono-tools/; revision=122265
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Smells/Test')
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj b/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj
index 5721571e..c561d0cc 100755
--- a/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj
+++ b/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj
@@ -49,6 +49,7 @@
<Compile Include="AvoidLongParameterListsTest.cs" />
<None Include="AvoidMessageChainsTest.cs" />
<Compile Include="AvoidSpeculativeGeneralityTest.cs" />
+ <Compile Include="AvoidSwitchStatementsTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\mcs\class\Mono.Cecil\Mono.Cecil.csproj">