Skip to content

Commit

Permalink
fixed path where images are build for the sample executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike.king committed Jun 17, 2016
1 parent 3f2e2a3 commit 539d93e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions source/DataGrid.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<Property Name="Bld_localDestDirType" Type="Str">relativeToCommon</Property>
<Property Name="Bld_modifyLibraryFile" Type="Bool">true</Property>
<Property Name="Bld_previewCacheID" Type="Str">{6112FCA3-500A-4B76-814A-2173493881DA}</Property>
<Property Name="Bld_version.build" Type="Int">20</Property>
<Property Name="Bld_version.build" Type="Int">22</Property>
<Property Name="Bld_version.major" Type="Int">1</Property>
<Property Name="Destination[0].destName" Type="Str">Example.exe</Property>
<Property Name="Destination[0].path" Type="Path">../builds/NI_AB_PROJECTNAME/Example/Example.exe</Property>
Expand All @@ -152,13 +152,19 @@
<Property Name="Destination[2].destName" Type="Str">Images</Property>
<Property Name="Destination[2].path" Type="Path">../builds/NI_AB_PROJECTNAME/Example/Images</Property>
<Property Name="DestinationCount" Type="Int">3</Property>
<Property Name="Source[0].itemID" Type="Str">{BEFB995C-15CA-4848-B4E3-8629D956E16F}</Property>
<Property Name="Source[0].itemID" Type="Str">{7D88853B-8694-4873-B81C-ED33695F6CE9}</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/Examples/Example Simple DataBinding.vi</Property>
<Property Name="Source[1].sourceInclusion" Type="Str">TopLevel</Property>
<Property Name="Source[1].type" Type="Str">VI</Property>
<Property Name="SourceCount" Type="Int">2</Property>
<Property Name="Source[2].Container.applyDestination" Type="Bool">true</Property>
<Property Name="Source[2].Container.applyInclusion" Type="Bool">true</Property>
<Property Name="Source[2].destinationIndex" Type="Int">2</Property>
<Property Name="Source[2].itemID" Type="Ref">/My Computer/Examples/images</Property>
<Property Name="Source[2].sourceInclusion" Type="Str">Include</Property>
<Property Name="Source[2].type" Type="Str">Container</Property>
<Property Name="SourceCount" Type="Int">3</Property>
<Property Name="TgtF_fileDescription" Type="Str">Example</Property>
<Property Name="TgtF_internalName" Type="Str">Example</Property>
<Property Name="TgtF_productName" Type="Str">Example</Property>
Expand Down

0 comments on commit 539d93e

Please sign in to comment.