Had a few requests for more details on how Im auto packaging and developing the Help. So here it is.
xmlversion="1.0"encoding="utf-8"?>
<ProjectDefaultTargets="Build"xmlns="http://schemas.microsoft.com/developer/msbuild/2003"ToolsVersion="3.5">
    <PropertyGroup>
         <Configuration Condition=" '$(Configuration)' == '' ">DebugConfiguration>
         <Platform Condition=" '$(Platform)' == '' ">AnyCPUPlatform>
         <ProductVersion>9.0.30428ProductVersion>
         <SchemaVersion>2.0SchemaVersion>
         <ProjectGuid>{4669A23C-BC31-45DA-A801-E81899A9582D}ProjectGuid>
         <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}ProjectTypeGuids>
         <OutputType>LibraryOutputType>
         <RootNamespace>
         RootNamespace>
         <AssemblyName>DotNetNuke.Modules.HelpAssemblyName>
         <FileUpgradeFlags>
         FileUpgradeFlags>
         <OldToolsVersion>3.5OldToolsVersion>
         <OptionExplicit>OnOptionExplicit>
         <OptionCompare>BinaryOptionCompare>
         <OptionStrict>OffOptionStrict>
         <OptionInfer>OnOptionInfer>
         <UpgradeBackupLocation>
         UpgradeBackupLocation>
         <SccProjectName>SAKSccProjectName>
         <SccLocalPath>SAKSccLocalPath>
         <SccAuxPath>SAKSccAuxPath>
         <SccProvider>SAKSccProvider>
    PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
         <DebugSymbols>trueDebugSymbols>
         <DebugType>fullDebugType>
         <DefineDebug>trueDefineDebug>
         <DefineTrace>trueDefineTrace>
         <OutputPath>Bin\OutputPath>
        <DocumentationFile>DotNetNuke.Modules.Help.xmlDocumentationFile>
        <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022NoWarn>
         <RunCodeAnalysis>falseRunCodeAnalysis>
    PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
         <DebugType>pdbonlyDebugType>
         <DefineDebug>falseDefineDebug>
         <DefineTrace>trueDefineTrace>
         <Optimize>trueOptimize>
         <OutputPath>..\..\bin\OutputPath>
        <DocumentationFile>DotNetNuke.Modules.Help.xmlDocumentationFile>
        <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022NoWarn>
    PropertyGroup>
    <ItemGroup>
         <Reference Include="DotNetNuke, Version=5.0.0.145, Culture=neutral, processorArchitecture=MSIL">
             <SpecificVersion>FalseSpecificVersion>
             <HintPath>..\..\Releases\DotNetNuke_05.00.00_Install_BETA5\Bin\DotNetNuke.dllHintPath>
         Reference>
         <Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral">
             <SpecificVersion>FalseSpecificVersion>
             <HintPath>..\..\Releases\DotNetNuke_05.00.00_Install_BETA5\Bin\Microsoft.ApplicationBlocks.Data.dllHintPath>
         Reference>
         <Reference Include="System" />
         <Reference Include="System.Data" />
         <Reference Include="System.Drawing" />
         <Reference Include="System.Web" />
         <Reference Include="System.Xml" />
         <Reference Include="System.Configuration" />
         <Reference Include="System.Web.Services" />
         <Reference Include="System.EnterpriseServices" />
         <Reference Include="System.Web.Mobile" />
    ItemGroup>
    <ItemGroup>
         <Import Include="DotNetNuke" />
         <Import Include="DotNetNuke.Modules" />
         <Import Include="Microsoft.VisualBasic" />
         <Import I nclude="System" />
        Â