summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-05-16 21:12:20 +0200
committerStephane Delcroix <stephane@delcroix.org>2017-05-16 21:12:20 +0200
commitd29be8e9ae44e35cd3f1caec41d1c737a70dabdb (patch)
tree832828dbbc39acac159d69895cf35d7cf89f262f /Xamarin.Forms.Xaml.UnitTests
parente1734092bec06d5e013144f13c947c040586cec8 (diff)
downloadxamarin-forms-d29be8e9ae44e35cd3f1caec41d1c737a70dabdb.tar.gz
xamarin-forms-d29be8e9ae44e35cd3f1caec41d1c737a70dabdb.tar.bz2
xamarin-forms-d29be8e9ae44e35cd3f1caec41d1c737a70dabdb.zip
[XamlC] fix build
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
index ffad2db3..708fe502 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
+++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
@@ -24,7 +24,7 @@
<NoWarn>0672;0219;0414</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>full</DebugType>
+ <DebugType></DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>