Skip to content

Commit 52edcae

Browse files
committed
Release 19.5.0.0
1 parent d4f7897 commit 52edcae

File tree

3 files changed

+7
-93
lines changed

3 files changed

+7
-93
lines changed

Install/RevitIFCSetupWix/Product.wxs

+6
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@
202202
<Component Id = "COMP_IFC_16_PNG" Guid="E6CF83A5-A19C-4190-9A88-D54C390A6971">
203203
<File Id ="FILE_IFC_16_PNG" Name="IFCExporter_16.png" Source="$(var.ProjectDir)..\Program Files to Install\bundle\Contents\Resources\IFCExporter_16.png" KeyPath="yes" />
204204
</Component>
205+
<Component Id = "COMP_IFC4RV_A_CERT" Guid="EDC0912A-5AA0-44D6-8272-E8BBB4A99B3B">
206+
<File Id ="FILE_IFC4RV_A_CERT" Name="Software Certification Certificate Revit - Architectural export ER.png" Source="$(var.ProjectDir)..\Program Files to Install\bundle\Contents\Resources\Software Certification Certificate Revit - Architectural export ER.png" KeyPath="yes" />
207+
</Component>
208+
<Component Id = "COMP_IFC4RV_S_CERT" Guid="0D2A0278-2D37-4C20-89C0-5D68AD4A06B3">
209+
<File Id ="FILE_IFC4RV_S_CERT" Name="Software Certification Certificate Revit - Structural export ER.png" Source="$(var.ProjectDir)..\Program Files to Install\bundle\Contents\Resources\Software Certification Certificate Revit - Structural export ER.png" KeyPath="yes" />
210+
</Component>
205211
</ComponentGroup>
206212

207213
<ComponentGroup Id="ProductFRFiles" Directory="INSTALLFRUI">

Source/Revit.IFC.Export/Exporter/PropertySet/Calculators/ISOCD3766BendingRadiusCalculator.cs

-93
This file was deleted.

Source/Revit.IFC.Export/Revit.IFC.Export.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<Compile Include="Exporter\PropertySet\AttributeSetDescription.cs" />
115115
<Compile Include="Exporter\PropertySet\Calculators\FireRatingCalculator.cs" />
116116
<Compile Include="Exporter\PropertySet\Calculators\IsExternalCalculator.cs" />
117+
<Compile Include="Exporter\PropertySet\Calculators\ISOCD3766ShapeParameterRCalculator.cs" />
117118
<Compile Include="Exporter\PropertySet\Calculators\NosingLengthCalculator.cs" />
118119
<Compile Include="Exporter\PropertySet\Calculators\NumberOfRiserCalculator.cs" />
119120
<Compile Include="Exporter\PropertySet\Calculators\NumberOfTreadsCalculator.cs" />

0 commit comments

Comments
 (0)