diff --git a/src/coreclr/interpreter/CMakeLists.txt b/src/coreclr/interpreter/CMakeLists.txt index 0bc48489434610..ac352e76a6e33e 100644 --- a/src/coreclr/interpreter/CMakeLists.txt +++ b/src/coreclr/interpreter/CMakeLists.txt @@ -20,6 +20,10 @@ if(CLR_CMAKE_HOST_WIN32) ${STATIC_MT_CRT_LIB} ${STATIC_MT_VCRT_LIB} ) + list(APPEND INTERPRETER_SOURCES + Native.rc + ) + add_definitions(-DFX_VER_INTERNALNAME_STR=clrinterpreter.dll) endif() if(CLR_CMAKE_HOST_WIN32) diff --git a/src/coreclr/interpreter/Native.rc b/src/coreclr/interpreter/Native.rc new file mode 100644 index 00000000000000..aab15e0f73be5d --- /dev/null +++ b/src/coreclr/interpreter/Native.rc @@ -0,0 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +#define FX_VER_FILEDESCRIPTION_STR ".NET Runtime Interpreter" + +#include +#include \ No newline at end of file diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props index 4b649df6a6b8b7..e733a15e13bb8c 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props @@ -121,8 +121,9 @@ + - +