|
30 | 30 | <Compile Include="context\rocrate\rocrate_context.fs" />
|
31 | 31 | <Compile Include="ConverterOptions.fs" />
|
32 | 32 | <Compile Include="Decode.fs" />
|
33 |
| - <Compile Include="GEncode.fs" /> |
| 33 | + <Compile Include="Encode.fs" /> |
34 | 34 | <Compile Include="ROCrateHelper.fs" />
|
35 | 35 | <Compile Include="Comment.fs" />
|
36 | 36 | <Compile Include="StringTable.fs" />
|
37 |
| - <Compile Include="Ontology.fs" /> |
38 |
| - <Compile Include="Factor.fs" /> |
39 |
| - <Compile Include="Protocol.fs" /> |
40 |
| - <Compile Include="Material.fs" /> |
41 |
| - <Compile Include="Data.fs" /> |
42 |
| - <Compile Include="Process.fs" /> |
| 37 | + <Compile Include="OntologyAnnotation.fs" /> |
| 38 | + <Compile Include="OntologySourceReference.fs" /> |
43 | 39 | <Compile Include="Publication.fs" />
|
44 | 40 | <Compile Include="Person.fs" />
|
| 41 | + <Compile Include="Process\Factor.fs" /> |
| 42 | + <Compile Include="Process\Protocol.fs" /> |
| 43 | + <Compile Include="Process\Material.fs" /> |
| 44 | + <Compile Include="Process\Data.fs" /> |
| 45 | + <Compile Include="Process\Process.fs" /> |
| 46 | + <Compile Include="Table\OATable.fs" /> |
| 47 | + <Compile Include="Table\CompositeCell.fs" /> |
| 48 | + <Compile Include="Table\CellTable.fs" /> |
| 49 | + <Compile Include="Table\IOType.fs" /> |
| 50 | + <Compile Include="Table\CompositeHeader.fs" /> |
| 51 | + <Compile Include="Table\ArcTable.fs" /> |
45 | 52 | <Compile Include="Assay.fs" />
|
46 | 53 | <Compile Include="Study.fs" />
|
47 | 54 | <Compile Include="Investigation.fs" />
|
48 |
| - <Compile Include="ArcTypes\OATable.fs" /> |
49 |
| - <Compile Include="ArcTypes\CompositeCell.fs" /> |
50 |
| - <Compile Include="ArcTypes\CellTable.fs" /> |
51 |
| - <Compile Include="ArcTypes\IOType.fs" /> |
52 |
| - <Compile Include="ArcTypes\CompositeHeader.fs" /> |
53 |
| - <Compile Include="ArcTypes\ArcTable.fs" /> |
54 |
| - <Compile Include="ArcTypes\ArcAssay.fs" /> |
55 |
| - <Compile Include="ArcTypes\ArcStudy.fs" /> |
56 |
| - <Compile Include="ArcTypes\ArcInvestigation.fs" /> |
57 |
| - <None Include="../../../build/logo.png" Pack="true" PackagePath="\" /> |
| 55 | + <Compile Include="ArcAssay.fs" /> |
| 56 | + <Compile Include="ArcStudy.fs" /> |
| 57 | + <Compile Include="ArcInvestigation.fs" /> |
58 | 58 | </ItemGroup>
|
59 | 59 | <ItemGroup>
|
60 |
| - <Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" /> |
| 60 | + <Folder Include="Table\" /> |
| 61 | + <Folder Include="Process\" /> |
61 | 62 | </ItemGroup>
|
62 | 63 | <ItemGroup>
|
63 | 64 | <PackageReference Include="NJsonSchema" Version="10.8.0" />
|
|
0 commit comments