diff options
author | Rob Mensching <rob@firegiant.com> | 2017-10-18 15:14:17 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-10-18 15:14:17 -0700 |
commit | df7413aeed3aea3425dff20ae0c8b1be3a3ab525 (patch) | |
tree | 7977943c827b175ad702409380315024cf73acd0 /src/WixToolset.Core.Burn | |
parent | c08fd0aefeea1628fe93c818ca4dde63fd6ac2e1 (diff) | |
download | wix-df7413aeed3aea3425dff20ae0c8b1be3a3ab525.tar.gz wix-df7413aeed3aea3425dff20ae0c8b1be3a3ab525.tar.bz2 wix-df7413aeed3aea3425dff20ae0c8b1be3a3ab525.zip |
Commit generated message and schema classes one way to better system
Generating messages and schema classes from XML is a bit cool but is
fraught with issues when there is a build failure anywhere. This commits
those generated files until a better process is in place.
Diffstat (limited to 'src/WixToolset.Core.Burn')
-rw-r--r-- | src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs b/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs index 3934491b..c9bd85b6 100644 --- a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs +++ b/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | |||
@@ -9,7 +9,6 @@ namespace WixToolset.Core.Burn | |||
9 | using System.IO; | 9 | using System.IO; |
10 | using System.Linq; | 10 | using System.Linq; |
11 | using System.Reflection; | 11 | using System.Reflection; |
12 | using WixToolset.Bind; | ||
13 | using WixToolset.Core.Bind; | 12 | using WixToolset.Core.Bind; |
14 | using WixToolset.Core.Burn.Bundles; | 13 | using WixToolset.Core.Burn.Bundles; |
15 | using WixToolset.Data; | 14 | using WixToolset.Data; |