From 472c4fb9365e9c6349d4293153e2baab911d57ee Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Fri, 27 Oct 2017 07:21:30 +0200 Subject: [PATCH] Add EmbedSources flag to allow source stepping in nupkg. --- ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index f8dec72a7..af6e556a3 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -32,6 +32,7 @@ full true + true True $(DefineConstants);STEP @@ -39,6 +40,7 @@ pdbonly true + true @@ -587,4 +589,13 @@ + + + + + + + \ No newline at end of file