mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 05:23:33 +08:00
Removing references to file that do not exist
Was causing failures in the automated build script
This commit is contained in:
@@ -217,12 +217,6 @@
|
|||||||
<Content Include="Themes\Orchard\Theme.txt" />
|
<Content Include="Themes\Orchard\Theme.txt" />
|
||||||
<Content Include="Themes\Orchard\Views\Footer.ascx" />
|
<Content Include="Themes\Orchard\Views\Footer.ascx" />
|
||||||
<Content Include="Themes\Orchard\Views\Layout.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\Styles\site.css" />
|
||||||
<Content Include="Themes\SafeMode\Theme.png" />
|
<Content Include="Themes\SafeMode\Theme.png" />
|
||||||
<Content Include="Themes\SafeMode\Theme.txt" />
|
<Content Include="Themes\SafeMode\Theme.txt" />
|
||||||
@@ -251,6 +245,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="App_Data\" />
|
<Folder Include="App_Data\" />
|
||||||
|
<Folder Include="Themes\SafeMode\Content\Images\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||||
|
Reference in New Issue
Block a user