DeskHubSharpRevised/ModelsLib/ModelsLib.fsproj
Wyatt J. Miller 818dd66f88 modified library fsproj
figured out that whatever is not compiled before call will result in a failure
2022-07-02 14:36:59 -04:00

28 lines
879 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RootNamespace>DeskHubSharpRevised.Models</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="Commit.fs" />
<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" />
<Content Include="README.md" />
</ItemGroup>
<!--ItemGroup>
<ProjectReference Include="..\DeskHubSharpRevised\DeskHubSharpRevised.csproj" />
</ItemGroup-->
</Project>