Skip to content

Commit f44d619

Browse files
committed
initial commit, used for Merchello 1.5.0 help file
0 parents  commit f44d619

File tree

5 files changed

+93
-0
lines changed

5 files changed

+93
-0
lines changed

LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Rusty Swayne
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Sandcastle Solution for Merchello
2+
=========
3+
4+
This project includes the zip file for Sandcastle as well as the solution file and a final compressed help file.

src/Help/Documentation.chm

4.8 MB
Binary file not shown.

src/Merchello API.shfbproj

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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>
29 MB
Binary file not shown.

0 commit comments

Comments
 (0)