1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
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 >{d319ab20-ba73-416e-93c4-8dcaa2537507}</ProjectGuid >
10
+ <SHFBSchemaVersion >1.9.9.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 >Documentation</HtmlHelpName >
19
+ <Language >en-US</Language >
20
+ <BuildAssemblerVerbosity >OnlyWarningsAndErrors</BuildAssemblerVerbosity >
21
+ <HelpFileFormat >HtmlHelp1</HelpFileFormat >
22
+ <IndentHtml >False</IndentHtml >
23
+ <KeepLogFile >True</KeepLogFile >
24
+ <DisableCodeBlockComponent >False</DisableCodeBlockComponent >
25
+ <CppCommentsFixup >False</CppCommentsFixup >
26
+ <CleanIntermediates >True</CleanIntermediates >
27
+ <MaximumGroupParts >2</MaximumGroupParts >
28
+ <NamespaceGrouping >True</NamespaceGrouping >
29
+ <SyntaxFilters >Standard</SyntaxFilters >
30
+ <SdkLinkTarget >Blank</SdkLinkTarget >
31
+ <RootNamespaceTitle >Merchello Namespaces</RootNamespaceTitle >
32
+ <RootNamespaceContainer >True</RootNamespaceContainer >
33
+ <PresentationStyle >VS2010</PresentationStyle >
34
+ <Preliminary >True</Preliminary >
35
+ <NamingMethod >MemberName</NamingMethod >
36
+ <HelpTitle >A Sandcastle Documented Class Library</HelpTitle >
37
+ <ContentPlacement >AboveNamespaces</ContentPlacement >
38
+ <VisibleItems >Attributes, ExplicitInterfaceImplementations, InheritedMembers, Protected, ProtectedInternalAsProtected</VisibleItems >
39
+ <DocumentationSources >
40
+ <DocumentationSource sourceFile =" ..\..\..\github\Merchello\Src\src\Merchello.sln" />
41
+ </DocumentationSources >
42
+ <FeedbackEMailAddress >rusty%40mindfly.com</FeedbackEMailAddress >
43
+ <CopyrightHref >%402014 Merchello</CopyrightHref >
44
+ <MissingTags >Returns, AutoDocumentCtors, AutoDocumentDispose</MissingTags >
45
+ <HeaderText >Merchello Commerce Package for Umbraco</HeaderText >
46
+ </PropertyGroup >
47
+ <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
48
+ the build. The others are optional common platform types that may appear. -->
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
52
+ </PropertyGroup >
53
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
54
+ </PropertyGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
56
+ </PropertyGroup >
57
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
58
+ </PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
60
+ </PropertyGroup >
61
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|Win32' " >
62
+ </PropertyGroup >
63
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|Win32' " >
64
+ </PropertyGroup >
65
+ <!-- Import the SHFB build targets -->
66
+ <Import Project =" $(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
67
+ </Project >
0 commit comments