Skip to content

Commit 0ac4832

Browse files
author
Phil
committed
Help File now compiles to the "..\bin\Release\Help\" directory
1 parent 2d4f551 commit 0ac4832

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

EssentialMVVM/SHFB Project/EssentialMVVM.shfbproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Name>Documentation</Name>
1515
<!-- SHFB properties -->
1616
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
17-
<OutputPath>Help\</OutputPath>
17+
<OutputPath>..\bin\Release\Help\</OutputPath>
1818
<HtmlHelpName>EssentialMVVM Documentation</HtmlHelpName>
1919
<Language>en-US</Language>
2020
<DocumentationSources>
@@ -41,7 +41,8 @@
4141
<ContentPlacement>AboveNamespaces</ContentPlacement>
4242
<NamespaceSummaries>
4343
<NamespaceSummaryItem name="(global)" isDocumented="True" />
44-
<NamespaceSummaryItem name="PT.EssentialMVVM" isDocumented="True">The PT.EssentialMVVM Namespace includes the entire EssentialMVVM framework.</NamespaceSummaryItem></NamespaceSummaries>
44+
<NamespaceSummaryItem name="PT.EssentialMVVM" isDocumented="True">The PT.EssentialMVVM Namespace includes the entire EssentialMVVM framework.</NamespaceSummaryItem>
45+
</NamespaceSummaries>
4546
<VisibleItems>InheritedMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
4647
<ProjectSummary>&amp;lt%3bp&amp;gt%3bEssentialMVVM is a lightweight Model-View-ViewModel %28MVVM%29 framework for WPF&amp;lt%3b/p&amp;gt%3b
4748
&amp;lt%3bp&amp;gt%3b&amp;lt%3ba href=&amp;quot%3bhttps://github.com/laidbackcoder/EssentialMVVM&amp;quot%3b&amp;gt%3bhttps://github.com/laidbackcoder/EssentialMVVM&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b
@@ -64,6 +65,7 @@
6465
<SourceCodeBasePath>
6566
</SourceCodeBasePath>
6667
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
68+
<WorkingPath>..\bin\Release\Help\temp\</WorkingPath>
6769
</PropertyGroup>
6870
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
6971
the build. The others are optional common platform types that may appear. -->
-87.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)