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:30:15 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-02-16 17:30:15 +0300
commitc205a0f10e18fef1c0a46253cdee5d2d1d3bd200 (patch)
tree2427ca89dffca100820f2069e319200b931ae2cc /gendarme/rules
parent4b41c43c6f5106894404458a3a0832e8fdb6441b (diff)
update project file
svn path=/trunk/mono-tools/; revision=95875
Diffstat (limited to 'gendarme/rules')
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Concurrency/Gendarme.Rules.Concurrency.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Concurrency/Gendarme.Rules.Concurrency.csproj b/gendarme/rules/Gendarme.Rules.Concurrency/Gendarme.Rules.Concurrency.csproj
index 4e7fdff5..d8bc0e7c 100755
--- a/gendarme/rules/Gendarme.Rules.Concurrency/Gendarme.Rules.Concurrency.csproj
+++ b/gendarme/rules/Gendarme.Rules.Concurrency/Gendarme.Rules.Concurrency.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>