Skip to content

Commit

Permalink
chore: added kinderformularium and genform tests projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Bollen authored and Casper Bollen committed Nov 25, 2023
1 parent b2f2c20 commit 97f793c
Show file tree
Hide file tree
Showing 13 changed files with 2,524 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@
!/src/Informedica.MetaVision.Lib/
!/src/Informedica.MetaVision.Lib/Scripts/
!/src/Informedica.MetaVision.Lib/Notebooks/
#Informedica.KinderFormularium.Lib
!/src/Informedica.KinderFormularium.Lib/
!/src/Informedica.KinderFormularium.Lib/Scripts/
!/src/Informedica.KinderFormularium.Lib/Notebooks/
#Informedica.GenForm.Lib
!/src/Informedica.GenForm.Lib/
!/src/Informedica.GenForm.Lib/Scripts/
Expand Down Expand Up @@ -195,6 +199,9 @@
# Informedica.GenSolver.Tests
!/tests/Informedica.GenSolver.Tests/
!/tests/Informedica.GenSolver.Tests/Scripts/
# Informedica.GenForm.Tests
!/tests/Informedica.GenForm.Tests/
!/tests/Informedica.GenForm.Tests/Scripts/
# Informedica.GenOrder.Tests
!/tests/Informedica.GenOrder.Tests/
!/tests/Informedica.GenOrder.Tests/Scripts/
Expand Down
30 changes: 30 additions & 0 deletions GenPres.sln
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Informedica.GenUnits.Tests"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Informedica.ZIndex.Tests", "tests\Informedica.ZIndex.Tests\Informedica.ZIndex.Tests.fsproj", "{CEB3D1F1-0D5B-4438-B0EC-F448430E1635}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Informedica.KinderFormularium.Lib", "src\Informedica.KinderFormularium.Lib\Informedica.KinderFormularium.Lib.fsproj", "{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Informedica.GenForm.Tests", "tests\Informedica.GenForm.Tests\Informedica.GenForm.Tests.fsproj", "{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -254,6 +258,30 @@ Global
{CEB3D1F1-0D5B-4438-B0EC-F448430E1635}.Release|x64.Build.0 = Release|Any CPU
{CEB3D1F1-0D5B-4438-B0EC-F448430E1635}.Release|x86.ActiveCfg = Release|Any CPU
{CEB3D1F1-0D5B-4438-B0EC-F448430E1635}.Release|x86.Build.0 = Release|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Debug|x64.ActiveCfg = Debug|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Debug|x64.Build.0 = Debug|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Debug|x86.ActiveCfg = Debug|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Debug|x86.Build.0 = Debug|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Release|Any CPU.Build.0 = Release|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Release|x64.ActiveCfg = Release|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Release|x64.Build.0 = Release|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Release|x86.ActiveCfg = Release|Any CPU
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219}.Release|x86.Build.0 = Release|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Debug|x64.ActiveCfg = Debug|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Debug|x64.Build.0 = Debug|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Debug|x86.ActiveCfg = Debug|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Debug|x86.Build.0 = Debug|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Release|Any CPU.Build.0 = Release|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Release|x64.ActiveCfg = Release|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Release|x64.Build.0 = Release|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Release|x86.ActiveCfg = Release|Any CPU
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -275,6 +303,8 @@ Global
{2AE7D9AB-E95C-402F-91A6-F66B9E2B2762} = {E75733BC-FF1B-477D-AEAE-43CD0DE5490B}
{6E6E43C6-454D-4191-8DE8-A215609581BB} = {E75733BC-FF1B-477D-AEAE-43CD0DE5490B}
{CEB3D1F1-0D5B-4438-B0EC-F448430E1635} = {E75733BC-FF1B-477D-AEAE-43CD0DE5490B}
{8CFFC9FE-B559-48F6-80E6-D2D4B9CCE219} = {F84DCF8A-FC1A-4677-AF4D-616AD7DB3470}
{73C084AF-54F4-4B39-A7F9-F0A2A3AB9DD5} = {E75733BC-FF1B-477D-AEAE-43CD0DE5490B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6B79611-4632-4CCC-BE40-0FF3202E49DF}
Expand Down
17 changes: 17 additions & 0 deletions src/Informedica.KinderFormularium.Lib/Directory.Build.props
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>
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>
Loading

0 comments on commit 97f793c

Please sign in to comment.