Browse Source

rename dlls from installer.

pull/16/head
Eusebiu Marcu 14 years ago
parent
commit
87ef097306
  1. 4
      src/Setup/Files.wxs

4
src/Setup/Files.wxs

@ -1425,8 +1425,8 @@ @@ -1425,8 +1425,8 @@
<File Source="..\..\AddIns\Debugger\Debugger.AddIn.addin" Id="Debugger.AddIn.addin" Name="Debugger.AddIn.addin" />
<File Source="..\..\AddIns\Debugger\Debugger.AddIn.dll" Id="Debugger.AddIn.dll" Name="Debugger.AddIn.dll" />
<File Source="..\..\AddIns\Debugger\Debugger.Core.dll" Id="Debugger.Core.dll" Name="Debugger.Core.dll" />
<File Source="..\..\AddIns\Debugger\ICSharpCode.NewNRefactory.dll" Id="Debugger.ICSharpCode.NewNRefactory.dll" Name="Debugger.ICSharpCode.NewNRefactory.dll" />
<File Source="..\..\AddIns\Debugger\ICSharpCode.Decompiler.dll" Id="Debugger.ICSharpCode.Decompiler.dll" Name="Debugger.ICSharpCode.Decompiler.dll" />
<File Source="..\..\AddIns\Debugger\ICSharpCode.NewNRefactory.dll" Id="Debugger.ICSharpCode.NewNRefactory.dll" Name="ICSharpCode.NewNRefactory.dll" />
<File Source="..\..\AddIns\Debugger\ICSharpCode.Decompiler.dll" Id="Debugger.ICSharpCode.Decompiler.dll" Name="ICSharpCode.Decompiler.dll" />
</Component>
</Directory>
<Directory Id="MiscAddInsFolder" Name="Misc">

Loading…
Cancel
Save