Skip to content

Commit ea89245

Browse files
author
RBX Systems
committed
Project Initial Start-up
Added example file "LabVIEW.exe.config"
1 parent 9f68bc4 commit ea89245

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

LabVIEW.exe.config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version ="1.0"?>
2+
<configuration>
3+
<startup useLegacyV2RuntimeActivationPolicy="true">
4+
<supportedRuntime version="v4.0.30319"/>
5+
</startup>
6+
<runtime>
7+
<loadFromRemoteSources enabled="true" />
8+
</runtime>
9+
</configuration>

0 commit comments

Comments
 (0)