-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocs.fsproj
More file actions
24 lines (24 loc) · 870 Bytes
/
Copy pathDocs.fsproj
File metadata and controls
24 lines (24 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<DefineConstants>FABLE_COMPILER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<None Include="index.html" />
<None Include="paket.references" />
<Compile Include="Shared.fs" />
<Compile Include="Pages/Installation.fs" />
<Compile Include="Pages/Usage.fs" />
<Compile Include="Pages/CallApi.fs" />
<Compile Include="Pages/Safe.fs" />
<Compile Include="Pages/Contributing.fs" />
<Compile Include="Pages/Acknowledgement.fs" />
<Compile Include="Index.fs" />
<Compile Include="App.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Fable.Auth0.React\Fable.Auth0.React.fsproj" />
</ItemGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>