Removing references to file that do not exist

Was causing failures in the automated build script
This commit is contained in:
Louis DeJardin
2010-02-22 11:32:24 -08:00
parent b7220ed713
commit fa90119e70

View File

@@ -217,12 +217,6 @@
<Content Include="Themes\Orchard\Theme.txt" />
<Content Include="Themes\Orchard\Views\Footer.ascx" />
<Content Include="Themes\Orchard\Views\Layout.ascx" />
<Content Include="Themes\SafeMode\Content\Images\background_content.jpg" />
<Content Include="Themes\SafeMode\Content\Images\background_footer.jpg" />
<Content Include="Themes\SafeMode\Content\Images\background_module.gif" />
<Content Include="Themes\SafeMode\Content\Images\background_page.jpg" />
<Content Include="Themes\SafeMode\Content\Images\background_pageTop.gif" />
<Content Include="Themes\SafeMode\Content\Images\orchardLogo.jpg" />
<Content Include="Themes\SafeMode\Styles\site.css" />
<Content Include="Themes\SafeMode\Theme.png" />
<Content Include="Themes\SafeMode\Theme.txt" />
@@ -251,6 +245,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="Themes\SafeMode\Content\Images\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />