Files
Chat/PrototypChat/App.config

7 lines
178 B
Plaintext
Raw Normal View History

2017-09-15 16:39:07 +02:00
<?xml version="1.0" encoding="utf-8"?>
2017-09-12 14:32:34 +02:00
<configuration>
<startup>
2017-09-15 16:39:07 +02:00
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
2017-09-12 14:32:34 +02:00
</startup>
2017-09-15 16:39:07 +02:00
</configuration>