Skip to content

Commit

Permalink
Fix malleables not included in 2021 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
buckd authored Feb 9, 2022
1 parent 9d4f431 commit df63db6
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions encoding-decoding/Source/Encoding and Decoding.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<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="Library" Type="Folder">
<Item Name="Encoding and Decoding.lvlib" Type="Library" URL="../Encoding and Decoding.lvlib"/>
</Item>
<Item Name="Support Files" Type="Folder">
<Item Name="EncodingAndDecoding-errors.txt" Type="Document" URL="../../Docs/EncodingAndDecoding-errors.txt"/>
</Item>
Expand All @@ -22,7 +25,6 @@
<Item Name="Parity.lvclass" Type="LVClass" URL="../../Tests/Parity/Parity.lvclass"/>
</Item>
<Item Name="Common Post-Build Action.vi" Type="VI" URL="../../../shared/Common Post-Build Action.vi"/>
<Item Name="Encoding and Decoding.lvlib" Type="Library" URL="../Encoding and Decoding.lvlib"/>
<Item Name="Dependencies" Type="Dependencies">
<Item Name="vi.lib" Type="Folder">
<Item Name="Array Size(s)__ogtk__jki_vi_tester.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_support/Support.llb/Array Size(s)__ogtk__jki_vi_tester.vi"/>
Expand Down Expand Up @@ -351,12 +353,11 @@
<Property Name="Destination[2].destName" Type="Str">API Directory</Property>
<Property Name="Destination[2].path" Type="Path">../Built/vi.lib/NI/NI VeriStand Encoding and Decoding</Property>
<Property Name="DestinationCount" Type="Int">3</Property>
<Property Name="Source[0].itemID" Type="Str">{7DC4029C-0D69-466F-B2F8-A432A0CAD88A}</Property>
<Property Name="Source[0].itemID" Type="Str">{12DAAFA5-E823-473C-8116-47F026E8B470}</Property>
<Property Name="Source[0].type" Type="Str">Container</Property>
<Property Name="Source[1].destinationIndex" Type="Int">2</Property>
<Property Name="Source[1].itemID" Type="Ref">/My Computer/Encoding and Decoding.lvlib</Property>
<Property Name="Source[1].itemID" Type="Ref">/My Computer/Library/Encoding and Decoding.lvlib</Property>
<Property Name="Source[1].Library.allowMissingMembers" Type="Bool">true</Property>
<Property Name="Source[1].sourceInclusion" Type="Str">Include</Property>
<Property Name="Source[1].type" Type="Str">Library</Property>
<Property Name="Source[2].Container.applyInclusion" Type="Bool">true</Property>
<Property Name="Source[2].Container.depDestIndex" Type="Int">0</Property>
Expand All @@ -376,7 +377,14 @@
<Property Name="Source[4].type" Type="Str">VI</Property>
<Property Name="Source[5].destinationIndex" Type="Int">1</Property>
<Property Name="Source[5].itemID" Type="Ref">/My Computer/Support Files/EncodingAndDecoding-errors.txt</Property>
<Property Name="SourceCount" Type="Int">6</Property>
<Property Name="Source[6].Container.applyDestination" Type="Bool">true</Property>
<Property Name="Source[6].Container.applyInclusion" Type="Bool">true</Property>
<Property Name="Source[6].Container.depDestIndex" Type="Int">0</Property>
<Property Name="Source[6].destinationIndex" Type="Int">2</Property>
<Property Name="Source[6].itemID" Type="Ref">/My Computer/Library</Property>
<Property Name="Source[6].sourceInclusion" Type="Str">Include</Property>
<Property Name="Source[6].type" Type="Str">Container</Property>
<Property Name="SourceCount" Type="Int">7</Property>
</Item>
</Item>
</Item>
Expand Down

0 comments on commit df63db6

Please sign in to comment.