aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CompilerCore.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-08-01 03:02:34 -0700
committerRob Mensching <rob@firegiant.com>2018-08-01 03:02:34 -0700
commit52005c7e6917f9866dd0b0de6993def16a72ed4b (patch)
tree59e32ad17a3ca5915c4cddbeaa83b58a73f0c3a5 /src/WixToolset.Core/CompilerCore.cs
parent79473d778b6cc4c8eec93b92e3b244aed904dac1 (diff)
downloadwix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.gz
wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.bz2
wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.zip
Major reduction in public surface area of WixToolset.Core
Diffstat (limited to 'src/WixToolset.Core/CompilerCore.cs')
-rw-r--r--src/WixToolset.Core/CompilerCore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CompilerCore.cs b/src/WixToolset.Core/CompilerCore.cs
index c9165b52..cc881f48 100644
--- a/src/WixToolset.Core/CompilerCore.cs
+++ b/src/WixToolset.Core/CompilerCore.cs
@@ -39,7 +39,7 @@ namespace WixToolset.Core
39 /// <summary> 39 /// <summary>
40 /// Core class for the compiler. 40 /// Core class for the compiler.
41 /// </summary> 41 /// </summary>
42 internal sealed class CompilerCore 42 internal class CompilerCore
43 { 43 {
44 internal static readonly XNamespace W3SchemaPrefix = "http://www.w3.org/"; 44 internal static readonly XNamespace W3SchemaPrefix = "http://www.w3.org/";
45 internal static readonly XNamespace WixNamespace = "http://wixtoolset.org/schemas/v4/wxs"; 45 internal static readonly XNamespace WixNamespace = "http://wixtoolset.org/schemas/v4/wxs";