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-02-16 17:44:30 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-02-16 17:44:30 +0300
commit4c8e60241e2b7727166abe11f6a4147fc950302b (patch)
tree62929be4085c73d460cce80422e7f6619fa6ce99 /gendarme/rules
parentc205a0f10e18fef1c0a46253cdee5d2d1d3bd200 (diff)
update project file
svn path=/trunk/mono-tools/; revision=95878
Diffstat (limited to 'gendarme/rules')
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Correctness/Gendarme.Rules.Correctness.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Correctness/Gendarme.Rules.Correctness.csproj b/gendarme/rules/Gendarme.Rules.Correctness/Gendarme.Rules.Correctness.csproj
index d939b84b..9769a40d 100755
--- a/gendarme/rules/Gendarme.Rules.Correctness/Gendarme.Rules.Correctness.csproj
+++ b/gendarme/rules/Gendarme.Rules.Correctness/Gendarme.Rules.Correctness.csproj
@@ -34,7 +34,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>..\..\console\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>