annotate Implab.Playground/App.config @ 279:8714471e8d78 v3

Container configuration cleanup, RC2
author cin
date Fri, 04 May 2018 18:12:42 +0300
parents b00441e04738
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
233
d6fe09f5592c Improved AsyncQueue
cin
parents: 229
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
2 <configuration>
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
3 <startup>
255
b00441e04738 Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents: 233
diff changeset
4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
5 </startup>
233
d6fe09f5592c Improved AsyncQueue
cin
parents: 229
diff changeset
6 </configuration>