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 Krüger <mkrueger@novell.com>2011-04-06 17:10:34 +0400
committerMike Krüger <mkrueger@novell.com>2011-04-06 17:10:34 +0400
commit53182010ed21fa03504f7a2bdfaffecb042ca83e (patch)
treeac12bf0f1ad2e6ab844fd709403d86663ef1cb0d /main/src/core/MonoDevelop.Startup
parentfdf132765b113f1bc3f5331c8ba2a110854d5362 (diff)
Replaced the Mono.Cecil.Decompiler with ICSharpCode.Decompiler.
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
index d3e4d99f08..106db5bac0 100644
--- a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
+++ b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
@@ -60,6 +60,12 @@
<Execution clr-version="Net_2_0" />
</Execution>
</PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+ <DebugType>none</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MonoDevelop.Core\MonoDevelop.Core.csproj">
<Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>