Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kestner <mkestner@gmail.com>2009-04-18 00:22:07 +0400
committerMike Kestner <mkestner@gmail.com>2009-04-18 00:22:07 +0400
commit5c483609b7518070fefc53bb2672d77fc5df8652 (patch)
tree9fd38056137eb9e9be1c82763a55979bc5cf1962 /main/contrib
parent7b8fae09729c896caaacfb599bc8a1cebe3aacce (diff)
2009-04-17 Mike Kestner <mkestner@novell.com>
* NRefactory.csproj: kill pre task, update outdirs plus a little hushing svn path=/trunk/monodevelop/; revision=132040
Diffstat (limited to 'main/contrib')
-rw-r--r--main/contrib/NRefactory/Project/ChangeLog4
-rw-r--r--main/contrib/NRefactory/Project/NRefactory.csproj7
2 files changed, 7 insertions, 4 deletions
diff --git a/main/contrib/NRefactory/Project/ChangeLog b/main/contrib/NRefactory/Project/ChangeLog
index 52175f3d22..c0a7a0f71d 100644
--- a/main/contrib/NRefactory/Project/ChangeLog
+++ b/main/contrib/NRefactory/Project/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-17 Mike Kestner <mkestner@novell.com>
+
+ * NRefactory.csproj: kill pre task, update outdirs
+
2009-04-15 Lluis Sanchez Gual <lluis@novell.com>
* Configuration/AssemblyInfo.cs: Bump MD version.
diff --git a/main/contrib/NRefactory/Project/NRefactory.csproj b/main/contrib/NRefactory/Project/NRefactory.csproj
index 73c2c5464b..4250c5c7e4 100644
--- a/main/contrib/NRefactory/Project/NRefactory.csproj
+++ b/main/contrib/NRefactory/Project/NRefactory.csproj
@@ -30,14 +30,14 @@
<Optimize>false</Optimize>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<DefineConstants>TEST;DEBUG;NET35</DefineConstants>
- <OutputPath>..\..\..\..\bin\</OutputPath>
+ <OutputPath>..\..\..\build\bin\</OutputPath>
<DebugType>none</DebugType>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<DefineConstants>TEST;NET35</DefineConstants>
- <OutputPath>..\..\..\..\bin\</OutputPath>
+ <OutputPath>..\..\..\build\bin\</OutputPath>
<DebugType>none</DebugType>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -157,6 +157,5 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
- <PreBuildEvent>..\src\Tools\UpdateAssemblyInfo\bin\Debug\UpdateAssemblyInfo.exe</PreBuildEvent>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>