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
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 /Mono.Addins/Mono.Addins.csproj
parentc28ac3b9f74ccb12725fb71e9c350613e32b70d2 (diff)
Update release configurations.
Diffstat (limited to 'Mono.Addins/Mono.Addins.csproj')
-rw-r--r--Mono.Addins/Mono.Addins.csproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/Mono.Addins/Mono.Addins.csproj b/Mono.Addins/Mono.Addins.csproj
index 252f189..5497447 100644
--- a/Mono.Addins/Mono.Addins.csproj
+++ b/Mono.Addins/Mono.Addins.csproj
@@ -16,7 +16,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>
@@ -26,13 +26,16 @@
<DocumentationFile>..\bin\Mono.Addins.xml</DocumentationFile>
</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>
<ConsolePause>False</ConsolePause>
+ <DebugSymbols>true</DebugSymbols>
+ <NoWarn>1574</NoWarn>
+ <DocumentationFile>..\bin\Mono.Addins.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />