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-03-06 02:36:38 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-03-06 02:36:38 +0300
commita5863c093524679a0f285e26e0d70b7d12dcdacb (patch)
tree23b5d8812c15e92ed32e4b2f56e4e21f996b6d08 /gendarme/rules/Gendarme.Rules.Security/Test
parentf346ed46ba65d529001dad3c3e8a3352b4b32f36 (diff)
update MD solutions/projects files to workaround a bug affecting C#3 extension methods
svn path=/trunk/mono-tools/; revision=97467
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Security/Test')
-rw-r--r--gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp b/gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp
index 72ba2bd5..6201cf24 100644
--- a/gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp
+++ b/gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp
@@ -29,9 +29,9 @@
<References>
<ProjectReference type="Project" localcopy="True" refto="Gendarme.Rules.Security" />
<ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
- <ProjectReference type="Assembly" localcopy="True" refto="../../../../lib/Mono.Cecil.dll" />
<ProjectReference type="Project" localcopy="True" refto="framework" />
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <ProjectReference type="Project" localcopy="True" refto="Mono.Cecil" />
</References>
<Deployment.LinuxDeployData generatePcFile="False" />
<DeployTargets />