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