Permalink
Please sign in to comment.
Showing
with
139 additions
and 71 deletions.
- +41 −71 Quartz.build
- +1 −0 doc/footer.template
- +13 −0 doc/header.template
- +7 −0 doc/quartznet-1.0.targets
- +7 −0 doc/quartznet-2.0.targets
- +70 −0 doc/quartznet.shfbproj
112
Quartz.build
@@ -0,0 +1 @@ | ||
+<div align="center"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-2642923360660292" data-ad-slot="5493492127"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div> |
@@ -0,0 +1,13 @@ | ||
+<script type="text/javascript"> | ||
+ | ||
+ var _gaq = _gaq || []; | ||
+ _gaq.push(['_setAccount', 'UA-1433901-1']); | ||
+ _gaq.push(['_trackPageview']); | ||
+ | ||
+ (function() { | ||
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
+ })(); | ||
+ | ||
+</script> |
@@ -0,0 +1,7 @@ | ||
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
+ <PropertyGroup> | ||
+ <HelpTitle>Quartz.NET 1.0 API Documentation</HelpTitle> | ||
+ <OutputPath>..\build\apidoc\1.0\</OutputPath> | ||
+ <BuildLogFile>..\build\apidoc\log-1.0.txt</BuildLogFile> | ||
+ </PropertyGroup> | ||
+</Project> |
@@ -0,0 +1,7 @@ | ||
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
+ <PropertyGroup> | ||
+ <HelpTitle>Quartz.NET 2.0 API Documentation</HelpTitle> | ||
+ <OutputPath>..\build\apidoc\2.0\</OutputPath> | ||
+ <BuildLogFile>..\build\apidoc\log-2.0.txt</BuildLogFile> | ||
+ </PropertyGroup> | ||
+</Project> |
@@ -0,0 +1,70 @@ | ||
+<?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 sources --> | ||
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
+ <SchemaVersion>2.0</SchemaVersion> | ||
+ <ProjectGuid>{f2d9ee1c-030c-4f0a-a80d-ce0bb813da68}</ProjectGuid> | ||
+ <SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion> | ||
+ <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway --> | ||
+ <AssemblyName>Documentation</AssemblyName> | ||
+ <RootNamespace>Documentation</RootNamespace> | ||
+ <Name>Documentation</Name> | ||
+ <!-- SHFB properties --> | ||
+ <FrameworkVersion>.NET Framework 4.0</FrameworkVersion> | ||
+ <OutputPath>..\build\apidoc\2.0\</OutputPath> | ||
+ <HtmlHelpName>Documentation</HtmlHelpName> | ||
+ <Language>en-US</Language> | ||
+ <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> | ||
+ <HelpFileFormat>Website</HelpFileFormat> | ||
+ <IndentHtml>False</IndentHtml> | ||
+ <KeepLogFile>True</KeepLogFile> | ||
+ <DisableCodeBlockComponent>False</DisableCodeBlockComponent> | ||
+ <CppCommentsFixup>False</CppCommentsFixup> | ||
+ <CleanIntermediates>True</CleanIntermediates> | ||
+ <DocumentationSources> | ||
+ <DocumentationSource sourceFile="..\src\Quartz\Quartz.2010.csproj" /> | ||
+ </DocumentationSources> | ||
+ <BuildLogFile>..\build\apidoc\log-2.0.txt</BuildLogFile> | ||
+ <CopyrightText> | ||
+ </CopyrightText> | ||
+ <CopyrightHref> | ||
+ </CopyrightHref> | ||
+ <RootNamespaceTitle>Root Namespace Container</RootNamespaceTitle> | ||
+ <FooterText>%40FOOTER%40</FooterText> | ||
+ <MaximumGroupParts>2</MaximumGroupParts> | ||
+ <NamespaceGrouping>False</NamespaceGrouping> | ||
+ <SyntaxFilters>C#</SyntaxFilters> | ||
+ <SdkLinkTarget>Blank</SdkLinkTarget> | ||
+ <RootNamespaceContainer>False</RootNamespaceContainer> | ||
+ <PresentationStyle>VS2010</PresentationStyle> | ||
+ <Preliminary>False</Preliminary> | ||
+ <NamingMethod>Guid</NamingMethod> | ||
+ <HelpTitle>Quartz.NET API Documentation</HelpTitle> | ||
+ <ContentPlacement>AboveNamespaces</ContentPlacement> | ||
+ <HeaderText>%40HEADER%40</HeaderText> | ||
+ <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags> | ||
+ </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. --> | ||
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
+ </PropertyGroup> | ||
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
+ </PropertyGroup> | ||
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
+ </PropertyGroup> | ||
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
+ </PropertyGroup> | ||
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> | ||
+ </PropertyGroup> | ||
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> | ||
+ </PropertyGroup> | ||
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' "> | ||
+ </PropertyGroup> | ||
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' "> | ||
+ </PropertyGroup> | ||
+ <!-- Import the SHFB build targets --> | ||
+ <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> | ||
+</Project> |
0 comments on commit
f52e5bb