Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ private string GenerateRegCApplication(ControllerModel c)
}
else
{
foreach(var r in c.MultiModuleMolens)
foreach (var r in c.MultiModuleMolens.Where(x => x.Modules.Any(x2 => x2.Fasen.Any())))
{
sb.AppendLine($"{ts}Fixatie({_ispf}{_isfix}, 0, FCMAX-1, SCH[{_schpf}{_schbmfix}], IH[{_hpf}{_hfixatietegenh}], PR{r.Reeks}, {r.Reeks});");
}
Expand Down
6 changes: 3 additions & 3 deletions TLCGen.Setup/TLCGen.Setup.wixproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="WixToolset.Sdk/6.0.0">
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="WixToolset.Sdk/6.0.0" ToolsVersion="4.0">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DefineConstants>Debug</DefineConstants>
<SuppressValidation>True</SuppressValidation>
Expand All @@ -19,7 +19,7 @@
<Content Include="license.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" Version="6.0.0" />
<PackageReference Include="WixToolset.UI.wixext" Version="6.0.0" />
</ItemGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>