File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
2
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2
3
<PropertyGroup>
3
4
<!-- The configuration and platform will be used to determine which
4
5
assemblies to include from solution and project documentation
14
15
<RootNamespace>Documentation</RootNamespace>
15
16
<Name>Documentation</Name>
16
17
<!-- SHFB properties -->
18
+ <FrameworkVersion>.NET Framework 4.6.1</FrameworkVersion>
17
19
<OutputPath></OutputPath>
18
20
<HtmlHelpName>NHibernateAPI</HtmlHelpName>
19
21
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
35
37
</PropertyGroup>
36
38
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37
39
</PropertyGroup>
40
+ <ItemGroup>
41
+ <PackageReference Include="EWSoftware.SHFB.NETFramework" Version="4.8.0.2" />
42
+ </ItemGroup>
43
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
38
44
<!-- Import the SHFB build targets -->
39
- <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
45
+ <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
40
46
</Project>
You can’t perform that action at this time.
0 commit comments