From df7413aeed3aea3425dff20ae0c8b1be3a3ab525 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 18 Oct 2017 15:14:17 -0700 Subject: 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. --- src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/WixToolset.Core.Burn/Bind') 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 using System.IO; using System.Linq; using System.Reflection; - using WixToolset.Bind; using WixToolset.Core.Bind; using WixToolset.Core.Burn.Bundles; using WixToolset.Data; -- cgit v1.2.3-55-g6feb