- Adding Settings package under Orchard.Core. This is the package for Orchard site/package settings.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041262
This commit is contained in:
suhacan
2009-11-18 18:35:58 +00:00
parent 322c25df0e
commit 8dc4c78a66
2 changed files with 8 additions and 0 deletions

View File

@@ -85,6 +85,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Common\Package.txt" />
<Content Include="Settings\Package.txt" />
<Content Include="Web.config" />
<Content Include="XmlRpc\Package.txt" />
<Content Include="XmlRpc\Views\Home\Index.aspx" />
@@ -95,6 +96,12 @@
<Name>Orchard</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Settings\Controllers\" />
<Folder Include="Settings\Models\" />
<Folder Include="Settings\Services\" />
<Folder Include="Settings\Views\Admin\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

View File

@@ -0,0 +1 @@
name: Settings