Skip to content

Commit

Permalink
Compilated dlls with offlineMaps control added
Browse files Browse the repository at this point in the history
  • Loading branch information
luferau committed Apr 2, 2021
1 parent 66eb862 commit 4959986
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ maps/map/
maps/sat/

#1. Labview part

#builds
builds/

Expand All @@ -17,6 +16,9 @@ builds/
*.so.*
*.dylib

!labview/dll/OfflineMaps.Controls.dll
!labview/dll/OfflineMaps.Core.dll

# Executables
*.exe

Expand Down
14 changes: 4 additions & 10 deletions labview/OfflineMap.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<Property Name="Bld_localDestDirType" Type="Str">relativeToCommon</Property>
<Property Name="Bld_modifyLibraryFile" Type="Bool">true</Property>
<Property Name="Bld_previewCacheID" Type="Str">{86CFF8F9-1533-4E41-A013-FB57EF61E12E}</Property>
<Property Name="Bld_version.build" Type="Int">8</Property>
<Property Name="Bld_version.build" Type="Int">9</Property>
<Property Name="Bld_version.major" Type="Int">1</Property>
<Property Name="Destination[0].destName" Type="Str">labview-offline-maps.exe</Property>
<Property Name="Destination[0].path" Type="Path">../builds/labview-offline-maps/labview-offline-maps.exe</Property>
Expand All @@ -88,19 +88,13 @@
<Property Name="Source[1].itemID" Type="Ref">/My Computer/Main.vi</Property>
<Property Name="Source[1].sourceInclusion" Type="Str">TopLevel</Property>
<Property Name="Source[1].type" Type="Str">VI</Property>
<Property Name="Source[2].Container.applyInclusion" Type="Bool">true</Property>
<Property Name="Source[2].Container.depDestIndex" Type="Int">0</Property>
<Property Name="Source[2].destinationIndex" Type="Int">0</Property>
<Property Name="Source[2].itemID" Type="Ref">/My Computer/types</Property>
<Property Name="Source[2].itemID" Type="Ref">/My Computer/dll/OfflineMaps.Controls.dll</Property>
<Property Name="Source[2].sourceInclusion" Type="Str">Include</Property>
<Property Name="Source[2].type" Type="Str">Container</Property>
<Property Name="Source[3].destinationIndex" Type="Int">0</Property>
<Property Name="Source[3].itemID" Type="Ref">/My Computer/dll/OfflineMaps.Controls.dll</Property>
<Property Name="Source[3].itemID" Type="Ref">/My Computer/dll/OfflineMaps.Core.dll</Property>
<Property Name="Source[3].sourceInclusion" Type="Str">Include</Property>
<Property Name="Source[4].destinationIndex" Type="Int">0</Property>
<Property Name="Source[4].itemID" Type="Ref">/My Computer/dll/OfflineMaps.Core.dll</Property>
<Property Name="Source[4].sourceInclusion" Type="Str">Include</Property>
<Property Name="SourceCount" Type="Int">5</Property>
<Property Name="SourceCount" Type="Int">4</Property>
<Property Name="TgtF_companyName" Type="Str">Aliaksei Luferau</Property>
<Property Name="TgtF_fileDescription" Type="Str">labview-offline-maps</Property>
<Property Name="TgtF_internalName" Type="Str">labview-offline-maps</Property>
Expand Down
Binary file added labview/dll/OfflineMaps.Controls.dll
Binary file not shown.
Binary file added labview/dll/OfflineMaps.Core.dll
Binary file not shown.

0 comments on commit 4959986

Please sign in to comment.