blob: 1747ee2d8e56fa628f88722aa244926896410167 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0"?>
<configuration>
<configSections>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
</startup>
</configuration>
|