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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mautil
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-21 15:49:05 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-21 15:49:05 +0300
commit60d87622dc6fe6b30913a1730f2f0c205363f2bb (patch)
tree43079aace06d3e1765fb29517797f235c4ff0d07 /mautil
parentc28ac3b9f74ccb12725fb71e9c350613e32b70d2 (diff)
Update release configurations.
Diffstat (limited to 'mautil')
-rw-r--r--mautil/mautil.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj
index e8bc9bf..3341cb1 100644
--- a/mautil/mautil.csproj
+++ b/mautil/mautil.csproj
@@ -13,7 +13,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>True</Optimize>
+ <Optimize>false</Optimize>
<OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -21,12 +21,14 @@
<Commandlineparameters>rb /home/lluis/work/monodevelop/main/build/AddIns/NUnit</Commandlineparameters>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
+ <DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
<OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
+ <DebugSymbols>true</DebugSymbols>
+ <Commandlineparameters>rb /home/lluis/work/monodevelop/main/build/AddIns/NUnit</Commandlineparameters>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />