Browse Source

Update setup with new NuGet packages used in project templates.

pull/6/merge
Matt Ward 13 years ago
parent
commit
07599ad640
  1. 8
      src/Setup/Files.wxs
  2. 4
      src/Setup/Setup.wxs

8
src/Setup/Files.wxs

@ -939,11 +939,11 @@ @@ -939,11 +939,11 @@
</Component>
</Directory>
<Directory Id="ProjectTemplatePackages" Name="packages">
<Component Id="JQuery161NuGetPackage" Guid="E3651407-A9CF-4CE9-8603-1C9ABA7ED173" DiskId="1">
<File Id="jQuery.1.6.1.nupkg" Name="jQuery.1.6.1.nupkg" Source="..\..\data\templates\packages\jQuery.1.6.1.nupkg" KeyPath="yes" />
<Component Id="JQuery172NuGetPackage" Guid="80CBCC4A-E30C-4BE6-8E35-A7EFDABA939D" DiskId="1">
<File Id="jQuery.1.7.2.nupkg" Name="jQuery.1.7.2.nupkg" Source="..\..\data\templates\packages\jQuery.1.7.2.nupkg" KeyPath="yes" />
</Component>
<Component Id="Modernizr17NuGetPackage" Guid="0913F3F6-C4A6-4E3C-B80D-CA61A91E0213" DiskId="1">
<File Id="Modernizr.1.7.nupkg" Name="Modernizr.1.7.nupkg" Source="..\..\data\templates\packages\Modernizr.1.7.nupkg" KeyPath="yes" />
<Component Id="Modernizr253NuGetPackage" Guid="0D39E685-992C-4D36-9964-1DE907AF25A3" DiskId="1">
<File Id="Modernizr.2.5.3.nupkg" Name="Modernizr.2.5.3.nupkg" Source="..\..\data\templates\packages\Modernizr.2.5.3.nupkg" KeyPath="yes" />
</Component>
</Directory>
</Directory>

4
src/Setup/Setup.wxs

@ -541,8 +541,8 @@ @@ -541,8 +541,8 @@
<ComponentRef Id="PackageManagementCmdletsDllHelpXml"/>
<ComponentRef Id="PackageManagementDll"/>
<ComponentRef Id="PackageManagementPowerShellDll"/>
<ComponentRef Id="JQuery161NuGetPackage"/>
<ComponentRef Id="Modernizr17NuGetPackage"/>
<ComponentRef Id="JQuery172NuGetPackage"/>
<ComponentRef Id="Modernizr253NuGetPackage"/>
<ComponentRef Id="MonoTextTemplatingDll"/>
<ComponentRef Id="TextTemplatingAddin"/>

Loading…
Cancel
Save