Skip to content

Commit b8f188f

Browse files
committed
Enable CQL to Elm conversion and update resource paths
Added `<CqlToElmEnabled>true</CqlToElmEnabled>` in the `Measures.ecqm-content-qicore-2024.csproj` file to enable CQL to Elm conversion. Commented out resource directory lines in `Measures.ecqm-content-qicore-2025.csproj` to reflect changes in resource management.
1 parent 2bb7462 commit b8f188f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Demo/Measures.ecqm-content-qicore-2024/Measures.ecqm-content-qicore-2024.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<!-- Copy dll's to IntegrationRunner -->
2424
<!-- <DllDirectory>$(CqlSolutionDir)/submodules/Firely.Cql.Sdk.Integration.Runner/IntegrationRunner/CMS Assemblies</DllDirectory> -->
2525
<ResourcesDirectory>$(CqlSolutionDir)/submodules/Firely.Cql.Sdk.Integration.Runner/IntegrationRunner/CMS Resources</ResourcesDirectory>
26+
<CqlToElmEnabled>true</CqlToElmEnabled>
2627
<!-- <ResourcesDirectory>$(LibrarySetRoot)/Resources</ResourcesDirectory> -->
2728
<!-- <CqlToElmEnabled>true</CqlToElmEnabled> -->
2829
<!-- <ElmToCSharpEnabled>true</ElmToCSharpEnabled> -->

Demo/Measures.ecqm-content-qicore-2025/Measures.ecqm-content-qicore-2025.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<CqlDirectory>$(LibrarySetRoot)/Cql</CqlDirectory>
2222
<ElmDirectory>$(LibrarySetRoot)/Elm</ElmDirectory>
2323
<ResourcesDirectory>$(LibrarySetRoot)/Resources</ResourcesDirectory>
24+
<!-- <ResourcesDirectory>$(CqlSolutionDir)/submodules/Firely.Cql.Sdk.Integration.Runner/IntegrationRunner/CMS Resources</ResourcesDirectory> -->
25+
<!-- <CqlToElmEnabled>true</CqlToElmEnabled> -->
2426
</PropertyGroup>
2527

2628
<Import Project="../Cql/Build/CqlToElm.Targets.xml" />

0 commit comments

Comments
 (0)