restemplate/indy/System/IdResourceStringsDotNet11.pas

11 lines
164 B
Plaintext

unit IdResourceStringsDotNet11;
interface
resourcestring
RSNotSupportedInMicrosoftNET11 = 'Not Supported in Microsoft.NET 1.1';
implementation
end.