DeskHubSharpRevised/ModelsLib/ModelsLib.fsproj

28 lines
879 B
XML
Raw Normal View History

2022-07-01 21:58:36 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RootNamespace>DeskHubSharpRevised.Models</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="Commit.fs" />
2022-07-01 21:58:36 -05:00
<Compile Include="Branch.fs" />
<Compile Include="Email.fs" />
<Compile Include="License.fs" />
<Compile Include="Owner.fs" />
<Compile Include="Search.fs" />
<Compile Include="User.fs" />
<Compile Include="Sort.fs" />
<Compile Include="RepoDetail.fs" />
<Compile Include="RequestList.fs" />
2022-07-01 21:58:36 -05:00
<Content Include="README.md" />
</ItemGroup>
<!--ItemGroup>
<ProjectReference Include="..\DeskHubSharpRevised\DeskHubSharpRevised.csproj" />
</ItemGroup-->
</Project>