DeskHubSharpRevised/ModelsLib/ModelsLib.fsproj
2022-07-01 22:58:36 -04:00

27 lines
839 B
XML

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