|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <!-- The configuration and platform will be used to determine which assemblies to include from solution and |
5 | 5 | project documentation sources --> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | 8 | <SchemaVersion>2.0</SchemaVersion> |
9 | 9 | <ProjectGuid>{8fd1a336-1d72-4b07-a507-53eb983570fa}</ProjectGuid> |
10 | | - <SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion> |
| 10 | + <SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion> |
11 | 11 | <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway --> |
12 | 12 | <AssemblyName>Documentation</AssemblyName> |
13 | 13 | <RootNamespace>Documentation</RootNamespace> |
14 | 14 | <Name>Documentation</Name> |
15 | 15 | <!-- SHFB properties --> |
16 | 16 | <FrameworkVersion>.NET Framework 4.0</FrameworkVersion> |
17 | | - <OutputPath>.\Help\</OutputPath> |
| 17 | + <OutputPath>Help\</OutputPath> |
18 | 18 | <HtmlHelpName>EssentialMVVM Documentation</HtmlHelpName> |
19 | 19 | <Language>en-US</Language> |
20 | 20 | <DocumentationSources> |
21 | | - <DocumentationSource sourceFile="..\bin\Debug\PT.EssentialMVVM.dll" /> |
22 | | - <DocumentationSource sourceFile="..\bin\Debug\PT.EssentialMVVM.XML" /> |
| 21 | + <DocumentationSource sourceFile="..\bin\Release\PT.EssentialMVVM.dll" /> |
| 22 | + <DocumentationSource sourceFile="..\bin\Release\PT.EssentialMVVM.XML" /> |
23 | 23 | </DocumentationSources> |
24 | 24 | <SaveComponentCacheCapacity>100</SaveComponentCacheCapacity> |
25 | 25 | <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> |
|
28 | 28 | <KeepLogFile>False</KeepLogFile> |
29 | 29 | <DisableCodeBlockComponent>False</DisableCodeBlockComponent> |
30 | 30 | <CleanIntermediates>True</CleanIntermediates> |
31 | | - <HelpFileVersion>1.0</HelpFileVersion> |
| 31 | + <HelpFileVersion>1.0.1</HelpFileVersion> |
32 | 32 | <MaximumGroupParts>2</MaximumGroupParts> |
33 | 33 | <NamespaceGrouping>False</NamespaceGrouping> |
34 | 34 | <SyntaxFilters>C#, Visual Basic</SyntaxFilters> |
|
40 | 40 | <HelpTitle>EssentialMVVM - A lightweight Model-View-ViewModel %28MVVM%29 framework for WPF</HelpTitle> |
41 | 41 | <ContentPlacement>AboveNamespaces</ContentPlacement> |
42 | 42 | <NamespaceSummaries> |
43 | | - <NamespaceSummaryItem name="PT.EssentialMVVM" isDocumented="True" xmlns="">The PT.EssentialMVVM Namespace includes the entire EssentialMVVM framework.</NamespaceSummaryItem> |
44 | | - </NamespaceSummaries> |
45 | | - <VisibleItems>InheritedMembers, Protected, ProtectedInternalAsProtected</VisibleItems> |
| 43 | + <NamespaceSummaryItem name="(global)" isDocumented="True" /> |
| 44 | +<NamespaceSummaryItem name="PT.EssentialMVVM" isDocumented="True">The PT.EssentialMVVM Namespace includes the entire EssentialMVVM framework.</NamespaceSummaryItem></NamespaceSummaries> |
| 45 | + <VisibleItems>InheritedMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable</VisibleItems> |
46 | 46 | <ProjectSummary>&lt%3bp&gt%3bEssentialMVVM is a lightweight Model-View-ViewModel %28MVVM%29 framework for WPF&lt%3b/p&gt%3b |
47 | | -&lt%3bp&gt%3b&lt%3ba href=&quot%3bhttps://essentialmvvm.codeplex.com&quot%3b&gt%3bhttps://essentialmvvm.codeplex.com&lt%3b/a&gt%3b&lt%3b/p&gt%3b |
| 47 | +&lt%3bp&gt%3b&lt%3ba href=&quot%3bhttps://github.com/laidbackcoder/EssentialMVVM&quot%3b&gt%3bhttps://github.com/laidbackcoder/EssentialMVVM&lt%3b/a&gt%3b&lt%3b/p&gt%3b |
48 | 48 | </ProjectSummary> |
49 | 49 | <RootNamespaceTitle>Project Information</RootNamespaceTitle> |
50 | | - <FooterText>&lt%3bp&gt%3bProject Website : &lt%3ba href=&quot%3bhttps://essentialmvvm.codeplex.com&quot%3b&gt%3bhttps://essentialmvvm.codeplex.com&lt%3b/a&gt%3b&lt%3b/p&gt%3b&lt%3bp&gt%3bLicense : GNU Lesser General Public License %28LGPL%29 - &lt%3ba href=&quot%3bhttps://essentialmvvm.codeplex.com/license&quot%3b&gt%3bhttps://essentialmvvm.codeplex.com/license&lt%3b/a&gt%3b&lt%3b/p&gt%3b</FooterText> |
| 50 | + <FooterText>&lt%3bp&gt%3bProject Website : &lt%3ba href=&quot%3bhttps://github.com/laidbackcoder/EssentialMVVM&quot%3b&gt%3bhttps://github.com/laidbackcoder/EssentialMVVM&lt%3b/a&gt%3b&lt%3b/p&gt%3b&lt%3bp&gt%3bLicense : GNU Lesser General Public License %28LGPL%29 - &lt%3ba href=&quot%3bhttps://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE&quot%3b&gt%3bhttps://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE&lt%3b/a&gt%3b&lt%3b/p&gt%3b</FooterText> |
51 | 51 | <TransformComponentArguments> |
52 | 52 | <Argument Key="logoFile" Value="EssentialMVVM.png" /> |
53 | 53 | <Argument Key="logoHeight" Value="" /> |
|
61 | 61 | <Argument Key="baseSourceCodeUrl" Value="" /> |
62 | 62 | <Argument Key="requestExampleUrl" Value="" /> |
63 | 63 | </TransformComponentArguments> |
| 64 | + <SourceCodeBasePath> |
| 65 | + </SourceCodeBasePath> |
| 66 | + <WarnOnMissingSourceContext>False</WarnOnMissingSourceContext> |
64 | 67 | </PropertyGroup> |
65 | 68 | <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform |
66 | 69 | the build. The others are optional common platform types that may appear. --> |
|
0 commit comments