diff options
Diffstat (limited to 'src/wixext/messages.xml')
-rw-r--r-- | src/wixext/messages.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/wixext/messages.xml b/src/wixext/messages.xml deleted file mode 100644 index ef715640..00000000 --- a/src/wixext/messages.xml +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | <?xml version='1.0' encoding='utf-8'?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <Messages Namespace="WixToolset.Extensions" Resources="Data.Messages" xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages"> | ||
6 | <Class Name="PSErrors" ContainerName="PSErrorEventArgs" BaseContainerName="WixErrorEventArgs"> | ||
7 | <Message Id="NeitherIdSpecified" Number="5301"> | ||
8 | <Instance>Either the {0}/@FileId attribute must be specified if nested under a SnapIn element, or the {0}/@SnapIn attribute must be specified if nested under under a File element. | ||
9 | <Parameter Type="System.String" Name="element" /> | ||
10 | </Instance> | ||
11 | </Message> | ||
12 | </Class> | ||
13 | <Class Name="PSWarnings" ContainerName="PSWarningEventArgs" BaseContainerName="WixWarningEventArgs"> | ||
14 | <Message Id="DeprecatedAssemblyNameAttribute" Number="5350"> | ||
15 | <Instance>The SnapIn/@AssemblyName attribute is deprecated. It is assigned automatically.</Instance> | ||
16 | </Message> | ||
17 | </Class> | ||
18 | <Class Name="PSVerboses" ContainerName="PSVerboseEventArgs" BaseContainerName="WixVerboseEventArgs"> | ||
19 | </Class> | ||
20 | </Messages> | ||