From 7b583330fd42356930bdc5a28820e546f6ca45a4 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 5 Jul 2020 23:08:20 -0700 Subject: Move short filename generation to the WindowsInstallerBackend --- src/WixToolset.Core/CompilerCore.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WixToolset.Core/CompilerCore.cs') diff --git a/src/WixToolset.Core/CompilerCore.cs b/src/WixToolset.Core/CompilerCore.cs index 7ec83a7d..c2724f6b 100644 --- a/src/WixToolset.Core/CompilerCore.cs +++ b/src/WixToolset.Core/CompilerCore.cs @@ -286,6 +286,7 @@ namespace WixToolset.Core /// true if wildcards are allowed in the filename. /// Any additional information to include in the hash for the generated short name. /// The generated 8.3-compliant short file/directory name. + [Obsolete] public string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args) { return this.parseHelper.CreateShortName(longName, keepExtension, allowWildcards, args); -- cgit v1.2.3-55-g6feb