From f729d16ab0dfd841a16addaefba61a182d0b0d32 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 2 Oct 2017 23:49:38 -0700 Subject: Initial code commit --- src/wixext/Data/messages.xml | 133 +++++++++++++++++++++++++++++++++++++++++++ src/wixext/Data/tables.xml | 66 +++++++++++++++++++++ 2 files changed, 199 insertions(+) create mode 100644 src/wixext/Data/messages.xml create mode 100644 src/wixext/Data/tables.xml (limited to 'src/wixext/Data') diff --git a/src/wixext/Data/messages.xml b/src/wixext/Data/messages.xml new file mode 100644 index 00000000..d1c85301 --- /dev/null +++ b/src/wixext/Data/messages.xml @@ -0,0 +1,133 @@ + + + + + + + + + Invalid project output group: {0}. + + + + + + No project output group specified. + + + + + Failed to load MSBuild assembly: {0} + + + + + + Failed to load MSBuild engine: {0} + + + + + + Failed to load project {0}: {1} + + + + + + + Failed to build project {0}: {1} + + + + + + + Build failed. + + + + + Missing project output group '{1}' in project {0}. + + + + + + + DirectoryAttributeAccessor tried to access an invalid element type for attribute '{0'}. + + + + + + Invalid generated type: {0}. Must be one of: components, container, payloadgroup, layout. + + + + + + Invalid directory ID: {0}. Check that it doesn't start with a hyphen or slash. + + + + + + Invalid project name: {0}. Check that it doesn't start with a hyphen or slash. + + + + + + Build error during harvesting: {0} + + + + + + Failed to load MSBuild wrapper assembly: {0} + + + + + + Failed to load MSBuild wrapper type: {0} + + + + + + Failed to load MSBuild wrapper object: {0} + + + + + + + + Failed to set loggers: {0} + + + + + + Failed to set project configuration and platform: {0} + + + + + + + + Found ToolsVersion {0} inside project file. + + + + + + Loading project using MSBuild version {0}. + + + + + diff --git a/src/wixext/Data/tables.xml b/src/wixext/Data/tables.xml new file mode 100644 index 00000000..e9c86097 --- /dev/null +++ b/src/wixext/Data/tables.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb