diff options
Diffstat (limited to 'src/samples/Dtf/Documents/Guide/dtfguide.helpproj')
-rw-r--r-- | src/samples/Dtf/Documents/Guide/dtfguide.helpproj | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/samples/Dtf/Documents/Guide/dtfguide.helpproj b/src/samples/Dtf/Documents/Guide/dtfguide.helpproj new file mode 100644 index 00000000..4df2765d --- /dev/null +++ b/src/samples/Dtf/Documents/Guide/dtfguide.helpproj | |||
@@ -0,0 +1,29 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
6 | <PropertyGroup> | ||
7 | <ProjectGuid>{3CFD8620-B41C-470C-ABEF-9D38076A2A8D}</ProjectGuid> | ||
8 | <TargetName>dtf</TargetName> | ||
9 | </PropertyGroup> | ||
10 | |||
11 | <ItemGroup> | ||
12 | <HelpProjectFile Include="dtf.hhp" /> | ||
13 | <HelpProjectContent Include="DTF.hhc" /> | ||
14 | <HelpProjectContent Include="DTF.hhk" /> | ||
15 | <HelpProjectContent Include="Content\*.*" /> | ||
16 | <HelpProjectContent Include="styles\*.*" /> | ||
17 | <HelpProjectContent Include="DTFAPI.chm"> | ||
18 | <SourcePath>$(OutputPath)DTFAPI.chm</SourcePath> | ||
19 | </HelpProjectContent> | ||
20 | </ItemGroup> | ||
21 | |||
22 | <ItemGroup> | ||
23 | <ProjectReference Include="..\Reference\dtfref.shfbproj"> | ||
24 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||
25 | </ProjectReference> | ||
26 | </ItemGroup> | ||
27 | |||
28 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> | ||
29 | </Project> | ||