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:48:55 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-02-16 17:48:55 +0300
commit5eedc8193a63d02531e40e08c79f15b011df68d4 (patch)
treee7cb977c37bea559c1214eb94d1e77e92ee15bef /gendarme/rules
parent1a088eb7a5418922109d8e5b7845ffff8f434a11 (diff)
update project file
svn path=/trunk/mono-tools/; revision=95883
Diffstat (limited to 'gendarme/rules')
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Naming/Gendarme.Rules.Naming.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Naming/Gendarme.Rules.Naming.csproj b/gendarme/rules/Gendarme.Rules.Naming/Gendarme.Rules.Naming.csproj
index a4f551d3..f68f79e3 100755
--- a/gendarme/rules/Gendarme.Rules.Naming/Gendarme.Rules.Naming.csproj
+++ b/gendarme/rules/Gendarme.Rules.Naming/Gendarme.Rules.Naming.csproj
@@ -17,7 +17,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>