-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move duplicate project references into props files
- Loading branch information
Showing
14 changed files
with
83 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<Description>Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime agnostic contract systems.</Description> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="Json\Decode.fs" /> | ||
<Compile Include="Json\Encode.fs" /> | ||
<Compile Include="Json\Comment.fs" /> | ||
<Compile Include="Json\OntologyAnnotation.fs" /> | ||
<Compile Include="Json\OntologySourceReference.fs" /> | ||
<Compile Include="Json\DataFile.fs" /> | ||
<Compile Include="Json\Data.fs" /> | ||
<Compile Include="Json\Person.fs" /> | ||
<Compile Include="Json\Publication.fs" /> | ||
<Compile Include="Json\Process\Value.fs" /> | ||
<Compile Include="Json\Process\Factor.fs" /> | ||
<Compile Include="Json\Process\FactorValue.fs" /> | ||
<Compile Include="Json\Process\ProtocolParameter.fs" /> | ||
<Compile Include="Json\Process\MaterialType.fs" /> | ||
<Compile Include="Json\Process\MaterialAttribute.fs" /> | ||
<Compile Include="Json\Process\Component.fs" /> | ||
<Compile Include="Json\Process\Protocol.fs" /> | ||
<Compile Include="Json\Process\MaterialAttributeValue.fs" /> | ||
<Compile Include="Json\Process\Material.fs" /> | ||
<Compile Include="Json\Process\Source.fs" /> | ||
<Compile Include="Json\Process\Sample.fs" /> | ||
<Compile Include="Json\Process\ProcessParameterValue.fs" /> | ||
<Compile Include="Json\Process\ProcessInput.fs" /> | ||
<Compile Include="Json\Process\ProcessOutput.fs" /> | ||
<Compile Include="Json\Process\Process.fs" /> | ||
<Compile Include="Json\Process\ProcessSequence.fs" /> | ||
<Compile Include="Json\Process\StudyMaterials.fs" /> | ||
<Compile Include="Json\Table\Compression.fs" /> | ||
<Compile Include="Json\Table\CompositeCell.fs" /> | ||
<Compile Include="Json\Table\IOType.fs" /> | ||
<Compile Include="Json\Table\CompositeHeader.fs" /> | ||
<Compile Include="Json\Table\ArcTable.fs" /> | ||
<Compile Include="Json\Table\Templates.fs" /> | ||
<Compile Include="Json\DataMap\DataMap.fs" /> | ||
<Compile Include="Json\Assay.fs" /> | ||
<Compile Include="Json\Study.fs" /> | ||
<Compile Include="Json\Investigation.fs" /> | ||
<Compile Include="Json\ROCrateObject.fs" /> | ||
<Compile Include="Json\ARC.fs" /> | ||
<None Include="README.md" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Contract\ARCtrl.Contract.fsproj" /> | ||
<ProjectReference Include="..\CWL\ARCtrl.CWL.fsproj" /> | ||
<ProjectReference Include="..\ROCrate\ARCtrl.ROCrate.fsproj" /> | ||
<ProjectReference Include="..\FileSystem\ARCtrl.FileSystem.fsproj" /> | ||
<ProjectReference Include="..\Json\ARCtrl.Json.fsproj" /> | ||
<ProjectReference Include="..\Spreadsheet\ARCtrl.Spreadsheet.fsproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="../../build/logo.png" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.