aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/Data
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-27 13:13:41 -0800
committerRob Mensching <rob@firegiant.com>2017-12-27 13:13:41 -0800
commitb2ff456469c4905be6df44f851cbf42bbcd629ee (patch)
treee196a0ff99ee130e517f1fa9f6281163dd4a77b8 /src/WixToolset.Data/Data
parent9c44ebe3f4e47d22cf9b74918ac30e8bf36ffe5b (diff)
downloadwix-b2ff456469c4905be6df44f851cbf42bbcd629ee.tar.gz
wix-b2ff456469c4905be6df44f851cbf42bbcd629ee.tar.bz2
wix-b2ff456469c4905be6df44f851cbf42bbcd629ee.zip
Make TableDefinitions ColumnDefinitions an array and other minor cleanup
Diffstat (limited to 'src/WixToolset.Data/Data')
-rw-r--r--src/WixToolset.Data/Data/messages.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WixToolset.Data/Data/messages.xml b/src/WixToolset.Data/Data/messages.xml
index 3acb21ba..5f03fef5 100644
--- a/src/WixToolset.Data/Data/messages.xml
+++ b/src/WixToolset.Data/Data/messages.xml
@@ -1,6 +1,11 @@
1<?xml version='1.0' encoding='utf-8'?> 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. --> 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 3
4<!--
5
6This file has been kept for easy reference until we are certain we don't want to localize error strings.
7
8-->
4 9
5<Messages Namespace="WixToolset" Resources="Data.Messages" xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages"> 10<Messages Namespace="WixToolset" Resources="Data.Messages" xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages">
6 <Class Name="WixErrors" ContainerName="WixErrorEventArgs" BaseContainerName="MessageEventArgs" Level="Error"> 11 <Class Name="WixErrors" ContainerName="WixErrorEventArgs" BaseContainerName="MessageEventArgs" Level="Error">