csc.exe.config 338 B

123456789
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
  3. <configuration>
  4. <runtime>
  5. <gcServer enabled="true" />
  6. <gcConcurrent enabled="false"/>
  7. </runtime>
  8. </configuration>