Fix product name included in the binaries (#5203)

This commit is contained in:
Jan Kotas 2019-02-19 08:19:35 -08:00 коммит произвёл GitHub
Родитель 6d5e4a7932
Коммит 701b4d6176
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -72,7 +72,7 @@
<NativeVersionLines Include="#define VER_ORIGINALFILENAME_STR VER_FILEDESCRIPTION_STR" />
<NativeVersionLines Include="#endif" />
<NativeVersionLines Include="#ifndef VER_PRODUCTNAME_STR" />
<NativeVersionLines Include="#define VER_PRODUCTNAME_STR &quot;Microsoft\xae .NET Core Framework&quot;" />
<NativeVersionLines Include="#define VER_PRODUCTNAME_STR &quot;Microsoft\xae .NET Core&quot;" />
<NativeVersionLines Include="#endif" />
<NativeVersionLines Include="#undef VER_PRODUCTVERSION" />
<NativeVersionLines Include="#define VER_PRODUCTVERSION $(MajorVersion),$(MinorVersion),$(BuildNumberMajor),$(BuildNumberMinor)" />

Просмотреть файл

@ -243,7 +243,7 @@ void fx_muxer_t::display_missing_framework_error(
trace::error(_X(" - Check application dependencies and target a framework version installed at:"));
trace::error(_X(" %s"), fx_ver_dirs.c_str());
trace::error(_X(" - The .NET Core framework and SDK can be installed from:"));
trace::error(_X(" - The .NET Core Runtime and SDK can be installed from:"));
trace::error(_X(" %s"), DOTNET_CORE_DOWNLOAD_URL);
// Gather the list of versions installed at the shared FX location.