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
diff options
context:
space:
mode:
Diffstat (limited to 'setup/WixSetup/Product.wxs')
-rw-r--r--setup/WixSetup/Product.wxs4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index 5225000155..c8fd4fdcfb 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -542,8 +542,6 @@
</Directory>
<Directory Id="VersionControl" Name="VersionControl">
<Component Id="MonoDevelop_AddIns_VersionControl" Guid="185a74d4-17c2-4e94-9dbc-4c391026eb1e">
- <File Name="Diff.dll" Source="$(var.BuildRoot)\AddIns\VersionControl\Diff.dll" />
- <File Name="DiffWidget.dll" Source="$(var.BuildRoot)\AddIns\VersionControl\DiffWidget.dll" />
<File Name="MonoDevelop.VersionControl.dll" Source="$(var.BuildRoot)\AddIns\VersionControl\MonoDevelop.VersionControl.dll" />
<File Name="MonoDevelop.VersionControl.Subversion.dll" Source="$(var.BuildRoot)\AddIns\VersionControl\MonoDevelop.VersionControl.Subversion.dll" />
</Component>
@@ -660,4 +658,4 @@
<Icon Id="MonoDevelop.exe" SourceFile="Bitmaps\MonoDevelop.ico" />
<Property Id="ARPPRODUCTICON" Value="MonoDevelop.exe" />
</Product>
-</Wix> \ No newline at end of file
+</Wix>