forked from msgpack/msgpack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MsgPack.shfbproj
108 lines (107 loc) · 6.49 KB
/
MsgPack.shfbproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
sources -->
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{928e44ef-1824-42ba-b6d2-01363b38ad6c}</ProjectGuid>
<SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
<RootNamespace>Documentation</RootNamespace>
<Name>Documentation</Name>
<!-- SHFB properties -->
<OutputPath>.\Help\</OutputPath>
<HtmlHelpName>MessagePackCLI</HtmlHelpName>
<Language>en-US</Language>
<NamingMethod>MemberName</NamingMethod>
<Preliminary>False</Preliminary>
<PresentationStyle>VS2013</PresentationStyle>
<RootNamespaceContainer>True</RootNamespaceContainer>
<SdkLinkTarget>Self</SdkLinkTarget>
<SyntaxFilters>C#, Visual Basic, Visual Basic Usage, Managed C++, F#</SyntaxFilters>
<ProductTitle>MessagePack for CLI</ProductTitle>
<VendorName>msgpack_org</VendorName>
<MissingTags>Summary, Parameter, Returns, Value, AutoDocumentCtors, Namespace, TypeParameter, AutoDocumentDispose</MissingTags>
<ProjectSummary>MessagePack for CLI is interoperable serialization library for any CLI environments %28C#, VB, F#, etc. on CLR%28.NET%29, Mono, etc.%29.
Site: http://cli.msgpack.org/</ProjectSummary>
<VisibleItems>Attributes, InheritedMembers, Protected, SealedProtected, ProtectedInternalAsProtected</VisibleItems>
<DocumentationSources>
<DocumentationSource sourceFile="bin\net40-client\MsgPack.dll" xmlns="" />
<DocumentationSource sourceFile="bin\net40-client\MsgPack.XML" xmlns="" />
</DocumentationSources>
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
<NamespaceSummaries>
<NamespaceSummaryItem name="MsgPack" isDocumented="True"><para>
<c>MsgPack</c> namespace defines primitives of MessagePack for CLI.
</para>
<para>
It includes <see cref="T:MsgPack.MessagePackObject" /> which is lightweight object representing MessagePack type system,
<see cref="T:MsgPack.Packer" /> which is packing primitive, and <see cref="T:MsgPack.Unpacker" /> which is unpacking primitive.
</para>
<para>
Although you should usually use convinience <see cref="N:MsgPack.Serialization" /> APIs to serialize or deserialize object in MessagePack format,
you can use these primitives to control over serialization depending on internal state of the target object, etc.
</para></NamespaceSummaryItem>
<NamespaceSummaryItem name="MsgPack.Serialization" isDocumented="True"><para>
<c>MsgPack.Serialization</c> namespace defines serializer features of MessagePack for CLI.
</para>
<para>
It includes a <see cref="T:MsgPack.Serialization.MessagePackSerializer{T}" /> class which is convinient serializer for any serializable object,
and its factory, a <see cref="T:MsgPack.Serialization.MessagePackSerializer" /> static class.
This namespace also includes <see cref="T:MsgPack.Serialization.SerializationContext" />
which manages context information including serializer repository and configuration.
</para>
<para>
This namespace also includes many custom attributes to control serialization behaviors and enums/classes for optional or compatibility switches.
</para></NamespaceSummaryItem>
<NamespaceSummaryItem name="MsgPack.Serialization (Group)" isGroup="True" isDocumented="True"><para>
<c>MsgPack.Serialization</c> namespace defines serializer features of MessagePack for CLI.
</para></NamespaceSummaryItem>
<NamespaceSummaryItem name="MsgPack.Serialization.CollectionSerializers" isDocumented="True"><para>
<c>MsgPack.Serialization.CollectionSerializers</c> namespace includes helper base classes to simplify collection serializers implementation. <b>This namespace is not intended to be used from application code directly.</b>
</para></NamespaceSummaryItem></NamespaceSummaries>
<HelpTitle>MessagePack for CLI API documentation</HelpTitle>
<FooterText>&lt%3ba href=&quot%3bhttps://github.com/msgpack/msgpack-cli/issues/&quot%3b&gt%3bFeedback %28github issues%29&lt%3b/a&gt%3b</FooterText>
<CopyrightText>Copyright %28c%29 FUJIWARA,Yusuke 2010-2015</CopyrightText>
<FeedbackEMailLinkText>
</FeedbackEMailLinkText>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<IndentHtml>False</IndentHtml>
<FrameworkVersion>.NET Framework 4.5</FrameworkVersion>
<KeepLogFile>True</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CppCommentsFixup>False</CppCommentsFixup>
<CleanIntermediates>True</CleanIntermediates>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<RootNamespaceTitle>MessagePack for CLI 0.6.1</RootNamespaceTitle>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in
order for Visual Studio to perform the build. The others are optional
common platform types that may appear. -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
</PropertyGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
</Project>