|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0"> |
| 3 | + <Import Project="$(MSBuildThisFileDirectory)shfb.props.user" Condition="Exists('$(MSBuildThisFileDirectory)shfb.props.user')" /> |
3 | 4 | <PropertyGroup>
|
4 | 5 | <!-- The configuration and platform will be used to determine which assemblies to include from solution and
|
5 | 6 | project documentation sources -->
|
6 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
7 | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
8 | 9 | <SchemaVersion>2.0</SchemaVersion>
|
9 | 10 | <ProjectGuid>86e2b0aa-e343-4846-8661-e09365d68c99</ProjectGuid>
|
10 |
| - <SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion> |
| 11 | + <SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion> |
11 | 12 | <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
|
12 | 13 | <AssemblyName>Documentation</AssemblyName>
|
13 | 14 | <RootNamespace>Documentation</RootNamespace>
|
14 | 15 | <Name>Documentation</Name>
|
15 | 16 | <!-- SHFB properties -->
|
16 |
| - <FrameworkVersion>.NET Portable Library 4.0 (Legacy)</FrameworkVersion> |
17 |
| - <OutputPath>doc</OutputPath> |
| 17 | + <FrameworkVersion>Cross-platform (.NET Core/.NET Standard)</FrameworkVersion> |
| 18 | + <OutputPath>api</OutputPath> |
18 | 19 | <HtmlHelpName>Linq.Extras</HtmlHelpName>
|
19 | 20 | <Language>en-US</Language>
|
20 | 21 | <TransformComponentArguments>
|
|
28 | 29 | <Argument Key="defaultLanguage" Value="cs" />
|
29 | 30 | </TransformComponentArguments>
|
30 | 31 | <DocumentationSources>
|
31 |
| - <DocumentationSource sourceFile="..\Linq.Extras\Linq.Extras.csproj" configuration="Release" /> |
| 32 | + <DocumentationSource sourceFile="../src/Linq.Extras/Linq.Extras.csproj" configuration="Release" /> |
32 | 33 | </DocumentationSources>
|
33 | 34 | <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
|
34 | 35 | <HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
|
|
56 | 57 | <HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
|
57 | 58 | <IncludeFavorites>True</IncludeFavorites>
|
58 | 59 | <BinaryTOC>True</BinaryTOC>
|
| 60 | + <SaveComponentCacheCapacity>100</SaveComponentCacheCapacity> |
59 | 61 | </PropertyGroup>
|
60 | 62 | <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
|
61 | 63 | the build. The others are optional common platform types that may appear. -->
|
|
0 commit comments