-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocs.projitems
More file actions
19 lines (19 loc) · 1019 Bytes
/
Docs.projitems
File metadata and controls
19 lines (19 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems>
<SharedGUID>62d35936-704a-4f38-9882-e3209079ea47</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Docs</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)docs\downloads.md" />
<Content Include="$(MSBuildThisFileDirectory)docs\roadmap.md" />
<Content Include="$(MSBuildThisFileDirectory)docs\upgrading-v2-v3.md" />
<Content Include="$(MSBuildThisFileDirectory)docs\_layouts\cayman-with-menu.html" />
<Content Include="$(MSBuildThisFileDirectory)docs\_config.yml" />
<Content Include="$(MSBuildThisFileDirectory)docs\index.md" />
</ItemGroup>
</Project>