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>
|
2022-07-02 13:36:59 -05:00
|
|
|
|
<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" />
|
2022-07-02 13:36:59 -05:00
|
|
|
|
<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>
|