forked from fsprojects/FSharp.Formatting
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFSharp.Formatting.ApiDocs.fsproj
More file actions
29 lines (29 loc) · 1.19 KB
/
FSharp.Formatting.ApiDocs.fsproj
File metadata and controls
29 lines (29 loc) · 1.19 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
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
<Compile Include="..\Common\AssemblyInfo.fs">
<Link>Common\AssemblyInfo.fs</Link>
</Compile>
<Compile Include="..\Common\Collections.fs">
<Link>Common\Collections.fs</Link>
</Compile>
<Compile Include="..\Common\StringParsing.fs">
<Link>Common\StringParsing.fs</Link>
</Compile>
<Compile Include="GenerateModel.fs" />
<Compile Include="GenerateHtml.fs" />
<Compile Include="GenerateSearchIndex.fs" />
<Compile Include="ApiDocs.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FSharp.Formatting.Common\FSharp.Formatting.Common.fsproj" />
<ProjectReference Include="..\FSharp.Formatting.Literate\FSharp.Formatting.Literate.fsproj" />
<ProjectReference Include="..\FSharp.Formatting.CodeFormat\FSharp.Formatting.CodeFormat.fsproj" />
<ProjectReference Include="..\FSharp.Formatting.Markdown\FSharp.Formatting.Markdown.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>