diff options
Diffstat (limited to 'src/WixToolset.Core/CompilerCore.cs')
-rw-r--r-- | src/WixToolset.Core/CompilerCore.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
286 | /// <param name="allowWildcards">true if wildcards are allowed in the filename.</param> | 286 | /// <param name="allowWildcards">true if wildcards are allowed in the filename.</param> |
287 | /// <param name="args">Any additional information to include in the hash for the generated short name.</param> | 287 | /// <param name="args">Any additional information to include in the hash for the generated short name.</param> |
288 | /// <returns>The generated 8.3-compliant short file/directory name.</returns> | 288 | /// <returns>The generated 8.3-compliant short file/directory name.</returns> |
289 | [Obsolete] | ||
289 | public string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args) | 290 | public string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args) |
290 | { | 291 | { |
291 | return this.parseHelper.CreateShortName(longName, keepExtension, allowWildcards, args); | 292 | return this.parseHelper.CreateShortName(longName, keepExtension, allowWildcards, args); |