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 >& 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
48
+ </ProjectSummary >
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 >
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