-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added kinderformularium and genform tests projects
- Loading branch information
Casper Bollen
authored and
Casper Bollen
committed
Nov 25, 2023
1 parent
b2f2c20
commit 97f793c
Showing
13 changed files
with
2,524 additions
and
0 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
17 changes: 17 additions & 0 deletions
17
src/Informedica.KinderFormularium.Lib/Directory.Build.props
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,17 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<!-- summary is not migrated from project.json, but you can use the <Description> property for that if needed. --> | ||
<PackageTags>f#, fsharp, medical</PackageTags> | ||
<PackageProjectUrl>https://github.com/informedica/Informedica.GenForm.Lib</PackageProjectUrl> | ||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> | ||
<PackageUrl>https://github.com/informedica/Informedica.GenForm.Lib/blob/master/LICENSE.md</PackageUrl> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageId>Informedica.GenForm.Lib</PackageId> | ||
<Version>1.2.4</Version> | ||
<Authors>halcwb</Authors> | ||
<Company>Informedica</Company> | ||
<RepositoryUrl>https://github.com/informedica/Informedica.GenForm.Lib</RepositoryUrl> | ||
<!-- owners is not supported in MSBuild --> | ||
</PropertyGroup> | ||
</Project> |
19 changes: 19 additions & 0 deletions
19
src/Informedica.KinderFormularium.Lib/Informedica.KinderFormularium.Lib.fsproj
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,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="Scripts\load.fsx" /> | ||
<None Include="Scripts\PedFormParser.fsx" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Informedica.Utils.Lib\Informedica.Utils.Lib.fsproj" /> | ||
<ProjectReference Include="..\Informedica.GenCore.Lib\Informedica.GenCore.Lib.fsproj" /> | ||
<ProjectReference Include="..\Informedica.GenUnits.Lib\Informedica.GenUnits.Lib.fsproj" /> | ||
<ProjectReference Include="..\Informedica.ZForm.Lib\Informedica.ZForm.Lib.fsproj" /> | ||
<ProjectReference Include="..\Informedica.ZIndex.Lib\Informedica.ZIndex.Lib.fsproj" /> | ||
</ItemGroup> | ||
<Import Project="..\..\.paket\Paket.Restore.targets" /> | ||
</Project> |
Oops, something went wrong.