Skip to content

Commit

Permalink
Enable compatibility flag for PPL (#6)
Browse files Browse the repository at this point in the history
This appears to fix some intra-release LabVIEW versioning issues.
  • Loading branch information
rtzoeller authored Feb 21, 2020
1 parent 660f79b commit 7b40fdc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Source/Message Library.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@
<Item Name="Build Path__ogtk__jki_vi_tester.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_support/Support.llb/Build Path__ogtk__jki_vi_tester.vi"/>
<Item Name="Get LV Class Path.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/LVClass/Get LV Class Path.vi"/>
<Item Name="Get LV Class Name.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/LVClass/Get LV Class Name.vi"/>
<Item Name="LabVIEWHTTPClient.lvlib" Type="Library" URL="/&lt;vilib&gt;/httpClient/LabVIEWHTTPClient.lvlib"/>
<Item Name="NI_XML.lvlib" Type="Library" URL="/&lt;vilib&gt;/xml/NI_XML.lvlib"/>
<Item Name="Custom Device API.lvlib" Type="Library" URL="/&lt;vilib&gt;/NI Veristand/Custom Device API/Custom Device API.lvlib"/>
<Item Name="Recursive File List.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Recursive File List.vi"/>
Expand Down Expand Up @@ -426,6 +425,9 @@
<Item Name="NationalInstruments.VeriStand" Type="Document" URL="NationalInstruments.VeriStand">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
<Item Name="NationalInstruments.VeriStand.XMLReader" Type="Document" URL="NationalInstruments.VeriStand.XMLReader">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
</Item>
<Item Name="Build Specifications" Type="Build">
<Item Name="Messaging" Type="Packed Library">
Expand All @@ -449,7 +451,7 @@
<Property Name="Destination[1].path" Type="Path">../Built/Windows</Property>
<Property Name="DestinationCount" Type="Int">2</Property>
<Property Name="PackedLib_callersAdapt" Type="Bool">true</Property>
<Property Name="Source[0].itemID" Type="Str">{6277778D-7E3A-4BDD-A939-557E2A4C02A7}</Property>
<Property Name="Source[0].itemID" Type="Str">{B6BA6EEB-213B-4C51-BFC2-0CD4F5C63576}</Property>
<Property Name="Source[0].type" Type="Str">Container</Property>
<Property Name="Source[1].destinationIndex" Type="Int">0</Property>
<Property Name="Source[1].itemID" Type="Ref">/My Computer/Messaging.lvlib</Property>
Expand All @@ -466,6 +468,7 @@
<Property Name="TgtF_productName" Type="Str">Messaging</Property>
<Property Name="TgtF_targetfileGUID" Type="Str">{CC3EB88F-DD4B-4E18-9626-065909133C10}</Property>
<Property Name="TgtF_targetfileName" Type="Str">CDMessaging.lvlibp</Property>
<Property Name="TgtF_versionIndependent" Type="Bool">true</Property>
</Item>
</Item>
</Item>
Expand Down Expand Up @@ -548,7 +551,7 @@
<Property Name="Destination[1].path" Type="Path">/NI_AB_TARGETNAME</Property>
<Property Name="Destination[1].path.type" Type="Str">&lt;none&gt;</Property>
<Property Name="DestinationCount" Type="Int">2</Property>
<Property Name="Source[0].itemID" Type="Str">{FB7913DB-0AC1-4474-ADFB-EE0583226A85}</Property>
<Property Name="Source[0].itemID" Type="Str">{B3B027CE-7201-4655-B558-31648CC7ABA9}</Property>
<Property Name="Source[0].type" Type="Str">Container</Property>
<Property Name="Source[1].destinationIndex" Type="Int">0</Property>
<Property Name="Source[1].itemID" Type="Ref">/Pharlap/Messaging.lvlib</Property>
Expand Down

0 comments on commit 7b40fdc

Please sign in to comment.