Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit b0cbcdd

Browse files
committed
Fixed installer build error.
Fixed error when building the installer: Unresolved reference to symbol 'File:Xceed.Wpf.Toolkit.dll'
1 parent 9e37641 commit b0cbcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Setup/Files.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@
13551355
<File Source="..\..\AddIns\Misc\SharpDevelopReporting\PdfSharp.dll" Name="PdfSharp.dll" Id="PdfSharp.dll" KeyPath="yes" />
13561356
</Component>
13571357
<Component Id="SdrXceedWpfToolkitDll" Guid="D844FC03-053A-4897-BD74-0FDDE7D82F80" DiskId="1">
1358-
<File Id="Sdr.Xceed.Wpf.Toolkit.dll" Name="Xceed.Wpf.Toolkit.dll" Source="..\..\AddIns\Misc\SharpDevelopReporting\Xceed.Wpf.Toolkit.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="Xceed.Wpf.Toolkit.dll" AssemblyManifest="Xceed.Wpf.Toolkit.dll" />
1358+
<File Id="Sdr.Xceed.Wpf.Toolkit.dll" Name="Xceed.Wpf.Toolkit.dll" Source="..\..\AddIns\Misc\SharpDevelopReporting\Xceed.Wpf.Toolkit.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="Sdr.Xceed.Wpf.Toolkit.dll" AssemblyManifest="Sdr.Xceed.Wpf.Toolkit.dll" />
13591359
</Component>
13601360
</Directory>
13611361
<Directory Id="PackageManagement" Name="PackageManagement">

0 commit comments

Comments
 (0)