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
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 bd438e6..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
@@ -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..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,16 +42,16 @@
false
..\..\..\bin\Debug\
DEBUG;TRACE
- ..\..\..\bin\Debug\mdbgeng.xml
+ ..\..\..\bin\Debug\Microsoft.Samples.Debugging.MdbgEngine.xml
MinimumRecommendedRules.ruleset
true
- false
+ pdbonly
true
..\..\..\bin\Release\
TRACE
- ..\..\..\bin\Release\mdbgeng.xml
+ ..\..\..\bin\Release\Microsoft.Samples.Debugging.MdbgEngine.xml
AllRules.ruleset
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..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
@@ -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