Author: fmui
Date: Thu Apr 9 11:39:05 2015
New Revision: 1672296
URL: http://svn.apache.org/r1672296
Log:
DotCMIS: changed doc style to VS2013
Modified:
chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj
chemistry/dotcmis/trunk/DotCMIS/build.bat
Modified: chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj
URL:
http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj?rev=1672296&r1=1672295&r2=1672296&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj (original)
+++ chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj Thu Apr 9 11:39:05 2015
@@ -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
Modified: chemistry/dotcmis/trunk/DotCMIS/build.bat
URL:
http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/DotCMIS/build.bat?rev=1672296&r1=1672295&r2=1672296&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/DotCMIS/build.bat (original)
+++ chemistry/dotcmis/trunk/DotCMIS/build.bat Thu Apr 9 11:39:05 2015
@@ -33,4 +33,4 @@ echo Building Release DLL...
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