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-08-26 19:39:52 +0400
committerSebastien Pouliot <sebastien@ximian.com>2008-08-26 19:39:52 +0400
commit15e182edb5ac3a14dcc4567baf01e3e0de7ef549 (patch)
tree07542b4ad6d16cb21d18229b0742de4e5500c04b /gendarme/rules/Gendarme.Rules.Smells
parent3ab5819aa1b4b729362ed7326fa6412d1aeb0728 (diff)
update project files (mostly MD)
svn path=/trunk/mono-tools/; revision=111622
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Smells')
-rw-r--r--gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.mdp6
-rw-r--r--gendarme/rules/Gendarme.Rules.Smells/Test/Test.Rules.Smells.mdp2
2 files changed, 4 insertions, 4 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.mdp b/gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.mdp
index b071dd95..084b8bdb 100644
--- a/gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.mdp
+++ b/gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.mdp
@@ -4,13 +4,13 @@
<Output directory="../../bin" assembly="Gendarme.Rules.Smells" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" additionalargs="/noconfig-" ctype="CSharpCompilerParameters" />
+ <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="bin/Release" assembly="Gendarme.Rules.Smells" />
<Build debugmode="False" target="Library" />
<Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" additionalargs="/noconfig-" ctype="CSharpCompilerParameters" />
+ <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<Contents>
@@ -30,7 +30,7 @@
<ProjectReference type="Project" localcopy="True" refto="framework" />
<ProjectReference type="Project" localcopy="True" refto="Gendarme.Rules.Performance" />
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Cecil" />
+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Cecil, Version=0.6.8.8607, Culture=neutral, PublicKeyToken=null" />
</References>
<Deployment.LinuxDeployData generatePcFile="False" />
</Project> \ No newline at end of file
diff --git a/gendarme/rules/Gendarme.Rules.Smells/Test/Test.Rules.Smells.mdp b/gendarme/rules/Gendarme.Rules.Smells/Test/Test.Rules.Smells.mdp
index 171ee6e0..e5ec4299 100644
--- a/gendarme/rules/Gendarme.Rules.Smells/Test/Test.Rules.Smells.mdp
+++ b/gendarme/rules/Gendarme.Rules.Smells/Test/Test.Rules.Smells.mdp
@@ -28,8 +28,8 @@
<ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Cecil" />
<ProjectReference type="Project" localcopy="True" refto="Test.Rules" />
+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Cecil, Version=0.6.8.8607, Culture=neutral, PublicKeyToken=null" />
</References>
<Deployment.LinuxDeployData generatePcFile="False" />
</Project> \ No newline at end of file