Browse Source

add missing Microsoft.Web.XmlTransform.dll to setup

pull/297/head
Siegfried Pammer 12 years ago
parent
commit
28381d1009
  1. 3
      src/Setup/Files.wxs
  2. 1
      src/Setup/Setup.wxs

3
src/Setup/Files.wxs

@ -1575,6 +1575,9 @@ @@ -1575,6 +1575,9 @@
<Component Id="AddInManager2NuGetCoreDll" Guid="29F6AA62-469E-429D-B8F9-2E087093A1E9" DiskId="1">
<File Id="AddInManager2.NuGet.Core.dll" Name="NuGet.Core.dll" Source="..\..\AddIns\Misc\AddInManager2\NuGet.Core.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="AddInManager2.NuGet.Core.dll" AssemblyManifest="AddInManager2.NuGet.Core.dll" />
</Component>
<Component Id="AddInManager2MSWebXmlTransformDll" Guid="" DiskId="1">
<File Id="AddInManager2.Microsoft.Web.XmlTransform.dll" Name="Microsoft.Web.XmlTransform.dll" Source="..\..\AddIns\Misc\AddInManager2\Microsoft.Web.XmlTransform.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="AddInManager2.Microsoft.Web.XmlTransform.dll" AssemblyManifest="AddInManager2.Microsoft.Web.XmlTransform.dll" />
</Component>
</Directory>
</Directory>
<Directory Id="VersionControlAddInsFolder" Name="VersionControl">

1
src/Setup/Setup.wxs

@ -316,6 +316,7 @@ @@ -316,6 +316,7 @@
<ComponentRef Id="ICSharpCodeAddInManager2Dll"/>
<ComponentRef Id="AddInManager2ICSharpCodeSharpZipLibDll"/>
<ComponentRef Id="AddInManager2NuGetCoreDll"/>
<ComponentRef Id="AddInManager2MSWebXmlTransformDll"/>
<ComponentRef Id="AddInScoutFiles"/>
<ComponentRef Id="CodeAnalysisFiles"/>
<ComponentRef Id="CodeQualityFiles"/>

Loading…
Cancel
Save