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>2010-05-23 18:38:30 +0400
committerSebastien Pouliot <sebastien@ximian.com>2010-05-23 18:38:30 +0400
commit7d65a11bdaa4218fbe329882fc1795134307d0f8 (patch)
tree30d48c7483bd4c9933de45a41e0c042d2c97454f
parentcf316c5d25da6664616d3e88deafd128217f0b25 (diff)
update vs.net project files
svn path=/trunk/mono-tools/; revision=157781
-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, 2 insertions, 0 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj b/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj
index 5a162336..106f84c3 100755
--- a/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj
+++ b/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj
@@ -69,6 +69,7 @@
</Compile>
<Compile Include="AvoidConcatenatingCharsRule.cs" />
<Compile Include="AvoidLocalDataStoreSlotRule.cs" />
+ <Compile Include="AvoidMethodWithLargeMaximumStackSize.cs" />
<Compile Include="AvoidRepetitiveCallsToPropertiesRule.cs" />
<Compile Include="AvoidRepetitiveCastsRule.cs" />
<Compile Include="AvoidTypeGetTypeForConstantStringsRule.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 f18578d9..d658e9d5 100755
--- a/gendarme/rules/Gendarme.Rules.Performance/Test/Tests.Rules.Performance.csproj
+++ b/gendarme/rules/Gendarme.Rules.Performance/Test/Tests.Rules.Performance.csproj
@@ -65,6 +65,7 @@
<Compile Include="AvoidConcatenatingCharsTest.cs" />
<Compile Include="AvoidLargeNumberOfLocalVariablesTest.cs" />
<Compile Include="AvoidLocalDataStoreSlotTest.cs" />
+ <Compile Include="AvoidMethodWithLargeMaximumStackSizeTest.cs" />
<Compile Include="AvoidRepetitiveCallsToPropertiesTest.cs" />
<Compile Include="AvoidRepetitiveCastsTest.cs" />
<Compile Include="AvoidTypeGetTypeForConstantStringsTest.cs" />