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

Commit

Permalink
Fix MVC Scaffolding 1.0.9 errors on code generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Nov 10, 2012
1 parent 2ac3e9c commit 35a6bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Setup/Files.wxs
Expand Up @@ -1817,6 +1817,9 @@
<Component Id="NuGetConsoleTypesDll" Guid="7386637C-A6C6-4AD4-8EA3-C5E87AA3F552" DiskId="1">
<File Id="NuGet.Console.Types.dll" Name="NuGet.Console.Types.dll" Source="..\..\AddIns\Misc\PackageManagement\NuGet.Console.Types.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="NuGet.Console.Types.dll" AssemblyManifest="NuGet.Console.Types.dll" />
</Component>
<Component Id="PackageManagementICSharpCodeSharpDevelopDomDll" Guid="70460742-D237-4742-B563-7127376C56CB" DiskId="1">
<File Id="PackageManagement.ICSharpCode.SharpDevelop.Dom.dll" Name="ICSharpCode.SharpDevelop.Dom.dll" Source="..\..\AddIns\Misc\PackageManagement\ICSharpCode.SharpDevelop.Dom.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="PackageManagement.ICSharpCode.SharpDevelop.Dom.dll" AssemblyManifest="PackageManagement.ICSharpCode.SharpDevelop.Dom.dll" />
</Component>
</Directory>
<Directory Id="TextTemplating" Name="TextTemplating">
<Component Id="MonoTextTemplatingDll" Guid="07BFBED7-FC7B-4CF3-BD00-DCA8E8E7C17B" DiskId="1">
Expand Down
1 change: 1 addition & 0 deletions src/Setup/Setup.wxs
Expand Up @@ -535,6 +535,7 @@
<ComponentRef Id="PackageManagementDll"/>
<ComponentRef Id="SharpDevelopEnvDteDll"/>
<ComponentRef Id="PackageManagementPowerShellDll"/>
<ComponentRef Id="PackageManagementICSharpCodeSharpDevelopDomDll"/>
<ComponentRef Id="JQuery172NuGetPackage"/>
<ComponentRef Id="Modernizr253NuGetPackage"/>

Expand Down

0 comments on commit 35a6bb3

Please sign in to comment.