| OLD | NEW |
| 1 | 1 |
| 2 using System; | 2 using System; |
| 3 using System.Collections.Generic; | 3 using System.Collections.Generic; |
| 4 using System.Text; | 4 using System.Text; |
| 5 using System.Collections; | 5 using System.Collections; |
| 6 using System.IO; | 6 using System.IO; |
| 7 using System.Reflection; | 7 using System.Reflection; |
| 8 using System.Resources; | 8 using System.Resources; |
| 9 using Microsoft.Build.Framework; | 9 using Microsoft.Build.Framework; |
| 10 using Microsoft.Build.Utilities; | 10 using Microsoft.Build.Utilities; |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 | 636 |
| 637 protected override Encoding ResponseFileEncoding | 637 protected override Encoding ResponseFileEncoding |
| 638 { | 638 { |
| 639 get | 639 get |
| 640 { | 640 { |
| 641 return Encoding.ASCII; | 641 return Encoding.ASCII; |
| 642 } | 642 } |
| 643 } | 643 } |
| 644 } | 644 } |
| 645 } | 645 } |
| OLD | NEW |