| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <root> | 2 <root> |
| 3 <!-- | 3 <!-- |
| 4 Microsoft ResX Schema | 4 Microsoft ResX Schema |
| 5 | 5 |
| 6 Version 2.0 | 6 Version 2.0 |
| 7 | 7 |
| 8 The primary goals of this format is to allow a simple XML format | 8 The primary goals of this format is to allow a simple XML format |
| 9 that is mostly human readable. The generation and parsing of the | 9 that is mostly human readable. The generation and parsing of the |
| 10 various data types are done through the TypeConverter classes | 10 various data types are done through the TypeConverter classes |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 <data name="TrackedVCToolTask.RebuildingDueToInvalidTLogContents" xml:space="p
reserve"> | 144 <data name="TrackedVCToolTask.RebuildingDueToInvalidTLogContents" xml:space="p
reserve"> |
| 145 <value>MSB8015: Forcing a rebuild of all source files due to the contents of
"{0}" being invalid.</value> | 145 <value>MSB8015: Forcing a rebuild of all source files due to the contents of
"{0}" being invalid.</value> |
| 146 </data> | 146 </data> |
| 147 <data name="TrackedVCToolTask.RebuildingNoCommandTLog" xml:space="preserve"> | 147 <data name="TrackedVCToolTask.RebuildingNoCommandTLog" xml:space="preserve"> |
| 148 <value>Forcing rebuild of all source files due to missing command tlog "{0}"
.</value> | 148 <value>Forcing rebuild of all source files due to missing command tlog "{0}"
.</value> |
| 149 </data> | 149 </data> |
| 150 <data name="TrackedVCToolTask.RebuildingSourceCommandLineChanged" xml:space="p
reserve"> | 150 <data name="TrackedVCToolTask.RebuildingSourceCommandLineChanged" xml:space="p
reserve"> |
| 151 <value>Forcing rebuild of source file "{0}" due to a change in the command l
ine since the last build.</value> | 151 <value>Forcing rebuild of source file "{0}" due to a change in the command l
ine since the last build.</value> |
| 152 </data> | 152 </data> |
| 153 </root> | 153 </root> |
| OLD | NEW |