Skip to content

Commit cf66d75

Browse files
committed
Help File
1 parent b93af22 commit cf66d75

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

EssentialMVVM/EssentialMVVM.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<DefineConstants>DEBUG;TRACE</DefineConstants>
2121
<ErrorReport>prompt</ErrorReport>
2222
<WarningLevel>4</WarningLevel>
23+
<DocumentationFile>bin\Debug\PT.EssentialMVVM.XML</DocumentationFile>
2324
</PropertyGroup>
2425
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2526
<DebugType>pdbonly</DebugType>
@@ -51,10 +52,12 @@
5152
<Compile Include="ViewModelBase.cs" />
5253
</ItemGroup>
5354
<ItemGroup>
55+
<Content Include="Icons\EssentialMVVM.png" />
5456
<Content Include="PT.EssentialMVVM.License.txt">
5557
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5658
</Content>
5759
</ItemGroup>
60+
<ItemGroup />
5861
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5962
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6063
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<!-- The configuration and platform will be used to determine which assemblies to include from solution and
5+
project documentation sources -->
6+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<SchemaVersion>2.0</SchemaVersion>
9+
<ProjectGuid>{8fd1a336-1d72-4b07-a507-53eb983570fa}</ProjectGuid>
10+
<SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
11+
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
12+
<AssemblyName>Documentation</AssemblyName>
13+
<RootNamespace>Documentation</RootNamespace>
14+
<Name>Documentation</Name>
15+
<!-- SHFB properties -->
16+
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
17+
<OutputPath>.\Help\</OutputPath>
18+
<HtmlHelpName>EssentialMVVM Documentation</HtmlHelpName>
19+
<Language>en-US</Language>
20+
<DocumentationSources>
21+
<DocumentationSource sourceFile="..\bin\Debug\PT.EssentialMVVM.dll" />
22+
<DocumentationSource sourceFile="..\bin\Debug\PT.EssentialMVVM.XML" />
23+
</DocumentationSources>
24+
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
25+
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
26+
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
27+
<IndentHtml>False</IndentHtml>
28+
<KeepLogFile>False</KeepLogFile>
29+
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
30+
<CleanIntermediates>True</CleanIntermediates>
31+
<HelpFileVersion>1.0</HelpFileVersion>
32+
<MaximumGroupParts>2</MaximumGroupParts>
33+
<NamespaceGrouping>False</NamespaceGrouping>
34+
<SyntaxFilters>C#, Visual Basic</SyntaxFilters>
35+
<SdkLinkTarget>Self</SdkLinkTarget>
36+
<RootNamespaceContainer>True</RootNamespaceContainer>
37+
<PresentationStyle>VS2013</PresentationStyle>
38+
<Preliminary>False</Preliminary>
39+
<NamingMethod>MemberName</NamingMethod>
40+
<HelpTitle>EssentialMVVM - A lightweight Model-View-ViewModel %28MVVM%29 framework for WPF</HelpTitle>
41+
<ContentPlacement>AboveNamespaces</ContentPlacement>
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>
46+
<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
47+
&amp;lt%3bp&amp;gt%3b&amp;lt%3ba href=&amp;quot%3bhttps://essentialmvvm.codeplex.com&amp;quot%3b&amp;gt%3bhttps://essentialmvvm.codeplex.com&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b
48+
</ProjectSummary>
49+
<RootNamespaceTitle>Project Information</RootNamespaceTitle>
50+
<FooterText>&amp;lt%3bp&amp;gt%3bProject Website : &amp;lt%3ba href=&amp;quot%3bhttps://essentialmvvm.codeplex.com&amp;quot%3b&amp;gt%3bhttps://essentialmvvm.codeplex.com&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b&amp;lt%3bp&amp;gt%3bLicense : GNU Lesser General Public License %28LGPL%29 - &amp;lt%3ba href=&amp;quot%3bhttps://essentialmvvm.codeplex.com/license&amp;quot%3b&amp;gt%3bhttps://essentialmvvm.codeplex.com/license&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b</FooterText>
51+
<TransformComponentArguments>
52+
<Argument Key="logoFile" Value="EssentialMVVM.png" />
53+
<Argument Key="logoHeight" Value="" />
54+
<Argument Key="logoWidth" Value="" />
55+
<Argument Key="logoAltText" Value="" />
56+
<Argument Key="logoPlacement" Value="above" />
57+
<Argument Key="logoAlignment" Value="left" />
58+
<Argument Key="maxVersionParts" Value="" />
59+
<Argument Key="defaultLanguage" Value="cs" />
60+
<Argument Key="includeEnumValues" Value="true" />
61+
<Argument Key="baseSourceCodeUrl" Value="" />
62+
<Argument Key="requestExampleUrl" Value="" />
63+
</TransformComponentArguments>
64+
</PropertyGroup>
65+
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
66+
the build. The others are optional common platform types that may appear. -->
67+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
68+
</PropertyGroup>
69+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
70+
</PropertyGroup>
71+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
72+
</PropertyGroup>
73+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
74+
</PropertyGroup>
75+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
76+
</PropertyGroup>
77+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
78+
</PropertyGroup>
79+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
80+
</PropertyGroup>
81+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
82+
</PropertyGroup>
83+
<!-- Import the SHFB build targets -->
84+
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
85+
<!-- The pre-build and post-build event properties must appear *after* the targets file import in order to be
86+
evaluated correctly. -->
87+
<PropertyGroup>
88+
<PreBuildEvent>
89+
</PreBuildEvent>
90+
<PostBuildEvent>
91+
</PostBuildEvent>
92+
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
93+
</PropertyGroup>
94+
<ItemGroup>
95+
<Folder Include="icons\" />
96+
</ItemGroup>
97+
<ItemGroup>
98+
<Content Include="icons\EssentialMVVM.png">
99+
<ImageId>EssentialMVVM</ImageId>
100+
<AlternateText>EssentialMVVM</AlternateText>
101+
</Content>
102+
</ItemGroup>
103+
</Project>

0 commit comments

Comments
 (0)