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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2012-03-09 03:08:21 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2012-03-09 03:08:21 +0400
commitd0618b410196c9227dee51d57eb905253f5d355e (patch)
treef2c3726c019a16b02e5efaffe4e184a605d0b279 /ICSharpCode.NRefactory.Xml
parenteba021814c8f4d2accf11ab0dc840039adb808b0 (diff)
Set version number to 5.0.0.5.
Diffstat (limited to 'ICSharpCode.NRefactory.Xml')
-rw-r--r--ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj b/ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj
index f8d1fa81..d59380ab 100644
--- a/ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj
+++ b/ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj
@@ -44,7 +44,8 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
+ <DebugType>PdbOnly</DebugType>
+ <DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />