Some fixes* that had to be made to (begin to) get running as an IIS application. *Pretty much pathing fixes and including "TheAdmin" theme and the themes Web.config (to get themes to work and the admin to not look like...)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044465
This commit is contained in:
skewed
2009-12-22 21:52:51 +00:00
parent 645f0a08b8
commit 35558ee5d5
7 changed files with 37 additions and 20 deletions

View File

@@ -165,10 +165,24 @@
<Content Include="Themes\Orange\Theme.gif" />
<Content Include="Themes\Orange\Theme.txt" />
<Content Include="Themes\Orange\Views\layout.ascx" />
<Content Include="Themes\TheAdmin\Styles\images\background_header.jpg" />
<Content Include="Themes\TheAdmin\Styles\images\icons.png" />
<Content Include="Themes\TheAdmin\Styles\images\orchardLogo.jpg" />
<Content Include="Themes\TheAdmin\Styles\images\tableHeaderBackground.gif" />
<Content Include="Themes\TheAdmin\Styles\images\tableHeaderBackgroundRed.gif" />
<Content Include="Themes\TheAdmin\Styles\site.css" />
<Content Include="Themes\TheAdmin\Theme.gif" />
<Content Include="Themes\TheAdmin\Theme.txt" />
<Content Include="Themes\TheAdmin\Views\layout.ascx" />
<Content Include="Themes\TheAdmin\Views\Shared\document.aspx" />
<Content Include="Views\Shared\Messages.ascx" />
<Content Include="Views\Templates\ThreeColumns.aspx" />
<Content Include="Views\Templates\TwoColumns.aspx" />
</ItemGroup>
<ItemGroup>
<None Include="Themes\TheAdmin\Styles\images\icons.psd" />
<Content Include="Themes\Web.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
</ItemGroup>