Skip to content

Commit

Permalink
Project Initial Start-up
Browse files Browse the repository at this point in the history
Added example file "LabVIEW.exe.config"
  • Loading branch information
RBX Systems committed Mar 19, 2015
1 parent 9f68bc4 commit ea89245
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions LabVIEW.exe.config
@@ -0,0 +1,9 @@
<?xml version ="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
</configuration>

0 comments on commit ea89245

Please sign in to comment.