Skip to content

Commit bb3d6a8

Browse files
committed
add vipb
1 parent 358849d commit bb3d6a8

File tree

7 files changed

+228
-120
lines changed

7 files changed

+228
-120
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
/_Build/*
1+
/src/_Build/*
22
*.aliases
33
*.lvlps
4+
/vip/*.vip

CSM-TCP-Router.aliases

Lines changed: 0 additions & 106 deletions
This file was deleted.

CSM-TCP-Router.vipb

Lines changed: 213 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
1212
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
1313
<Property Name="specify.custom.address" Type="Bool">false</Property>
14-
<Item Name="Client" Type="Folder" URL="../src/Client">
14+
<Item Name="Client" Type="Folder" URL="../Client">
1515
<Property Name="NI.DISK" Type="Bool">true</Property>
1616
</Item>
17-
<Item Name="CSM_Modules" Type="Folder" URL="../src/CSM_Modules">
17+
<Item Name="CSM_Modules" Type="Folder" URL="../CSM_Modules">
1818
<Property Name="NI.DISK" Type="Bool">true</Property>
1919
</Item>
20-
<Item Name="Server" Type="Folder" URL="../src/Server">
20+
<Item Name="Server" Type="Folder" URL="../Server">
2121
<Property Name="NI.DISK" Type="Bool">true</Property>
2222
</Item>
2323
<Item Name="csm-app.ini" Type="Document" URL="../csm-app.ini"/>
@@ -154,22 +154,22 @@
154154
<Property Name="Bld_excludeInlineSubVIs" Type="Bool">true</Property>
155155
<Property Name="Bld_excludeLibraryItems" Type="Bool">true</Property>
156156
<Property Name="Bld_excludePolymorphicVIs" Type="Bool">true</Property>
157-
<Property Name="Bld_localDestDir" Type="Path">../_build/PC</Property>
157+
<Property Name="Bld_localDestDir" Type="Path">../_Build/PC</Property>
158158
<Property Name="Bld_localDestDirType" Type="Str">relativeToProject</Property>
159159
<Property Name="Bld_modifyLibraryFile" Type="Bool">true</Property>
160160
<Property Name="Bld_previewCacheID" Type="Str">{3A907983-FA2B-4A7C-9433-F96A748C309E}</Property>
161161
<Property Name="Bld_version.build" Type="Int">10</Property>
162162
<Property Name="Bld_version.major" Type="Int">1</Property>
163163
<Property Name="Destination[0].destName" Type="Str">Client.exe</Property>
164-
<Property Name="Destination[0].path" Type="Path">../_build/PC/Client.exe</Property>
164+
<Property Name="Destination[0].path" Type="Path">../_Build/PC/Client.exe</Property>
165165
<Property Name="Destination[0].path.type" Type="Str">relativeToProject</Property>
166166
<Property Name="Destination[0].preserveHierarchy" Type="Bool">true</Property>
167167
<Property Name="Destination[0].type" Type="Str">App</Property>
168168
<Property Name="Destination[1].destName" Type="Str">Support Directory</Property>
169-
<Property Name="Destination[1].path" Type="Path">../_build/PC/data</Property>
169+
<Property Name="Destination[1].path" Type="Path">../_Build/PC/data</Property>
170170
<Property Name="Destination[1].path.type" Type="Str">relativeToProject</Property>
171171
<Property Name="DestinationCount" Type="Int">2</Property>
172-
<Property Name="Source[0].itemID" Type="Str">{8B5F9942-6AFB-4BAD-BD07-2E7E9AC45CC4}</Property>
172+
<Property Name="Source[0].itemID" Type="Str">{F7A5A582-5BDE-4E17-B1F9-48DB4D83CB57}</Property>
173173
<Property Name="Source[0].type" Type="Str">Container</Property>
174174
<Property Name="Source[1].destinationIndex" Type="Int">0</Property>
175175
<Property Name="Source[1].itemID" Type="Ref">/My Computer/Client/Client.vi</Property>
@@ -195,22 +195,22 @@
195195
<Property Name="Bld_excludeInlineSubVIs" Type="Bool">true</Property>
196196
<Property Name="Bld_excludeLibraryItems" Type="Bool">true</Property>
197197
<Property Name="Bld_excludePolymorphicVIs" Type="Bool">true</Property>
198-
<Property Name="Bld_localDestDir" Type="Path">../_build/PC</Property>
198+
<Property Name="Bld_localDestDir" Type="Path">../_Build/PC</Property>
199199
<Property Name="Bld_localDestDirType" Type="Str">relativeToProject</Property>
200200
<Property Name="Bld_modifyLibraryFile" Type="Bool">true</Property>
201201
<Property Name="Bld_previewCacheID" Type="Str">{A916FCA7-CB59-42EA-83BF-E2797FCA83AB}</Property>
202202
<Property Name="Bld_version.build" Type="Int">20</Property>
203203
<Property Name="Bld_version.major" Type="Int">1</Property>
204204
<Property Name="Destination[0].destName" Type="Str">Server.exe</Property>
205-
<Property Name="Destination[0].path" Type="Path">../_build/PC/Server.exe</Property>
205+
<Property Name="Destination[0].path" Type="Path">../_Build/PC/Server.exe</Property>
206206
<Property Name="Destination[0].path.type" Type="Str">relativeToProject</Property>
207207
<Property Name="Destination[0].preserveHierarchy" Type="Bool">true</Property>
208208
<Property Name="Destination[0].type" Type="Str">App</Property>
209209
<Property Name="Destination[1].destName" Type="Str">Support Directory</Property>
210-
<Property Name="Destination[1].path" Type="Path">../_build/PC</Property>
210+
<Property Name="Destination[1].path" Type="Path">../_Build/PC</Property>
211211
<Property Name="Destination[1].path.type" Type="Str">relativeToProject</Property>
212212
<Property Name="DestinationCount" Type="Int">2</Property>
213-
<Property Name="Source[0].itemID" Type="Str">{8B5F9942-6AFB-4BAD-BD07-2E7E9AC45CC4}</Property>
213+
<Property Name="Source[0].itemID" Type="Str">{F7A5A582-5BDE-4E17-B1F9-48DB4D83CB57}</Property>
214214
<Property Name="Source[0].type" Type="Str">Container</Property>
215215
<Property Name="Source[1].destinationIndex" Type="Int">0</Property>
216216
<Property Name="Source[1].itemID" Type="Ref">/My Computer/Server/CSM-TCP-Router(Server).vi</Property>
@@ -308,10 +308,10 @@ AddOutputFilter chunkFilter
308308
<Property Name="target.WebServer.ViAccess" Type="Str">+*</Property>
309309
<Property Name="target.webservices.SecurityAPIKey" Type="Str">PqVr/ifkAQh+lVrdPIykXlFvg12GhhQFR8H9cUhphgg=:pTe9HRlQuMfJxAG6QCGq7UvoUpJzAzWGKy5SbZ+roSU=</Property>
310310
<Property Name="target.webservices.ValidTimestampWindow" Type="Int">15</Property>
311-
<Item Name="CSM_Modules" Type="Folder" URL="../src/CSM_Modules">
311+
<Item Name="CSM_Modules" Type="Folder" URL="../CSM_Modules">
312312
<Property Name="NI.DISK" Type="Bool">true</Property>
313313
</Item>
314-
<Item Name="Server" Type="Folder" URL="../src/Server">
314+
<Item Name="Server" Type="Folder" URL="../Server">
315315
<Property Name="NI.DISK" Type="Bool">true</Property>
316316
</Item>
317317
<Item Name="CSM-TCP-Router.lvcsm" Type="Document" URL="../CSM-TCP-Router.lvcsm"/>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)