Last change
on this file since 16749 was
15660,
checked in by swagner, 7 years ago
|
#2877: Generalized MergeConfigs scripts, cleaned app.config files, corrected post-build events
|
File size:
332 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | </configSections>
|
---|
5 |
|
---|
6 | <system.serviceModel>
|
---|
7 | </system.serviceModel>
|
---|
8 |
|
---|
9 | <runtime>
|
---|
10 | <gcServer enabled="true"/>
|
---|
11 | </runtime>
|
---|
12 |
|
---|
13 | <startup>
|
---|
14 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
15 | </startup>
|
---|
16 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.