Skip to content

Commit

Permalink
fix trigger event extension
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Sep 15, 2023
1 parent fb9e850 commit af5a148
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenMEP.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
docs\sandbox\pkg.json = docs\sandbox\pkg.json
docs\civil\pkg.json = docs\civil\pkg.json
README.md = README.md
docs\extra\OpenMEP_ViewExtensionDefinition.xml = docs\extra\OpenMEP_ViewExtensionDefinition.xml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeployInstaller", "DeployInstaller\DeployInstaller.csproj", "{C7835EFE-E1C7-48B2-90D0-E943D43A905D}"
Expand Down
2 changes: 2 additions & 0 deletions OpenMEPRevit/OpenMEPRevit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,12 @@
<XmlCustomization Include="$(SolutionDir)docs\*.xml" />
<!-- <ExtralFiles Include="$(SolutionDir)docs\extra\*.*" />-->
<DyfFiles Include="$(SolutionDir)docs\dyf\*.*" />
<ExtralFiles Include="$(SolutionDir)docs\extra\OpenMEP_ViewExtensionDefinition.xml" />
</ItemGroup>
<Message Text="Copying From $(TargetDir) To $(FolderPackages)" Importance="high" />
<Copy SourceFiles="@(AssemblyFiles)" DestinationFolder="$(FolderPackages)bin" />
<Copy SourceFiles="@(XmlCustomization)" DestinationFolder="$(FolderPackages)bin" />
<Copy SourceFiles="@(ExtralFiles)" DestinationFolder="$(FolderPackages)extra" />
<Copy SourceFiles="@(PgkDefinition)" DestinationFolder="$(FolderPackages)" />
<!-- <Copy SourceFiles="@(ExtralFiles)" DestinationFolder="$(FolderPackages)extra" />-->
<Copy SourceFiles="@(DyfFiles)" DestinationFolder="$(FolderPackages)dyf" />
Expand Down
1 change: 1 addition & 0 deletions OpenMEPViewExtension/OpenMEPViewExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using Dynamo.Events;
using Dynamo.ViewModels;
using Dynamo.Wpf.Extensions;

Expand Down

0 comments on commit af5a148

Please sign in to comment.