Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top VI Filtering #21

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
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
Binary file modified Source/Set Top Level.vi
Binary file not shown.
Binary file modified Source/Top Level Launcher.vi
Binary file not shown.
Binary file added Test/Boolean Enum.ctl
Binary file not shown.
Binary file added Test/Global.vi
Binary file not shown.
2 changes: 2 additions & 0 deletions Test/Test Project.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
<Property Name="specify.custom.address" Type="Bool">false</Property>
<Item Name="Boolean Enum.ctl" Type="VI" URL="../Boolean Enum.ctl"/>
<Item Name="Global.vi" Type="VI" URL="../Global.vi"/>
<Item Name="Main.vi" Type="VI" URL="../Main.vi"/>
<Item Name="Not Main.vi" Type="VI" URL="../Not Main.vi"/>
<Item Name="Silent Main.vi" Type="VI" URL="../Silent Main.vi"/>
Expand Down
3 changes: 2 additions & 1 deletion Top Level Launcher.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<Item Name="Dependencies" Type="Dependencies">
<Item Name="vi.lib" Type="Folder">
<Item Name="Compare Two Paths.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Compare Two Paths.vi"/>
<Item Name="Get File Extension.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Get File Extension.vi"/>
<Item Name="Trim Whitespace.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Trim Whitespace.vi"/>
<Item Name="whitespace.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/whitespace.ctl"/>
</Item>
Expand All @@ -46,7 +47,7 @@
<Property Name="Bld_localDestDirType" Type="Str">relativeToCommon</Property>
<Property Name="Bld_previewCacheID" Type="Str">{BA3D6862-DA7D-4538-A8AC-D1286891FA29}</Property>
<Property Name="Bld_removeVIObj" Type="Int">1</Property>
<Property Name="Bld_version.build" Type="Int">6</Property>
<Property Name="Bld_version.build" Type="Int">10</Property>
<Property Name="Bld_version.major" Type="Int">1</Property>
<Property Name="Destination[0].destName" Type="Str">Destination Directory</Property>
<Property Name="Destination[0].path" Type="Path">../builds/NI_AB_PROJECTNAME/TopLevelLauncher.llb</Property>
Expand Down