-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocs.projitems
More file actions
26 lines (26 loc) · 1.34 KB
/
docs.projitems
File metadata and controls
26 lines (26 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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>fc3b0a95-4da0-43a0-a19d-624152bdf2f6</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>docs</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)additional-classes.md" />
<None Include="$(MSBuildThisFileDirectory)index.md" />
<None Include="$(MSBuildThisFileDirectory)jsonpatch.md" />
<None Include="$(MSBuildThisFileDirectory)jsonpath\comparison.md" />
<None Include="$(MSBuildThisFileDirectory)jsonpath\functions.md" />
<None Include="$(MSBuildThisFileDirectory)jsonpath\jsonpath.md" />
<None Include="$(MSBuildThisFileDirectory)jsonpath\overview.md" />
<None Include="$(MSBuildThisFileDirectory)jsonpath\syntax.md" />
<None Include="$(MSBuildThisFileDirectory)jsonpointer.md" />
<None Include="$(MSBuildThisFileDirectory)_config.yml" />
</ItemGroup>
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)_includes\nav_footer_custom.html" />
</ItemGroup>
</Project>