-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathARCtrl.Contract.fsproj
27 lines (26 loc) · 1.17 KB
/
ARCtrl.Contract.fsproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageTags>ARC;F#;FSharp;dotnet;.Net;bioinformatics;biology;fable-library;datascience;dataplant;nfdi;metadata;fable-javascript;fable-python;fable-dotnet</PackageTags>
<Description>ARC helper functions for contracts management.</Description>
<PackageProjectUrl>https://github.com/nfdi4plants/ARCtrl/tree/main/src/Contract</PackageProjectUrl>
</PropertyGroup>
<Import Project="../Package.Metadata.props" />
<ItemGroup>
<None Include="README.md" />
<Compile Include="Contract.fs" />
<Compile Include="Datamap.fs" />
<Compile Include="ValidationPackagesConfig.fs" />
<Compile Include="ArcAssay.fs" />
<Compile Include="ArcStudy.fs" />
<Compile Include="ArcInvestigation.fs" />
<Compile Include="Git.fs" />
<Compile Include="ARC.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\ARCtrl.Core.fsproj" />
<ProjectReference Include="..\Json\ARCtrl.Json.fsproj" />
<ProjectReference Include="..\Yaml\ARCtrl.Yaml.fsproj" />
<ProjectReference Include="..\Spreadsheet\ARCtrl.Spreadsheet.fsproj" />
</ItemGroup>
</Project>