Files
UnrealEngineUWP/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/app.config
mark lintott 4c6166427c Updated Network Profiler to .Net 4.6.2
#jira UE-168943
#rb trivial
#fyi ryan.blair
#preflight 636a4256f56cab38c71695a0

[CL 23026928 by mark lintott in ue5-main branch]
2022-11-08 08:30:17 -05:00

14 lines
529 B
XML

<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="NetworkProfiler.Properties.Settings.NetworkPerfConnectionString" connectionString="Data Source=dev-db;Initial Catalog=NetworkPerf;Integrated Security=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<runtime>
<generatePublisherEvidence enabled="false"/>
<gcAllowVeryLargeObjects enabled="true"/>
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
</configuration>