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:
authorJonathan Pobst <monkey@jpobst.com>2009-04-16 00:18:06 +0400
committerJonathan Pobst <monkey@jpobst.com>2009-04-16 00:18:06 +0400
commit4f5ff288d5a7b95c727ba52f5b18502e7b4018b1 (patch)
tree5abf022c04f0c1fc8de1d1090d1aaf176b1532b0
parent317ec26e8f78d312c773c3c5a319cfd133f234eb (diff)
- Remove AvoidMathCallsOnConstants[Rule|Test].cs from project files.
svn path=/trunk/mono-tools/; revision=131824
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj1
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Performance/Test/Tests.Rules.Performance.csproj1
2 files changed, 0 insertions, 2 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj b/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj
index 303b58ab..514780fa 100755
--- a/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj
+++ b/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj
@@ -67,7 +67,6 @@
<Compile Include="..\..\AssemblyStaticInfo.cs">
<Link>AssemblyStaticInfo.cs</Link>
</Compile>
- <Compile Include="AvoidMathCallsOnConstantsRule.cs" />
<Compile Include="AvoidRepetitiveCastsRule.cs" />
<Compile Include="AvoidTypeGetTypeForConstantStringsRule.cs" />
<Compile Include="AvoidUnneededUnboxingRule.cs" />
diff --git a/gendarme/rules/Gendarme.Rules.Performance/Test/Tests.Rules.Performance.csproj b/gendarme/rules/Gendarme.Rules.Performance/Test/Tests.Rules.Performance.csproj
index db728d4d..f2533e01 100755
--- a/gendarme/rules/Gendarme.Rules.Performance/Test/Tests.Rules.Performance.csproj
+++ b/gendarme/rules/Gendarme.Rules.Performance/Test/Tests.Rules.Performance.csproj
@@ -63,7 +63,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AvoidLargeNumberOfLocalVariablesTest.cs" />
- <Compile Include="AvoidMathCallsOnConstantsTest.cs" />
<Compile Include="AvoidRepetitiveCastsTest.cs" />
<Compile Include="AvoidTypeGetTypeForConstantStringsTest.cs" />
<Compile Include="AvoidUnneededUnboxingTest.cs" />