- changed documentation build parameters

git-svn-id: https://svn.apache.org/repos/asf/incubator/chemistry/dotcmis/trunk@1070470 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DotCMIS/DotCMIS.shfbproj b/DotCMIS/DotCMIS.shfbproj
index 6e6b6fd..76e54c0 100644
--- a/DotCMIS/DotCMIS.shfbproj
+++ b/DotCMIS/DotCMIS.shfbproj
@@ -21,7 +21,7 @@
       <DocumentationSource sourceFile="DotCMIS.csproj" xmlns="" />

     </DocumentationSources>

     <HelpTitle>Apache Chemistry DotCMIS</HelpTitle>

-    <HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>

+    <HelpFileFormat>HtmlHelp1</HelpFileFormat>

     <NamingMethod>MemberName</NamingMethod>

     <PresentationStyle>vs2005</PresentationStyle>

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

@@ -44,7 +44,9 @@
     <FeedbackEMailAddress>chemistry-dev%40incubator.apache.org</FeedbackEMailAddress>

     <CopyrightText>Apache Software Foundation</CopyrightText>

     <CopyrightHref>http://www.apache.org</CopyrightHref>

-    <BinaryTOC>False</BinaryTOC>

+    <BinaryTOC>True</BinaryTOC>

+    <KeepLogFile>False</KeepLogFile>

+    <CleanIntermediates>True</CleanIntermediates>

   </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 28bd63c..767a252 100644
--- a/DotCMIS/build.bat
+++ b/DotCMIS/build.bat
@@ -1,3 +1,3 @@
-msbuild DotCMIS.csproj /p:Configuration=Debug

-msbuild DotCMIS.csproj /p:Configuration=Release

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

+msbuild DotCMIS.csproj /ToolsVersion:3.5 /p:Configuration=Release

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