<RootNamespace>Hazel.Documentation</RootNamespace>
<Name>Hazel.Documentation</Name>
<!-- SHFB properties -->
- <FrameworkVersion>.NET Framework 4.5</FrameworkVersion>
+ <FrameworkVersion>.NET Framework 3.5</FrameworkVersion>
<OutputPath>.\Help\</OutputPath>
<HtmlHelpName>Hazel.Documentation</HtmlHelpName>
<Language>en-US</Language>
<DocumentationSources>
<DocumentationSource sourceFile="..\Hazel\Hazel.csproj" xmlns="" />
</DocumentationSources>
+ <SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
+ <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
+ <HelpFileFormat>Website</HelpFileFormat>
+ <IndentHtml>False</IndentHtml>
+ <KeepLogFile>False</KeepLogFile>
+ <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
+ <CleanIntermediates>False</CleanIntermediates>
+ <HelpFileVersion>1.0.0.0</HelpFileVersion>
+ <MaximumGroupParts>2</MaximumGroupParts>
+ <NamespaceGrouping>False</NamespaceGrouping>
+ <SyntaxFilters>Standard</SyntaxFilters>
+ <SdkLinkTarget>Blank</SdkLinkTarget>
+ <RootNamespaceContainer>False</RootNamespaceContainer>
+ <PresentationStyle>VS2013</PresentationStyle>
+ <Preliminary>False</Preliminary>
+ <NamingMethod>MemberName</NamingMethod>
+ <HelpTitle>Hazel Documentation</HelpTitle>
+ <ContentPlacement>BelowNamespaces</ContentPlacement>
+ <WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
+ <HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
+ <IncludeFavorites>False</IncludeFavorites>
+ <BinaryTOC>True</BinaryTOC>
+ <ProjectSummary>Hazel Networking is a low-level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
+Its aim is to provide a standardized interface for web communication so that using and switching between protocols is incredibly simple.
+Hazel is going to be the basis of DarkRift 2 and it is being released completely open source so that members of the community can make use of it, improve it and help find any bugs before DarkRift 2 is released.
+Hazel can be downloaded as a NuGet package here or you can get the latest build directly from the releases page here!</ProjectSummary>
</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. -->