DotCMIS: changed doc style to VS2013

git-svn-id: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk@1672296 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DotCMIS/DotCMIS.shfbproj b/DotCMIS/DotCMIS.shfbproj
index 62f8875..5ee595a 100644
--- a/DotCMIS/DotCMIS.shfbproj
+++ b/DotCMIS/DotCMIS.shfbproj
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">

+<?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

@@ -7,7 +8,7 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

     <SchemaVersion>2.0</SchemaVersion>

     <ProjectGuid>{9cf9e0ef-9201-4fd3-a89f-bd03e481c4e5}</ProjectGuid>

-    <SHFBSchemaVersion>1.9.0.0</SHFBSchemaVersion>

+    <SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>

     <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual

          Studio adds them anyway -->

     <AssemblyName>Documentation</AssemblyName>

@@ -23,7 +24,7 @@
     <HelpTitle>Apache Chemistry DotCMIS</HelpTitle>

     <HelpFileFormat>HtmlHelp1</HelpFileFormat>

     <NamingMethod>MemberName</NamingMethod>

-    <PresentationStyle>vs2005</PresentationStyle>

+    <PresentationStyle>VS2013</PresentationStyle>

     <MissingTags>Summary, Parameter, Returns, TypeParameter</MissingTags>

     <ApiFilter>

       <Filter entryType="Namespace" fullName="DotCMIS.Client.Impl" isExposed="False" />

@@ -51,6 +52,18 @@
     <BinaryTOC>True</BinaryTOC>

     <KeepLogFile>False</KeepLogFile>

     <CleanIntermediates>True</CleanIntermediates>

+    <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>

+    <IndentHtml>False</IndentHtml>

+    <FrameworkVersion>.NET Framework 3.5</FrameworkVersion>

+    <DisableCodeBlockComponent>False</DisableCodeBlockComponent>

+    <CppCommentsFixup>False</CppCommentsFixup>

+    <MaximumGroupParts>2</MaximumGroupParts>

+    <NamespaceGrouping>False</NamespaceGrouping>

+    <SyntaxFilters>Standard</SyntaxFilters>

+    <SdkLinkTarget>Blank</SdkLinkTarget>

+    <RootNamespaceContainer>False</RootNamespaceContainer>

+    <Preliminary>False</Preliminary>

+    <ContentPlacement>AboveNamespaces</ContentPlacement>

   </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

diff --git a/DotCMIS/build.bat b/DotCMIS/build.bat
index f43b01b..b7c311c 100644
--- a/DotCMIS/build.bat
+++ b/DotCMIS/build.bat
@@ -33,4 +33,4 @@
 msbuild DotCMIS.csproj /ToolsVersion:3.5 /p:Configuration=Release

 

 echo Building documentation...

-msbuild DotCMIS.shfbproj /ToolsVersion:3.5 /p:Configuration=Release
\ No newline at end of file
+msbuild DotCMIS.shfbproj /p:Configuration=Release
\ No newline at end of file