Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-03-23 14:00:53 +0300
committerLluis Sanchez <lluis@novell.com>2010-03-23 14:00:53 +0300
commitc6fd530c338150d2324d9c67eb401a975ad34f38 (patch)
tree28d237bf5381589b1c5ab03e23602a34989e7af8 /setup
parent09f99ae6212a4e475dd4733734cea9c808703bb9 (diff)
Add missing assembly.
svn path=/trunk/monodevelop/; revision=154049
Diffstat (limited to 'setup')
-rw-r--r--setup/WixSetup/Product.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index efbbb58a73..19ecd6aa07 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -435,6 +435,7 @@
<Directory Id="MonoDevelop.Debugger.Soft" Name="MonoDevelop.Debugger.Soft">
<Component Id="MonoDevelop_AddIns_MonoDevelop_Debugger_Soft" Guid="d3d8931d-d099-4172-b103-8f9f67875170">
<File Name="Mono.Debugger.Soft.dll" Source="$(var.BuildRoot)\AddIns\MonoDevelop.Debugger.Soft\Mono.Debugger.Soft.dll" />
+ <File Name="Mono.Debugging.Soft.dll" Source="$(var.BuildRoot)\AddIns\MonoDevelop.Debugger.Soft\Mono.Debugging.Soft.dll" />
<File Name="MonoDevelop.Debugger.Soft.AspNet.dll" Source="$(var.BuildRoot)\AddIns\MonoDevelop.Debugger.Soft\MonoDevelop.Debugger.Soft.AspNet.dll" />
<File Name="MonoDevelop.Debugger.Soft.dll" Source="$(var.BuildRoot)\AddIns\MonoDevelop.Debugger.Soft\MonoDevelop.Debugger.Soft.dll" />
<File Name="MonoDevelop.Debugger.Soft.Moonlight.dll" Source="$(var.BuildRoot)\AddIns\MonoDevelop.Debugger.Soft\MonoDevelop.Debugger.Soft.Moonlight.dll" />