From 0ece6762f20664c486493e3447fb980a384d15d1 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Mon, 13 Mar 2017 11:56:50 -0400 Subject: [PATCH] [build] Generate debug symbols in Release configuration Debug symbols are needed to get line numbers in stack traces, which is a handy feature even for Release binaries... --- src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj | 1 + .../Java.Interop.Tools.Diagnostics.csproj | 1 + .../Java.Interop.Tools.JavaCallableWrappers.csproj | 1 + src/Java.Interop/Java.Interop.csproj | 1 + src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.Mdb.csproj | 1 + src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.csproj | 1 + .../Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj | 1 + .../Xamarin.Android.Tools.AnnotationSupport.csproj | 1 + .../Xamarin.Android.Tools.ApiXmlAdjuster.csproj | 1 + tools/generator/generator.csproj | 2 +- tools/jcw-gen/jcw-gen.csproj | 1 + 11 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj b/src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj index 9d74f3002..4ba617253 100644 --- a/src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj +++ b/src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj @@ -22,6 +22,7 @@ false + full true ..\..\bin\Release prompt diff --git a/src/Java.Interop.Tools.Diagnostics/Java.Interop.Tools.Diagnostics.csproj b/src/Java.Interop.Tools.Diagnostics/Java.Interop.Tools.Diagnostics.csproj index 20d6acd7b..e9f71bb77 100644 --- a/src/Java.Interop.Tools.Diagnostics/Java.Interop.Tools.Diagnostics.csproj +++ b/src/Java.Interop.Tools.Diagnostics/Java.Interop.Tools.Diagnostics.csproj @@ -22,6 +22,7 @@ false + full true ..\..\bin\Release prompt diff --git a/src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers.csproj b/src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers.csproj index 66f23ec16..ef263cae8 100644 --- a/src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers.csproj +++ b/src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers.csproj @@ -22,6 +22,7 @@ false + full true ..\..\bin\Release JCW_ONLY_TYPE_NAMES;HAVE_CECIL diff --git a/src/Java.Interop/Java.Interop.csproj b/src/Java.Interop/Java.Interop.csproj index 888d235e5..2d880cce3 100644 --- a/src/Java.Interop/Java.Interop.csproj +++ b/src/Java.Interop/Java.Interop.csproj @@ -29,6 +29,7 @@ ..\..\bin\Debug\Java.Interop.xml + full true ..\..\bin\Release prompt diff --git a/src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.Mdb.csproj b/src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.Mdb.csproj index 10e576dd8..6db57ae70 100644 --- a/src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.Mdb.csproj +++ b/src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.Mdb.csproj @@ -22,6 +22,7 @@ 4 + full true ..\..\bin\Release prompt diff --git a/src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.csproj b/src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.csproj index eec219121..d57380ce8 100644 --- a/src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.csproj +++ b/src/Xamarin.Android.Cecil/Xamarin.Android.Cecil.csproj @@ -22,6 +22,7 @@ 4 + full true ..\..\bin\Release prompt diff --git a/src/Xamarin.Android.Tools.AnnotationSupport.Cecil/Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj b/src/Xamarin.Android.Tools.AnnotationSupport.Cecil/Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj index def7272c4..c6150f122 100644 --- a/src/Xamarin.Android.Tools.AnnotationSupport.Cecil/Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj +++ b/src/Xamarin.Android.Tools.AnnotationSupport.Cecil/Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj @@ -22,6 +22,7 @@ false + full true ..\..\bin\Release prompt diff --git a/src/Xamarin.Android.Tools.AnnotationSupport/Xamarin.Android.Tools.AnnotationSupport.csproj b/src/Xamarin.Android.Tools.AnnotationSupport/Xamarin.Android.Tools.AnnotationSupport.csproj index c3aa6e47c..aff6ec547 100644 --- a/src/Xamarin.Android.Tools.AnnotationSupport/Xamarin.Android.Tools.AnnotationSupport.csproj +++ b/src/Xamarin.Android.Tools.AnnotationSupport/Xamarin.Android.Tools.AnnotationSupport.csproj @@ -21,6 +21,7 @@ false + full true ..\..\bin\Release prompt diff --git a/src/Xamarin.Android.Tools.ApiXmlAdjuster/Xamarin.Android.Tools.ApiXmlAdjuster.csproj b/src/Xamarin.Android.Tools.ApiXmlAdjuster/Xamarin.Android.Tools.ApiXmlAdjuster.csproj index ce1e01293..8873e9c32 100644 --- a/src/Xamarin.Android.Tools.ApiXmlAdjuster/Xamarin.Android.Tools.ApiXmlAdjuster.csproj +++ b/src/Xamarin.Android.Tools.ApiXmlAdjuster/Xamarin.Android.Tools.ApiXmlAdjuster.csproj @@ -22,6 +22,7 @@ false + full true ..\..\bin\Release prompt diff --git a/tools/generator/generator.csproj b/tools/generator/generator.csproj index af9fadd9d..3a201a9a6 100644 --- a/tools/generator/generator.csproj +++ b/tools/generator/generator.csproj @@ -29,7 +29,7 @@ false - none + full False $(UtilityOutputFullPath) prompt diff --git a/tools/jcw-gen/jcw-gen.csproj b/tools/jcw-gen/jcw-gen.csproj index 39b73ec4d..61f6a3f0d 100644 --- a/tools/jcw-gen/jcw-gen.csproj +++ b/tools/jcw-gen/jcw-gen.csproj @@ -22,6 +22,7 @@ true + full true ..\..\bin\Release prompt