Author: fmui
Date: Mon Feb 14 12:29:12 2011
New Revision: 1070470
URL: http://svn.apache.org/viewvc?rev=1070470&view=rev
Log:
- changed documentation build parameters
Modified:
incubator/chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj
incubator/chemistry/dotcmis/trunk/DotCMIS/build.bat
Modified: incubator/chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj
URL:
http://svn.apache.org/viewvc/incubator/chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj?rev=1070470&r1=1070469&r2=1070470&view=diff
==============================================================================
--- incubator/chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj (original)
+++ incubator/chemistry/dotcmis/trunk/DotCMIS/DotCMIS.shfbproj Mon Feb 14
12:29:12 2011
@@ -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
Modified: incubator/chemistry/dotcmis/trunk/DotCMIS/build.bat
URL:
http://svn.apache.org/viewvc/incubator/chemistry/dotcmis/trunk/DotCMIS/build.bat?rev=1070470&r1=1070469&r2=1070470&view=diff
==============================================================================
--- incubator/chemistry/dotcmis/trunk/DotCMIS/build.bat (original)
+++ incubator/chemistry/dotcmis/trunk/DotCMIS/build.bat Mon Feb 14 12:29:12 2011
@@ -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