Fix product name included in the binaries (#5203)
This commit is contained in:
Родитель
6d5e4a7932
Коммит
701b4d6176
|
@ -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 "Microsoft\xae .NET Core Framework"" />
|
||||
<NativeVersionLines Include="#define VER_PRODUCTNAME_STR "Microsoft\xae .NET Core"" />
|
||||
<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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче