Browse Source

Fixed setup

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5184 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 16 years ago
parent
commit
f600f27a54
  1. 10
      src/Setup/Files.wxs

10
src/Setup/Files.wxs

@ -1472,13 +1472,9 @@ @@ -1472,13 +1472,9 @@
</Directory>
<Directory Id="DebuggerFolder" Name="Debugger">
<Component Guid="3A14B928-3319-429B-8F39-8870431C49CB" Id="DebuggerAddInFiles" DiskId="1">
<File Source="..\..\AddIns\AddIns\Misc\Debugger\Debugger.AddIn.addin" Id="Debugger.AddIn.addin" Name="Debugger.AddIn.addin" />
<File Source="..\..\AddIns\AddIns\Misc\Debugger\Debugger.AddIn.dll" Id="Debugger.AddIn.dll" Name="Debugger.AddIn.dll" />
<!--
<File Source="..\..\AddIns\AddIns\Misc\Debugger\Debugger.BooInterpreter.addin" Id="Debugger.BooInterpreter.addin" Name="Debugger.BooInterpreter.addin" />
<File Source="..\..\AddIns\AddIns\Misc\Debugger\Debugger.BooInterpreter.dll" Id="Debugger.BooInterpreter.dll" Name="Debugger.BooInterpreter.dll" />
-->
<File Source="..\..\AddIns\AddIns\Misc\Debugger\Debugger.Core.dll" Id="Debugger.Core.dll" Name="Debugger.Core.dll" />
<File Source="..\..\AddIns\AddIns\Debugger\Debugger.AddIn.addin" Id="Debugger.AddIn.addin" Name="Debugger.AddIn.addin" />
<File Source="..\..\AddIns\AddIns\Debugger\Debugger.AddIn.dll" Id="Debugger.AddIn.dll" Name="Debugger.AddIn.dll" />
<File Source="..\..\AddIns\AddIns\Debugger\Debugger.Core.dll" Id="Debugger.Core.dll" Name="Debugger.Core.dll" />
</Component>
</Directory>
<Directory Id="FiletypeRegistererFolder" Name="FiletypeRegisterer">

Loading…
Cancel
Save