added fsharp library
used for models
This commit is contained in:
26
ModelsLib/ModelsLib.fsproj
Normal file
26
ModelsLib/ModelsLib.fsproj
Normal file
@@ -0,0 +1,26 @@
|
||||
<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>
|
Reference in New Issue
Block a user