Click here to Skip to main content
15,895,799 members
Articles / Web Development / ASP.NET

Improving ASP.NET MVC MUSIC STORE more usability with DotNetAge in 30 minutes

Rate me:
Please Sign up or sign in to vote.
4.87/5 (12 votes)
23 Nov 2010GPL38 min read 83.3K   5.5K   32  
Using the DotNetAge to upgrade the ASP.NET Mvc Music Store add widgets and security features just in minutes.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>
    </ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{C6B740DD-3666-43D0-8A5A-BD0065D7748D}</ProjectGuid>
    <ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>DNAMusicStore</RootNamespace>
    <AssemblyName>DNAMusicStore</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <MvcBuildViews>false</MvcBuildViews>
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Assemblies\CookComputing.XmlRpcV2.dll</HintPath>
    </Reference>
    <Reference Include="CSharpFormat, Version=2.5.3417.41446, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Assemblies\CSharpFormat.dll</HintPath>
    </Reference>
    <Reference Include="DNA.Mvc, Version=1.1.0.42204, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Assemblies\DNA.Mvc.dll</HintPath>
    </Reference>
    <Reference Include="DNA.Mvc.jQuery, Version=1.0.4.42203, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Assemblies\DNA.Mvc.jQuery.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="SharpZipLib, Version=0.81.0.1407, Culture=neutral">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Assemblies\SharpZipLib.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Data.Entity" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.Security" />
    <Reference Include="System.Web.DynamicData" />
    <Reference Include="System.Web.Entity" />
    <Reference Include="System.Web.ApplicationServices" />
    <Reference Include="System.ComponentModel.DataAnnotations">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data.DataSetExtensions">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Xml.Linq">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Extensions">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Web.Abstractions" />
    <Reference Include="System.Web.Routing" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.EnterpriseServices" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="App_GlobalResources\forums\forums.designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>forums.resx</DependentUpon>
    </Compile>
    <Compile Include="App_GlobalResources\forums\forums.zh-CN.designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>forums.zh-CN.resx</DependentUpon>
    </Compile>
    <Compile Include="App_GlobalResources\language\language.designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>language.resx</DependentUpon>
    </Compile>
    <Compile Include="App_GlobalResources\language\language.zh-CN.designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>language.zh-CN.resx</DependentUpon>
    </Compile>
    <Compile Include="App_GlobalResources\publishing\publishing.designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>publishing.resx</DependentUpon>
    </Compile>
    <Compile Include="App_GlobalResources\publishing\publishing.zh-CN.designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>publishing.zh-CN.resx</DependentUpon>
    </Compile>
    <Compile Include="Controllers\CheckoutController.cs" />
    <Compile Include="Controllers\ShoppingCartController.cs" />
    <Compile Include="Controllers\StoreController.cs" />
    <Compile Include="Controllers\StoreManagerController.cs" />
    <Compile Include="Global.asax.cs">
      <DependentUpon>Global.asax</DependentUpon>
    </Compile>
    <Compile Include="Helpers\HtmlHelpers.cs" />
    <Compile Include="Models\AccountModels.cs" />
    <Compile Include="Models\Album.cs" />
    <Compile Include="Models\Order.cs" />
    <Compile Include="Models\ShoppingCart.cs" />
    <Compile Include="Models\StoreDB1.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>StoreDB.edmx</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ViewModels\ShoppingCartRemoveViewModel.cs" />
    <Compile Include="ViewModels\ShoppingCartViewModel.cs" />
    <Compile Include="ViewModels\StoreBrowseViewModel.cs" />
    <Compile Include="ViewModels\StoreIndexViewModel.cs" />
    <Compile Include="ViewModels\StoreManagerViewModel.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="App_Data\DMSDB.mdf" />
    <Content Include="App_Data\DMSDB_log.LDF">
      <DependentUpon>DMSDB.mdf</DependentUpon>
    </Content>
    <Content Include="App_Data\MvcMusicStore.mdf" />
    <Content Include="App_Data\MvcMusicStore_log.ldf">
      <DependentUpon>MvcMusicStore.mdf</DependentUpon>
    </Content>
    <Content Include="Areas\Community\Views\Forum\Create.ascx" />
    <Content Include="Areas\Community\Views\Forum\Detail.ascx" />
    <Content Include="Areas\Community\Views\Forum\Edit.ascx" />
    <Content Include="Areas\Community\Views\Forum\ForumForm.ascx" />
    <Content Include="Areas\Community\Views\Forum\ForumGroups.ascx" />
    <Content Include="Areas\Community\Views\Forum\ForumList.ascx" />
    <Content Include="Areas\Community\Views\Forum\Forums.ascx" />
    <Content Include="Areas\Community\Views\Forum\Group.aspx" />
    <Content Include="Areas\Community\Views\Forum\Index.aspx" />
    <Content Include="Areas\Community\Views\Forum\MyForum.ascx" />
    <Content Include="Areas\Community\Views\Forum\MyModeratedForums.ascx" />
    <Content Include="Areas\Community\Views\Forum\PrivateMessages.ascx" />
    <Content Include="Areas\Community\Views\Forum\Settings.ascx" />
    <Content Include="Areas\Community\Views\Forum\Statistics.ascx" />
    <Content Include="Areas\Community\Views\Forum\SubForums.ascx" />
    <Content Include="Areas\Community\Views\Forum\SubGroups.ascx" />
    <Content Include="Areas\Community\Views\Forum\Threads.aspx" />
    <Content Include="Areas\Community\Views\Forum\UserInfo.ascx" />
    <Content Include="Areas\Community\Views\Forum\WhoIsOnline.ascx" />
    <Content Include="Areas\Community\Views\Post\Delete.aspx" />
    <Content Include="Areas\Community\Views\Post\Detail.ascx" />
    <Content Include="Areas\Community\Views\Post\Edit.aspx" />
    <Content Include="Areas\Community\Views\Post\HotThreads.ascx" />
    <Content Include="Areas\Community\Views\Post\Move.aspx" />
    <Content Include="Areas\Community\Views\Post\MyThreads.ascx" />
    <Content Include="Areas\Community\Views\Post\New.aspx" />
    <Content Include="Areas\Community\Views\Post\PostForm.ascx" />
    <Content Include="Areas\Community\Views\Post\Posts.ascx" />
    <Content Include="Areas\Community\Views\Post\Quote.aspx" />
    <Content Include="Areas\Community\Views\Post\Reply.aspx" />
    <Content Include="Areas\Community\Views\Post\TodayThreads.ascx" />
    <Content Include="Areas\Community\Views\Rank\Create.ascx" />
    <Content Include="Areas\Community\Views\Rank\Edit.ascx" />
    <Content Include="Areas\Community\Views\Rank\List.ascx" />
    <Content Include="Areas\Community\Views\Shared\Attachments.ascx" />
    <Content Include="Areas\Community\Views\Shared\Crumb.ascx" />
    <Content Include="Areas\Community\Views\Shared\LastPostCell.ascx" />
    <Content Include="Areas\Community\Views\Shared\Search.ascx" />
    <Content Include="Areas\Community\Views\Shared\ThreadList.ascx" />
    <Content Include="Areas\Community\Views\Shared\UserInfo.ascx" />
    <Content Include="Areas\Community\Views\Thread\Index.aspx" />
    <Content Include="Areas\Community\Views\Thread\ModeratedThreads.ascx" />
    <Content Include="Areas\Publishing\Views\Article\AddComment.ascx" />
    <Content Include="Areas\Publishing\Views\Article\Archives.ascx" />
    <Content Include="Areas\Publishing\Views\Article\BlogRoll.ascx" />
    <Content Include="Areas\Publishing\Views\Article\Comments.ascx" />
    <Content Include="Areas\Publishing\Views\Article\Create.aspx" />
    <Content Include="Areas\Publishing\Views\Article\Details.aspx" />
    <Content Include="Areas\Publishing\Views\Article\Edit.aspx" />
    <Content Include="Areas\Publishing\Views\Article\HeadLines.ascx" />
    <Content Include="Areas\Publishing\Views\Article\History.aspx" />
    <Content Include="Areas\Publishing\Views\Article\HotReads.ascx" />
    <Content Include="Areas\Publishing\Views\Article\Index.aspx" />
    <Content Include="Areas\Publishing\Views\Article\List.aspx" />
    <Content Include="Areas\Publishing\Views\Article\ManageList.ascx" />
    <Content Include="Areas\Publishing\Views\Article\MultiHeadLines.ascx" />
    <Content Include="Areas\Publishing\Views\Article\MyActions.ascx" />
    <Content Include="Areas\Publishing\Views\Article\Navigator.ascx" />
    <Content Include="Areas\Publishing\Views\Article\PostForm.ascx" />
    <Content Include="Areas\Publishing\Views\Article\PostRoll.ascx" />
    <Content Include="Areas\Publishing\Views\Article\QuickSearch.ascx" />
    <Content Include="Areas\Publishing\Views\Article\RecentBlogPost.ascx" />
    <Content Include="Areas\Publishing\Views\Article\RecentComments.ascx" />
    <Content Include="Areas\Publishing\Views\Article\Search.aspx" />
    <Content Include="Areas\Publishing\Views\Article\SummaryList.ascx" />
    <Content Include="Areas\Publishing\Views\Article\SummaryView.ascx" />
    <Content Include="Areas\Publishing\Views\Article\TagCloud.ascx" />
    <Content Include="Areas\Publishing\Views\Article\Translate.aspx" />
    <Content Include="Areas\Publishing\Views\Article\ViewContent.ascx" />
    <Content Include="Areas\Publishing\Views\Article\WebLayout.aspx" />
    <Content Include="Areas\Publishing\Views\Article\WebPreview.aspx" />
    <Content Include="Areas\Publishing\Views\Category\CategoryNav.ascx" />
    <Content Include="Areas\Publishing\Views\Category\CatRoot.ascx" />
    <Content Include="Areas\Publishing\Views\Category\Create.ascx" />
    <Content Include="Areas\Publishing\Views\Category\CreateSuccess.ascx" />
    <Content Include="Areas\Publishing\Views\Category\Edit.ascx" />
    <Content Include="Areas\Publishing\Views\Category\Settings.ascx" />
    <Content Include="Areas\Publishing\Views\Category\Sub.ascx" />
    <Content Include="Assemblies\CookComputing.XmlRpcV2.dll" />
    <Content Include="Assemblies\CSharpFormat.dll" />
    <Content Include="Assemblies\DNA.Mvc.dll" />
    <Content Include="Assemblies\DNA.Mvc.jQuery.dll" />
    <Content Include="Assemblies\DNA.Mvc.jQuery.xml" />
    <Content Include="Assemblies\SharpZipLib.dll" />
    <Content Include="Content\dna.ui.css" />
    <Content Include="Content\farbtastic.css" />
    <Content Include="Content\forums.css" />
    <Content Include="Content\images\045631244.gif" />
    <Content Include="Content\images\045631480.gif" />
    <Content Include="Content\images\1.png" />
    <Content Include="Content\images\2.png" />
    <Content Include="Content\images\3-1.png" />
    <Content Include="Content\images\3-2.png" />
    <Content Include="Content\images\3-3.png" />
    <Content Include="Content\images\4-1.png" />
    <Content Include="Content\images\4-2.png" />
    <Content Include="Content\images\4-3.png" />
    <Content Include="Content\images\4-4.png" />
    <Content Include="Content\images\4-5.png" />
    <Content Include="Content\images\4-6.png" />
    <Content Include="Content\images\4-7.png" />
    <Content Include="Content\images\accept.png" />
    <Content Include="Content\images\add.png" />
    <Content Include="Content\images\add_content.gif" />
    <Content Include="Content\images\add_page.png" />
    <Content Include="Content\images\add_page_48x48.png" />
    <Content Include="Content\images\add_user.png" />
    <Content Include="Content\images\authoring\add_to_folder.png" />
    <Content Include="Content\images\authoring\edit.png" />
    <Content Include="Content\images\authoring\folder_full.png" />
    <Content Include="Content\images\authoring\folder_modified.png" />
    <Content Include="Content\images\authoring\full_page.png" />
    <Content Include="Content\images\back.png" />
    <Content Include="Content\images\blank.gif" />
    <Content Include="Content\images\calender.gif" />
    <Content Include="Content\images\cat.gif" />
    <Content Include="Content\images\category.gif" />
    <Content Include="Content\images\cat_48.gif" />
    <Content Include="Content\images\comments.gif" />
    <Content Include="Content\images\comments.png" />
    <Content Include="Content\images\console.gif" />
    <Content Include="Content\images\contact.gif" />
    <Content Include="Content\images\content_designer.jpg" />
    <Content Include="Content\images\design_content.gif" />
    <Content Include="Content\images\dna.ico" />
    <Content Include="Content\images\doc_cat.gif" />
    <Content Include="Content\images\doc_code.gif" />
    <Content Include="Content\images\doc_content.gif" />
    <Content Include="Content\images\download.png" />
    <Content Include="Content\images\draft.gif" />
    <Content Include="Content\images\edit_page.png" />
    <Content Include="Content\images\edit_page_48x48.png" />
    <Content Include="Content\images\fav.gif" />
    <Content Include="Content\images\flags\en-US.gif" />
    <Content Include="Content\images\flags\ja.gif" />
    <Content Include="Content\images\flags\ko.gif" />
    <Content Include="Content\images\flags\zh-CN.gif" />
    <Content Include="Content\images\flags\zh-HK.gif" />
    <Content Include="Content\images\folder.gif" />
    <Content Include="Content\images\Footer_designer.jpg" />
    <Content Include="Content\images\forums\announce_read.gif" />
    <Content Include="Content\images\forums\announce_read_locked.gif" />
    <Content Include="Content\images\forums\announce_read_locked_mine.gif" />
    <Content Include="Content\images\forums\announce_read_mine.gif" />
    <Content Include="Content\images\forums\announce_unread.gif" />
    <Content Include="Content\images\forums\announce_unread_locked.gif" />
    <Content Include="Content\images\forums\announce_unread_locked_mine.gif" />
    <Content Include="Content\images\forums\announce_unread_mine.gif" />
    <Content Include="Content\images\forums\forum_link.gif" />
    <Content Include="Content\images\forums\forum_new.gif" />
    <Content Include="Content\images\forums\forum_old.gif" />
    <Content Include="Content\images\forums\forum_read.gif" />
    <Content Include="Content\images\forums\forum_read_locked.gif" />
    <Content Include="Content\images\forums\forum_read_subforum.gif" />
    <Content Include="Content\images\forums\forum_unread.gif" />
    <Content Include="Content\images\forums\forum_unread_locked.gif" />
    <Content Include="Content\images\forums\forum_unread_subforum.gif" />
    <Content Include="Content\images\forums\icon_aim.png" />
    <Content Include="Content\images\forums\icon_back_top.gif" />
    <Content Include="Content\images\forums\icon_blog.png" />
    <Content Include="Content\images\forums\icon_contact_aim.gif" />
    <Content Include="Content\images\forums\icon_contact_email.gif" />
    <Content Include="Content\images\forums\icon_contact_icq.gif" />
    <Content Include="Content\images\forums\icon_contact_jabber.gif" />
    <Content Include="Content\images\forums\icon_contact_msnm.gif" />
    <Content Include="Content\images\forums\icon_contact_www.gif" />
    <Content Include="Content\images\forums\icon_contact_yahoo.gif" />
    <Content Include="Content\images\forums\icon_email.png" />
    <Content Include="Content\images\forums\icon_home.png" />
    <Content Include="Content\images\forums\icon_icq.png" />
    <Content Include="Content\images\forums\icon_msn.png" />
    <Content Include="Content\images\forums\icon_offline.gif" />
    <Content Include="Content\images\forums\icon_online.gif" />
    <Content Include="Content\images\forums\icon_pm.png" />
    <Content Include="Content\images\forums\icon_post_delete.gif" />
    <Content Include="Content\images\forums\icon_post_info.gif" />
    <Content Include="Content\images\forums\icon_post_report.gif" />
    <Content Include="Content\images\forums\icon_post_target.gif" />
    <Content Include="Content\images\forums\icon_post_target_unread.gif" />
    <Content Include="Content\images\forums\icon_rate_bad.gif" />
    <Content Include="Content\images\forums\icon_rate_good.gif" />
    <Content Include="Content\images\forums\icon_skype.png" />
    <Content Include="Content\images\forums\icon_thread_pinned.png" />
    <Content Include="Content\images\forums\icon_topic_attach.gif" />
    <Content Include="Content\images\forums\icon_topic_latest.gif" />
    <Content Include="Content\images\forums\icon_topic_newest.gif" />
    <Content Include="Content\images\forums\icon_topic_reported.gif" />
    <Content Include="Content\images\forums\icon_topic_unapproved.gif" />
    <Content Include="Content\images\forums\icon_user_warn.gif" />
    <Content Include="Content\images\forums\icon_yahoo.png" />
    <Content Include="Content\images\forums\medals\MC_0.gif" />
    <Content Include="Content\images\forums\medals\MC_1.gif" />
    <Content Include="Content\images\forums\medals\MC_2.gif" />
    <Content Include="Content\images\forums\medals\MG_0.gif" />
    <Content Include="Content\images\forums\medals\MG_1.gif" />
    <Content Include="Content\images\forums\medals\MG_2.gif" />
    <Content Include="Content\images\forums\medals\MS_0.gif" />
    <Content Include="Content\images\forums\medals\MS_1.gif" />
    <Content Include="Content\images\forums\medals\MS_2.gif" />
    <Content Include="Content\images\forums\medals\SC_0.gif" />
    <Content Include="Content\images\forums\medals\SC_1.gif" />
    <Content Include="Content\images\forums\medals\SC_2.gif" />
    <Content Include="Content\images\forums\medals\SG_0.gif" />
    <Content Include="Content\images\forums\medals\SG_1.gif" />
    <Content Include="Content\images\forums\medals\SG_2.gif" />
    <Content Include="Content\images\forums\medals\SS_0.gif" />
    <Content Include="Content\images\forums\medals\SS_1.gif" />
    <Content Include="Content\images\forums\medals\SS_2.gif" />
    <Content Include="Content\images\forums\medals\top.gif" />
    <Content Include="Content\images\forums\online_admin.gif" />
    <Content Include="Content\images\forums\online_member.gif" />
    <Content Include="Content\images\forums\online_moderator.gif" />
    <Content Include="Content\images\forums\online_supermod.gif" />
    <Content Include="Content\images\forums\sticky_read.gif" />
    <Content Include="Content\images\forums\sticky_read_locked.gif" />
    <Content Include="Content\images\forums\sticky_read_locked_mine.gif" />
    <Content Include="Content\images\forums\sticky_read_mine.gif" />
    <Content Include="Content\images\forums\sticky_unread.gif" />
    <Content Include="Content\images\forums\sticky_unread_locked.gif" />
    <Content Include="Content\images\forums\sticky_unread_locked_mine.gif" />
    <Content Include="Content\images\forums\sticky_unread_mine.gif" />
    <Content Include="Content\images\forums\subforum_read.gif" />
    <Content Include="Content\images\forums\subforum_unread.gif" />
    <Content Include="Content\images\forums\topic_moved.gif" />
    <Content Include="Content\images\forums\topic_read.gif" />
    <Content Include="Content\images\forums\topic_read_hot.gif" />
    <Content Include="Content\images\forums\topic_read_hot_mine.gif" />
    <Content Include="Content\images\forums\topic_read_locked.gif" />
    <Content Include="Content\images\forums\topic_read_locked_mine.gif" />
    <Content Include="Content\images\forums\topic_read_mine.gif" />
    <Content Include="Content\images\forums\topic_unread.gif" />
    <Content Include="Content\images\forums\topic_unread_hot.gif" />
    <Content Include="Content\images\forums\topic_unread_hot_mine.gif" />
    <Content Include="Content\images\forums\topic_unread_locked.gif" />
    <Content Include="Content\images\forums\topic_unread_locked_mine.gif" />
    <Content Include="Content\images\forums\topic_unread_mine.gif" />
    <Content Include="Content\images\header_designer.jpg" />
    <Content Include="Content\images\Help.png" />
    <Content Include="Content\images\HelpIcon.gif" />
    <Content Include="Content\images\host\db.png" />
    <Content Include="Content\images\host\host.png" />
    <Content Include="Content\images\host\language.png" />
    <Content Include="Content\images\host\settings.png" />
    <Content Include="Content\images\host\templates.png" />
    <Content Include="Content\images\host\themes.png" />
    <Content Include="Content\images\host\ui_logo_dna_title_700x121.png" />
    <Content Include="Content\images\host\widgets.png" />
    <Content Include="Content\images\host\wizard.png" />
    <Content Include="Content\images\icon_add.gif" />
    <Content Include="Content\images\icon_content_link.gif" />
    <Content Include="Content\images\icon_delete.gif" />
    <Content Include="Content\images\icon_homelink.gif" />
    <Content Include="Content\images\icon_import.gif" />
    <Content Include="Content\images\icon_invisbale.gif" />
    <Content Include="Content\images\icon_lock.gif" />
    <Content Include="Content\images\icon_normal.gif" />
    <Content Include="Content\images\icon_offline_16.gif" />
    <Content Include="Content\images\icon_online_16.gif" />
    <Content Include="Content\images\icon_save.gif" />
    <Content Include="Content\images\icon_stop.gif" />
    <Content Include="Content\images\icon_unlock.gif" />
    <Content Include="Content\images\icon_widgets.gif" />
    <Content Include="Content\images\img.gif" />
    <Content Include="Content\images\Info.png" />
    <Content Include="Content\images\loader-s.gif" />
    <Content Include="Content\images\loading.gif" />
    <Content Include="Content\images\mail.png" />
    <Content Include="Content\images\mail_lock.png" />
    <Content Include="Content\images\marker.png" />
    <Content Include="Content\images\minus.gif" />
    <Content Include="Content\images\my_console.gif" />
    <Content Include="Content\images\new.gif" />
    <Content Include="Content\images\no-avatar.gif" />
    <Content Include="Content\images\ok.gif" />
    <Content Include="Content\images\page_designer.jpg" />
    <Content Include="Content\images\permalink.gif" />
    <Content Include="Content\images\placeholder.gif" />
    <Content Include="Content\images\plus.gif" />
    <Content Include="Content\images\process.png" />
    <Content Include="Content\images\reference.gif" />
    <Content Include="Content\images\relatedpost.gif" />
    <Content Include="Content\images\rss.gif" />
    <Content Include="Content\images\rss.png" />
    <Content Include="Content\images\rss_32.jpg" />
    <Content Include="Content\images\rte\045631409.gif" />
    <Content Include="Content\images\rte\045631920.gif" />
    <Content Include="Content\images\rte\icon_arrow_down.gif" />
    <Content Include="Content\images\rte\icon_bgcolor.gif" />
    <Content Include="Content\images\rte\icon_bold.gif" />
    <Content Include="Content\images\rte\icon_flash.gif" />
    <Content Include="Content\images\rte\icon_fontcolor.gif" />
    <Content Include="Content\images\rte\icon_img.gif" />
    <Content Include="Content\images\rte\icon_imglib.gif" />
    <Content Include="Content\images\rte\icon_indent.gif" />
    <Content Include="Content\images\rte\icon_italic.gif" />
    <Content Include="Content\images\rte\icon_justifyCenter.gif" />
    <Content Include="Content\images\rte\icon_justifyFull.gif" />
    <Content Include="Content\images\rte\icon_justifyLeft.gif" />
    <Content Include="Content\images\rte\icon_justifyRight.gif" />
    <Content Include="Content\images\rte\icon_link.gif" />
    <Content Include="Content\images\rte\icon_orderedList.gif" />
    <Content Include="Content\images\rte\icon_outdent.gif" />
    <Content Include="Content\images\rte\icon_script.gif" />
    <Content Include="Content\images\rte\icon_strikeThrough.gif" />
    <Content Include="Content\images\rte\icon_underline.gif" />
    <Content Include="Content\images\rte\icon_unorderedList.gif" />
    <Content Include="Content\images\rte\toolbar-sprite.png" />
    <Content Include="Content\images\sidebar_close.gif" />
    <Content Include="Content\images\sidebar_open.gif" />
    <Content Include="Content\images\sitetools_designer.jpg" />
    <Content Include="Content\images\slider.png" />
    <Content Include="Content\images\stop.png" />
    <Content Include="Content\images\support.png" />
    <Content Include="Content\images\support_48x48.png" />
    <Content Include="Content\images\Template_Core.jpg" />
    <Content Include="Content\images\title.gif" />
    <Content Include="Content\images\trackback.gif" />
    <Content Include="Content\images\treeview\clear.gif" />
    <Content Include="Content\images\treeview\dash.gif" />
    <Content Include="Content\images\treeview\dashminus.gif" />
    <Content Include="Content\images\treeview\dashplus.gif" />
    <Content Include="Content\images\treeview\i.gif" />
    <Content Include="Content\images\treeview\l.gif" />
    <Content Include="Content\images\treeview\lminus.gif" />
    <Content Include="Content\images\treeview\lplus.gif" />
    <Content Include="Content\images\treeview\minus.gif" />
    <Content Include="Content\images\treeview\plus.gif" />
    <Content Include="Content\images\treeview\r.gif" />
    <Content Include="Content\images\treeview\rminus.gif" />
    <Content Include="Content\images\treeview\rplus.gif" />
    <Content Include="Content\images\treeview\t.gif" />
    <Content Include="Content\images\treeview\tminus.gif" />
    <Content Include="Content\images\treeview\tplus.gif" />
    <Content Include="Content\images\ui_logo.png" />
    <Content Include="Content\images\ui_logo_dna_title_338x106.jpg" />
    <Content Include="Content\images\unlock.png" />
    <Content Include="Content\images\wheel.png" />
    <Content Include="Content\images\widgets\app.gif" />
    <Content Include="Content\images\widgets\article.png" />
    <Content Include="Content\images\widgets\articlemenu.png" />
    <Content Include="Content\images\widgets\articlemenu_16.png" />
    <Content Include="Content\images\widgets\article_16.png" />
    <Content Include="Content\images\widgets\calendar.png" />
    <Content Include="Content\images\widgets\calendar_16.png" />
    <Content Include="Content\images\widgets\calendar_empty.png" />
    <Content Include="Content\images\widgets\calendar_empty_16.png" />
    <Content Include="Content\images\widgets\cat.png" />
    <Content Include="Content\images\widgets\cat_16.png" />
    <Content Include="Content\images\widgets\comment.png" />
    <Content Include="Content\images\widgets\comment_16.png" />
    <Content Include="Content\images\widgets\contact.png" />
    <Content Include="Content\images\widgets\contact_16.png" />
    <Content Include="Content\images\widgets\favorite.png" />
    <Content Include="Content\images\widgets\favorite_16.png" />
    <Content Include="Content\images\widgets\feed.png" />
    <Content Include="Content\images\widgets\flash.png" />
    <Content Include="Content\images\widgets\flash_16.png" />
    <Content Include="Content\images\widgets\flickr.png" />
    <Content Include="Content\images\widgets\headline.png" />
    <Content Include="Content\images\widgets\headline_16.png" />
    <Content Include="Content\images\widgets\heart.png" />
    <Content Include="Content\images\widgets\heart_16.png" />
    <Content Include="Content\images\widgets\hot.png" />
    <Content Include="Content\images\widgets\hot_16.png" />
    <Content Include="Content\images\widgets\icon_feed_16.png" />
    <Content Include="Content\images\widgets\icon_flickr_16.png" />
    <Content Include="Content\images\widgets\icon_google_16.png" />
    <Content Include="Content\images\widgets\icon_google_36.png" />
    <Content Include="Content\images\widgets\icon_referrer.png" />
    <Content Include="Content\images\widgets\icon_referrer_16.png" />
    <Content Include="Content\images\widgets\icon_referrer_36.png" />
    <Content Include="Content\images\widgets\icon_whoIsonline_16.png" />
    <Content Include="Content\images\widgets\icon_whoIsonline_36.png" />
    <Content Include="Content\images\widgets\link.png" />
    <Content Include="Content\images\widgets\link_16.png" />
    <Content Include="Content\images\widgets\mail_send.png" />
    <Content Include="Content\images\widgets\mail_send_16.png" />
    <Content Include="Content\images\widgets\markup.png" />
    <Content Include="Content\images\widgets\markup_16.png" />
    <Content Include="Content\images\widgets\multiheadlines.png" />
    <Content Include="Content\images\widgets\multiheadlines_16.png" />
    <Content Include="Content\images\widgets\rss.png" />
    <Content Include="Content\images\widgets\rss_16.png" />
    <Content Include="Content\images\widgets\search.png" />
    <Content Include="Content\images\widgets\search_16.png" />
    <Content Include="Content\images\widgets\stat.png" />
    <Content Include="Content\images\widgets\Statistics.png" />
    <Content Include="Content\images\widgets\stat_16.png" />
    <Content Include="Content\images\widgets\tag.png" />
    <Content Include="Content\images\widgets\tag_16.png" />
    <Content Include="Content\images\widgets\todaypost.png" />
    <Content Include="Content\images\widgets\todaypost_16.png" />
    <Content Include="Content\images\widgets\user.png" />
    <Content Include="Content\images\widgets\users.png" />
    <Content Include="Content\images\widgets\users_16.png" />
    <Content Include="Content\images\widgets\user_16.png" />
    <Content Include="Content\images\widgets\wiki.png" />
    <Content Include="Content\images\widgets\wikiviewer.png" />
    <Content Include="Content\images\widgets\wikiviewer_16.png" />
    <Content Include="Content\images\widgets\wiki_16.png" />
    <Content Include="Content\images\wiki\Bold.png" />
    <Content Include="Content\images\wiki\BR.png" />
    <Content Include="Content\images\wiki\Code.png" />
    <Content Include="Content\images\wiki\ExternalLink.gif" />
    <Content Include="Content\images\wiki\H1.png" />
    <Content Include="Content\images\wiki\H2.png" />
    <Content Include="Content\images\wiki\H3.png" />
    <Content Include="Content\images\wiki\H4.png" />
    <Content Include="Content\images\wiki\Horizontalline.gif" />
    <Content Include="Content\images\wiki\img.gif" />
    <Content Include="Content\images\wiki\Italic.png" />
    <Content Include="Content\images\wiki\NoWiki.png" />
    <Content Include="Content\images\wiki\PageLink.png" />
    <Content Include="Content\images\wiki\Snippet.png" />
    <Content Include="Content\images\wiki\Strike.png" />
    <Content Include="Content\images\wiki\toc.gif" />
    <Content Include="Content\images\wiki\Underline.png" />
    <Content Include="Content\images\wiki\unorderedList.gif" />
    <Content Include="Content\images\wiki\userlink.gif" />
    <Content Include="Content\notifications\en-US\101.xml" />
    <Content Include="Content\parsers\wiki.txt" />
    <Content Include="Content\Themes\dark-grass\dna.ui.css" />
    <Content Include="Content\Themes\dark-grass\images\loading.gif" />
    <Content Include="Content\Themes\dark-grass\images\preview.gif" />
    <Content Include="Content\Themes\dark-grass\images\thumb.gif" />
    <Content Include="Content\Themes\dark-grass\images\ui-anim_basic_16x16.gif" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg.gif" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_diagonals-small_50_262626_40x40.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_flat_0_303030_40x100.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_flat_0_4c4c4c_40x100.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_glass_40_0a0a0a_1x400.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_glass_55_f1fbe5_1x400.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_glass_60_000000_1x400.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_gloss-wave_55_000000_500x100.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_gloss-wave_85_9fda58_500x100.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-bg_gloss-wave_95_f6ecd5_500x100.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-content-bg.gif" />
    <Content Include="Content\Themes\dark-grass\images\ui-icons_000000_256x240.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-icons_1f1f1f_256x240.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-icons_9fda58_256x240.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-icons_b8ec79_256x240.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-icons_cd0a0a_256x240.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-icons_ffffff_256x240.png" />
    <Content Include="Content\Themes\dark-grass\images\ui-menu-item-hover.gif" />
    <Content Include="Content\Themes\dark-grass\images\ui-menu-item.gif" />
    <Content Include="Content\Themes\dark-grass\jquery-ui-1.8.2.custom.css" />
    <Content Include="Content\Themes\ui-lightness\dna.ui.css" />
    <Content Include="Content\Themes\ui-lightness\images\preview.gif" />
    <Content Include="Content\Themes\ui-lightness\images\thumb.gif" />
    <Content Include="Content\Themes\ui-lightness\images\ui-anim_basic_16x16.gif" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_diagonals-thick_18_b81900_40x40.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_diagonals-thick_20_666666_40x40.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_flat_10_000000_40x100.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_glass_100_f6f6f6_1x400.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_glass_100_fdf5ce_1x400.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_glass_65_ffffff_1x400.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_gloss-wave_35_f6a828_500x100.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_highlight-soft_100_eeeeee_1x100.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-bg_highlight-soft_75_ffe45c_1x100.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-icons_222222_256x240.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-icons_228ef1_256x240.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-icons_ef8c08_256x240.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-icons_ffd27a_256x240.png" />
    <Content Include="Content\Themes\ui-lightness\images\ui-icons_ffffff_256x240.png" />
    <Content Include="Content\Themes\ui-lightness\jquery-ui.css" />
    <Content Include="Content\widgets\shared\hello\config.xml" />
    <Content Include="Default.aspx" />
    <Content Include="Global.asax" />
    <Content Include="licenses.txt" />
    <Content Include="readme.txt" />
    <Content Include="Scripts\dna.controllers\fileExplorer.js" />
    <Content Include="Scripts\dna.controllers\widgetExplorer.js" />
    <Content Include="Scripts\dna.services-1.0.1\minify\core.mini.js" />
    <Content Include="Scripts\dna.ui-1.0.1\minify\djp.js" />
    <Content Include="Scripts\dna.ui-1.0.1\minify\jquery.farbtastic.mini.js" />
    <Content Include="Scripts\jquery-1.4.2.js" />
    <Content Include="Scripts\jquery-1.4.2.min.js" />
    <Content Include="Scripts\jquery.farbtastic-1.4.2.js" />
    <Content Include="Scripts\jquery.farbtastic.js" />
    <Content Include="Scripts\json2.js" />
    <Content Include="Scripts\MicrosoftMvcJQueryValidation.js" />
    <Content Include="Scripts\plugins\ajaxupload.js" />
    <Content Include="Scripts\plugins\bgiframe.js" />
    <Content Include="Scripts\plugins\colorpicker.js" />
    <Content Include="Scripts\plugins\cookie.js" />
    <Content Include="Scripts\plugins\easing.1.3.js" />
    <Content Include="Scripts\plugins\easing.js" />
    <Content Include="Scripts\plugins\form.js" />
    <Content Include="Scripts\plugins\jmap.js" />
    <Content Include="Scripts\plugins\jsdiff.js" />
    <Content Include="Scripts\plugins\lightbox.js" />
    <Content Include="Scripts\plugins\pngFix.js" />
    <Content Include="Scripts\plugins\simulate.js" />
    <Content Include="Scripts\plugins\testrunner.js" />
    <Content Include="Scripts\plugins\tooltip.js" />
    <Content Include="Scripts\ui\minify\all.min.js" />
    <Content Include="Scripts\xml2json.js" />
    <Content Include="Shared\Public\Images\Avatars\947285.jpg" />
    <Content Include="Shared\Public\Images\home-showcase.png" />
    <Content Include="Shared\Public\Images\logo.png" />
    <Content Include="Shared\SysIcons\aac.png" />
    <Content Include="Shared\SysIcons\aiff.png" />
    <Content Include="Shared\SysIcons\avi.png" />
    <Content Include="Shared\SysIcons\cmd.png" />
    <Content Include="Shared\SysIcons\dll.png" />
    <Content Include="Shared\SysIcons\dmg.png" />
    <Content Include="Shared\SysIcons\doc.png" />
    <Content Include="Shared\SysIcons\docu.png" />
    <Content Include="Shared\SysIcons\htm.png" />
    <Content Include="Shared\SysIcons\inf.png" />
    <Content Include="Shared\SysIcons\ini.png" />
    <Content Include="Shared\SysIcons\jpeg.png" />
    <Content Include="Shared\SysIcons\midi.png" />
    <Content Include="Shared\SysIcons\mov.png" />
    <Content Include="Shared\SysIcons\mp3.png" />
    <Content Include="Shared\SysIcons\mp4.png" />
    <Content Include="Shared\SysIcons\mpa.png" />
    <Content Include="Shared\SysIcons\mpg.png" />
    <Content Include="Shared\SysIcons\none.png" />
    <Content Include="Shared\SysIcons\ocx.png" />
    <Content Include="Shared\SysIcons\ppt.png" />
    <Content Include="Shared\SysIcons\psd.png" />
    <Content Include="Shared\SysIcons\psp.png" />
    <Content Include="Shared\SysIcons\rar.png" />
    <Content Include="Shared\SysIcons\rtf.png" />
    <Content Include="Shared\SysIcons\sitx.png" />
    <Content Include="Shared\SysIcons\sys.png" />
    <Content Include="Shared\SysIcons\txt.png" />
    <Content Include="Shared\SysIcons\wav.png" />
    <Content Include="Shared\SysIcons\xls.png" />
    <Content Include="Shared\SysIcons\zip.png" />
    <Content Include="Scripts\jquery-1.4.1.js" />
    <Content Include="Scripts\jquery-1.4.1.min.js" />
    <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
    <Content Include="Scripts\jquery.validate.js" />
    <Content Include="Scripts\jquery.validate.min.js" />
    <Content Include="Scripts\jquery.validate-vsdoc.js" />
    <Content Include="Scripts\MicrosoftAjax.js" />
    <Content Include="Scripts\MicrosoftAjax.debug.js" />
    <Content Include="Scripts\MicrosoftMvcAjax.js" />
    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
    <Content Include="Scripts\MicrosoftMvcValidation.js" />
    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
    <Content Include="Views\Account\ChangePassword.aspx" />
    <Content Include="Views\Account\ChangePasswordSuccess.aspx" />
    <Content Include="Views\Account\Console.aspx" />
    <Content Include="Views\Account\Info.aspx" />
    <Content Include="Views\Account\LogOn.aspx" />
    <Content Include="Views\Account\PasswordSent.aspx" />
    <Content Include="Views\Account\Profile.ascx" />
    <Content Include="Views\Account\Receive.aspx" />
    <Content Include="Views\Account\Register.aspx" />
    <Content Include="Views\Account\UserList.ascx" />
    <Content Include="Views\Account\UserNotFound.ascx" />
    <Content Include="Views\Checkout\AddressAndPayment.aspx" />
    <Content Include="Views\Checkout\Complete.aspx" />
    <Content Include="Views\DynamicUI\Create.aspx" />
    <Content Include="Views\DynamicUI\Edit.aspx" />
    <Content Include="Views\DynamicUI\Index.aspx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_1.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_2.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_3_1.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_3_2.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_3_3.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_4_1.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_4_2.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_4_3.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_4_4.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_4_5.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_4_6.ascx" />
    <Content Include="Views\DynamicUI\Layouts\Layout_4_7.ascx" />
    <Content Include="Views\DynamicUI\PageForm.ascx" />
    <Content Include="Views\DynamicUI\PageManager.ascx" />
    <Content Include="Views\DynamicUI\SetupMysite.aspx" />
    <Content Include="Views\DynamicUI\SubPages.ascx" />
    <Content Include="Views\Home\About.aspx" />
    <Content Include="Views\Home\Index.aspx" />
    <Content Include="Views\Installation\ConfigDB.aspx" />
    <Content Include="Views\Installation\Finish.aspx" />
    <Content Include="Views\Installation\Index.aspx" />
    <Content Include="Views\Installation\Info.ascx" />
    <Content Include="Views\Installation\LanguagePack.aspx" />
    <Content Include="Views\Installation\Logon.aspx" />
    <Content Include="Views\Installation\PackageDetail.ascx" />
    <Content Include="Views\Installation\Packs.ascx" />
    <Content Include="Views\Installation\SiteTemplate.aspx" />
    <Content Include="Views\Installation\Themes.aspx" />
    <Content Include="Views\Installation\WizardHeader.ascx" />
    <Content Include="Views\Security\ManageRoles.ascx" />
    <Content Include="Views\Security\RoleDetail.ascx" />
    <Content Include="Views\Security\SecurityPanel.ascx" />
    <Content Include="Views\Security\UserRoles.ascx" />
    <Content Include="Views\Shared\AccessDenied.ascx" />
    <Content Include="Views\Shared\AccessDenied.aspx" />
    <Content Include="Views\Shared\ControlPanel.ascx" />
    <Content Include="Views\Shared\Error.aspx" />
    <Content Include="Views\Shared\LogOnUserControl.ascx" />
    <Content Include="Views\Shared\NotFound.aspx" />
    <Content Include="Views\Shared\Site.Master" />
    <Content Include="Views\Shared\SiteTools.ascx" />
    <Content Include="Views\Shared\WidgetError.ascx" />
    <Content Include="Views\ShoppingCart\CartSummary.ascx" />
    <Content Include="Views\ShoppingCart\Index.aspx" />
    <Content Include="Views\StoreManager\Create.aspx" />
    <Content Include="Views\StoreManager\Delete.aspx" />
    <Content Include="Views\StoreManager\Deleted.aspx" />
    <Content Include="Views\StoreManager\Edit.aspx" />
    <Content Include="Views\StoreManager\Index.aspx" />
    <Content Include="Views\Store\Browse.aspx" />
    <Content Include="Views\Store\Details.aspx" />
    <Content Include="Views\Store\GenreMenu.ascx" />
    <Content Include="Views\Store\Index.aspx" />
    <Content Include="Views\Store\TopSellingAlbums.ascx" />
    <Content Include="Views\Sys\Index.aspx" />
    <Content Include="Views\Sys\SiteSettings.ascx" />
    <Content Include="Views\Sys\ThemeSettings.ascx" />
    <Content Include="Views\Web.config" />
    <Content Include="Views\WebFiles\FileExplorer.ascx" />
    <Content Include="Views\WebFiles\FileInfoItem.ascx" />
    <Content Include="Views\WebFiles\FileList.ascx" />
    <Content Include="Views\WebFiles\Index.aspx" />
    <Content Include="Views\WebFiles\PathList.ascx" />
    <Content Include="Views\Widget\AdSense.ascx" />
    <Content Include="Views\Widget\AtomFeed.ascx" />
    <Content Include="Views\Widget\BidVertister.ascx" />
    <Content Include="Views\Widget\ContactCard.ascx" />
    <Content Include="Views\Widget\Donation.ascx" />
    <Content Include="Views\Widget\Explorer.ascx" />
    <Content Include="Views\Widget\Favorites.ascx" />
    <Content Include="Views\Widget\Flash.ascx" />
    <Content Include="Views\Widget\ImageLink.ascx" />
    <Content Include="Views\Widget\Info.ascx" />
    <Content Include="Views\Widget\Referring.ascx" />
    <Content Include="Views\Widget\RssFeed.ascx" />
    <Content Include="Views\Widget\SendMail.ascx" />
    <Content Include="Views\Widget\SimpleHtml.ascx" />
    <Content Include="Views\Widget\UserInfo.ascx" />
    <Content Include="Views\Widget\WhoIsOnline.ascx" />
    <Content Include="Views\Widget\Wiki.ascx" />
    <Content Include="Views\Widget\WikiViewer.ascx" />
    <Content Include="wlwmanifest.xml" />
  </ItemGroup>
  <ItemGroup />
  <ItemGroup>
    <Content Include="App_GlobalResources\forums\forums.resx">
      <Generator>GlobalResourceProxyGenerator</Generator>
      <LastGenOutput>forums.designer.cs</LastGenOutput>
    </Content>
    <Content Include="App_GlobalResources\forums\forums.zh-CN.resx">
      <Generator>GlobalResourceProxyGenerator</Generator>
      <LastGenOutput>forums.zh-CN.designer.cs</LastGenOutput>
    </Content>
    <Content Include="App_GlobalResources\language\language.resx">
      <Generator>GlobalResourceProxyGenerator</Generator>
      <LastGenOutput>language.designer.cs</LastGenOutput>
    </Content>
    <Content Include="App_GlobalResources\language\language.zh-CN.resx">
      <Generator>GlobalResourceProxyGenerator</Generator>
      <LastGenOutput>language.zh-CN.designer.cs</LastGenOutput>
    </Content>
    <Content Include="App_GlobalResources\publishing\publishing.resx">
      <Generator>GlobalResourceProxyGenerator</Generator>
      <LastGenOutput>publishing.designer.cs</LastGenOutput>
    </Content>
    <Content Include="App_GlobalResources\publishing\publishing.zh-CN.resx">
      <Generator>GlobalResourceProxyGenerator</Generator>
      <LastGenOutput>publishing.zh-CN.designer.cs</LastGenOutput>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Areas\Community\Views\Web.config" />
    <Content Include="Areas\Publishing\Views\Web.config" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Content\notifications\Web.config" />
    <None Include="Content\parsers\bbcode.json" />
    <None Include="Content\parsers\securityXhtml.json" />
    <None Include="Content\parsers\wiki.json" />
    <Content Include="Content\widgets\Web.config" />
    <Content Include="Shared\Packages\personal\blog.zip" />
    <Content Include="Shared\Packages\public\blog.zip" />
    <Content Include="Shared\Packages\public\blogs.zip" />
    <Content Include="Shared\Packages\public\community.zip" />
    <Content Include="Shared\Packages\public\company.zip" />
    <Content Include="Shared\Packages\public\core.zip" />
    <Content Include="Shared\Packages\public\enterprise.zip" />
    <Content Include="Shared\Web.config" />
    <Content Include="Web.config" />
    <Content Include="Views\Shared\Wizard.Master" />
    <EntityDeploy Include="Models\StoreDB.edmx">
      <Generator>EntityModelCodeGenerator</Generator>
      <LastGenOutput>StoreDB1.Designer.cs</LastGenOutput>
    </EntityDeploy>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target> -->
  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
  </Target>
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
        <WebProjectProperties>
          <UseIIS>False</UseIIS>
          <AutoAssignPort>True</AutoAssignPort>
          <DevelopmentServerPort>4153</DevelopmentServerPort>
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
          <IISUrl>
          </IISUrl>
          <NTLMAuthentication>False</NTLMAuthentication>
          <UseCustomServer>False</UseCustomServer>
          <CustomServerUrl>
          </CustomServerUrl>
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
        </WebProjectProperties>
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
</Project>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect DotNetAge
China China
In 1999, I started programming using Delphi, VB, VJ.From 2002 I started with .NET using C#.Since 2005 when i had became an EIP product manager I was focus on EIP and CMS technique. In 2008 i established dotnetage.com and started to shared my ideas and projects online. I believe "No shared no grow"

www.dotnetage.com

Comments and Discussions