2021-10-04 03:25:53 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2021-11-05 02:28:47 +00:00
|
|
|
|
<Description>Extensions to Giraffe View Engine to support htmx attributes and their values</Description>
|
2021-11-11 23:40:22 +00:00
|
|
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
2021-10-04 03:25:53 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Htmx.fs" />
|
2021-11-11 23:40:22 +00:00
|
|
|
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
2021-10-04 03:25:53 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Giraffe.ViewEngine" Version="1.4.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-07-14 13:13:52 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Common\Giraffe.Htmx.Common.fsproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-10-04 03:25:53 +00:00
|
|
|
|
</Project>
|