File: App.config

package info (click to toggle)
de4dot 3.1.41592.3405-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 4,324 kB
  • sloc: cs: 71,297; makefile: 8; sh: 1
file content (10 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<startup>
		<supportedRuntime version="v4.0"/>
		<supportedRuntime version="v2.0.50727"/>
	</startup>
	<runtime>
		<loadFromRemoteSources enabled="true"/>
	</runtime>
</configuration>