From 75e9f1f8811ccadbdb3093513a27ca6b5d59b0e5 Mon Sep 17 00:00:00 2001 From: Marcin Mikolajczak Date: Sat, 10 Dec 2011 15:08:04 +0100 Subject: [PATCH 1/3] Enabled PDB file generation for Release mode. --- src/debugger/corapi/corapi.csproj | 2 +- src/debugger/mdbg/mdbg.csproj | 2 +- src/debugger/mdbgeng/mdbgeng.csproj | 2 +- src/debugger/mdbgext/mdbgext.csproj | 2 +- src/debugger/raw/raw.csproj | 2 +- src/extensions/enc/enc.csproj | 2 +- src/extensions/gui/gui.csproj | 2 +- src/extensions/ildasm/ildasm.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/debugger/corapi/corapi.csproj b/src/debugger/corapi/corapi.csproj index bd438e6..501d3f8 100644 --- a/src/debugger/corapi/corapi.csproj +++ b/src/debugger/corapi/corapi.csproj @@ -47,7 +47,7 @@ true - false + pdbonly true ..\..\..\bin\Release\ TRACE diff --git a/src/debugger/mdbg/mdbg.csproj b/src/debugger/mdbg/mdbg.csproj index 08939e1..e24882e 100644 --- a/src/debugger/mdbg/mdbg.csproj +++ b/src/debugger/mdbg/mdbg.csproj @@ -45,7 +45,7 @@ true - false + pdbonly true ..\..\..\bin\Release\ TRACE diff --git a/src/debugger/mdbgeng/mdbgeng.csproj b/src/debugger/mdbgeng/mdbgeng.csproj index dc35e5b..eb695d5 100644 --- a/src/debugger/mdbgeng/mdbgeng.csproj +++ b/src/debugger/mdbgeng/mdbgeng.csproj @@ -47,7 +47,7 @@ true - false + pdbonly true ..\..\..\bin\Release\ TRACE diff --git a/src/debugger/mdbgext/mdbgext.csproj b/src/debugger/mdbgext/mdbgext.csproj index 3c8e832..cb2dbd0 100644 --- a/src/debugger/mdbgext/mdbgext.csproj +++ b/src/debugger/mdbgext/mdbgext.csproj @@ -47,7 +47,7 @@ true - false + pdbonly true ..\..\..\bin\Release\ TRACE diff --git a/src/debugger/raw/raw.csproj b/src/debugger/raw/raw.csproj index 55608c0..122c688 100644 --- a/src/debugger/raw/raw.csproj +++ b/src/debugger/raw/raw.csproj @@ -47,7 +47,7 @@ true - false + pdbonly true ..\..\..\bin\Release\ TRACE diff --git a/src/extensions/enc/enc.csproj b/src/extensions/enc/enc.csproj index 40430f8..d190b6e 100644 --- a/src/extensions/enc/enc.csproj +++ b/src/extensions/enc/enc.csproj @@ -46,7 +46,7 @@ true - false + pdbonly true ..\..\..\bin\Release\ TRACE diff --git a/src/extensions/gui/gui.csproj b/src/extensions/gui/gui.csproj index 2c5ae35..72ee30f 100644 --- a/src/extensions/gui/gui.csproj +++ b/src/extensions/gui/gui.csproj @@ -46,7 +46,7 @@ true - false + pdbonly true ..\..\..\bin\Release\ TRACE diff --git a/src/extensions/ildasm/ildasm.csproj b/src/extensions/ildasm/ildasm.csproj index a2551b0..ceeec65 100644 --- a/src/extensions/ildasm/ildasm.csproj +++ b/src/extensions/ildasm/ildasm.csproj @@ -47,7 +47,7 @@ true - false + pdbonly true ..\..\..\bin\Release\ TRACE From d3267ee0dd01fa36136a90480f3c5f9116c6207d Mon Sep 17 00:00:00 2001 From: Marcin Mikolajczak Date: Sat, 10 Dec 2011 15:19:53 +0100 Subject: [PATCH 2/3] Changed assmebly names to make them more NuGet friendly. --- .../NativeDebugWrappers/NativeDebugWrappers.csproj | 4 ++-- src/debugger/corapi/corapi.csproj | 4 ++-- src/debugger/mdbgeng/mdbgeng.csproj | 8 ++++---- src/debugger/raw/raw.csproj | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/debugger/NativeDebugWrappers/NativeDebugWrappers.csproj b/src/debugger/NativeDebugWrappers/NativeDebugWrappers.csproj index da1292f..4e38f9a 100644 --- a/src/debugger/NativeDebugWrappers/NativeDebugWrappers.csproj +++ b/src/debugger/NativeDebugWrappers/NativeDebugWrappers.csproj @@ -8,8 +8,8 @@ {3991AB6C-468B-4C28-95FC-3188CFB34180} Library Properties - NativeDebugWrappers - NativeDebugWrappers + Microsoft.Samples.Debugging.Native + Microsoft.Samples.Debugging.Native v4.0 diff --git a/src/debugger/corapi/corapi.csproj b/src/debugger/corapi/corapi.csproj index 501d3f8..db5260a 100644 --- a/src/debugger/corapi/corapi.csproj +++ b/src/debugger/corapi/corapi.csproj @@ -6,8 +6,8 @@ 2.0 {04EF9865-E1B1-403D-802B-E4FAEA50A634} Library - corapi - corapi + Microsoft.Samples.Debugging + Microsoft.Samples.Debugging.CorApi 4 diff --git a/src/debugger/mdbgeng/mdbgeng.csproj b/src/debugger/mdbgeng/mdbgeng.csproj index eb695d5..0f1730f 100644 --- a/src/debugger/mdbgeng/mdbgeng.csproj +++ b/src/debugger/mdbgeng/mdbgeng.csproj @@ -6,8 +6,8 @@ 2.0 {634B90A2-0344-44C5-83F0-06180B2FDA05} Library - mdbgeng - mdbgeng + Microsoft.Samples.Debugging.MdbgEngine + Microsoft.Samples.Debugging.MdbgEngine 4 @@ -42,7 +42,7 @@ false ..\..\..\bin\Debug\ DEBUG;TRACE - ..\..\..\bin\Debug\mdbgeng.xml + ..\..\..\bin\Debug\Microsoft.Samples.Debugging.MdbgEngine.xml MinimumRecommendedRules.ruleset true @@ -51,7 +51,7 @@ true ..\..\..\bin\Release\ TRACE - ..\..\..\bin\Release\mdbgeng.xml + ..\..\..\bin\Release\Microsoft.Samples.Debugging.MdbgEngine.xml AllRules.ruleset diff --git a/src/debugger/raw/raw.csproj b/src/debugger/raw/raw.csproj index 122c688..3fa299b 100644 --- a/src/debugger/raw/raw.csproj +++ b/src/debugger/raw/raw.csproj @@ -6,8 +6,8 @@ 2.0 {C18D303B-2C55-43EB-A3DF-39CF3FB1D447} Library - raw - raw + Microsoft.Samples.Debugging + Microsoft.Samples.Debugging.CorApi.NativeApi 4 From f820b1c9cfad1f007118bbf8807e9bd10e4047eb Mon Sep 17 00:00:00 2001 From: Marcin Mikolajczak Date: Sat, 10 Dec 2011 15:39:53 +0100 Subject: [PATCH 3/3] Added NuGet package descriptors. --- Microsoft.Samples.Debugging.CorApi.nuspec | 20 +++++++++++++++++++ Microsoft.Samples.Debugging.MdbgEngine.nuspec | 19 ++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Microsoft.Samples.Debugging.CorApi.nuspec create mode 100644 Microsoft.Samples.Debugging.MdbgEngine.nuspec diff --git a/Microsoft.Samples.Debugging.CorApi.nuspec b/Microsoft.Samples.Debugging.CorApi.nuspec new file mode 100644 index 0000000..36da6cc --- /dev/null +++ b/Microsoft.Samples.Debugging.CorApi.nuspec @@ -0,0 +1,20 @@ + + + + Microsoft.Samples.Debugging.CorApi + 1.4.0.0 + Microsoft + SymbolSource + https://github.com/SymbolSource/Microsoft.Samples.Debugging + false + CLR Managed Debugger (mdbg) Sample 4.0 (http://www.microsoft.com/download/en/details.aspx?id=2282) + + + + + + + + + + \ No newline at end of file diff --git a/Microsoft.Samples.Debugging.MdbgEngine.nuspec b/Microsoft.Samples.Debugging.MdbgEngine.nuspec new file mode 100644 index 0000000..75a0023 --- /dev/null +++ b/Microsoft.Samples.Debugging.MdbgEngine.nuspec @@ -0,0 +1,19 @@ + + + + Microsoft.Samples.Debugging.MdbgEngine + 1.4.0.0 + Microsoft + SymbolSource + https://github.com/SymbolSource/Microsoft.Samples.Debugging + false + CLR Managed Debugger (mdbg) Sample 4.0 (http://www.microsoft.com/download/en/details.aspx?id=2282) + + + + + + + + + \ No newline at end of file