File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,11 @@ add_executable(BaseCli ${BASE_CLI_SRC})
2727add_executable (BaseSvr ${BASE_SVR_SRC} )
2828add_executable (BaseProc ${BASE_PROC_SRC} )
2929# Set the .NET Framework version for the executable.
30- # set_property(TARGET BaseApp PROPERTY VS_DOTNET_TARGET_FRAMEWORK_VERSION "v4.6.1")
30+ set_property (TARGET BaseApp PROPERTY VS_DOTNET_TARGET_FRAMEWORK_VERSION "v4.6.1" )
31+ set_property (TARGET BaseThr PROPERTY VS_DOTNET_TARGET_FRAMEWORK_VERSION "v4.6.1" )
32+ set_property (TARGET BaseCli PROPERTY VS_DOTNET_TARGET_FRAMEWORK_VERSION "v4.6.1" )
33+ set_property (TARGET BaseSvr PROPERTY VS_DOTNET_TARGET_FRAMEWORK_VERSION "v4.6.1" )
34+ set_property (TARGET BaseProc PROPERTY VS_DOTNET_TARGET_FRAMEWORK_VERSION "v4.6.1" )
3135
3236# Set the executable to be 32-bit.
3337# set_property(TARGET libMyDll PROPERTY WIN32_EXECUTABLE TRUE)
You can’t perform that action at this time.
0 commit comments