Migration Report - gperftools

Overview

ProjectPathErrorsWarningsMessages
libtcmalloc_minimalvsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj075
low_level_alloc_unittestvsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj056
tmu-staticvsprojects\tmu-static\tmu-static.vcproj056
addr2line-pdbvsprojects\addr2line-pdb\addr2line-pdb.vcproj046
addressmap_unittestvsprojects\addressmap_unittest\addressmap_unittest.vcproj046
current_allocated_bytes_testvsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj046
frag_unittestvsprojects\frag_unittest\frag_unittest.vcproj046
malloc_extension_testvsprojects\malloc_extension_test\malloc_extension_test.vcproj046
malloc_hook_testvsprojects\malloc_hook_test\malloc_hook_test.vcproj046
markidle_unittestvsprojects\markidle_unittest\markidle_unittest.vcproj046
nm-pdbvsprojects\nm-pdb\nm-pdb.vcproj046
packed-cache_testvsprojects\packed-cache_test\packed-cache_test.vcproj046
page_heap_testvsprojects\page_heap_test\page_heap_test.vcproj046
pagemap_unittestvsprojects\pagemap_unittest\pagemap_unittest.vcproj046
preamble_patcher_testvsprojects\preamble_patcher_test\preamble_patcher_test.vcproj046
realloc_unittestvsprojects\realloc_unittest\realloc_unittest.vcproj046
sampler_testvsprojects\sampler_test\sampler_test.vcproj046
stack_trace_table_testvsprojects\stack_trace_table_test\stack_trace_table_test.vcproj046
tcmalloc_minimal_large_unittestvsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj046
tcmalloc_minimal_unittestvsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj046
thread_dealloc_unittestvsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj046
Solutiongperftools.sln012

Solution and projects

libtcmalloc_minimal

Message
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: The following file(s) were found multiple times in the project/filter and duplicates were ignored: '..\..\src\base\atomicops.h, ..\..\src\base\atomicops-internals-x86-msvc.h'.
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: MSB8012: $(TargetName) ('libtcmalloc_minimal') does not match the Linker's OutputFile property value 'D:\source\repos\Beef\BeefRT\gperftools\Debug\libtcmalloc_minimal-debug.dll' ('libtcmalloc_minimal-debug') in project configuration 'Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: MSB8012: $(TargetPath) ('D:\source\repos\Beef\BeefRT\gperftools\Debug\libtcmalloc_minimal.dll') does not match the Linker's OutputFile property value 'D:\source\repos\Beef\BeefRT\gperftools\Debug\libtcmalloc_minimal-debug.dll' ('D:\source\repos\Beef\BeefRT\gperftools\Debug\libtcmalloc_minimal-debug.dll') in project configuration 'Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
Show 5 additional messages
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj'.
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\libtcmalloc_minimal\libtcmalloc_minimal.vcxproj'.
Hide 5 additional messages

low_level_alloc_unittest

Message
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: The following file(s) were found multiple times in the project/filter and duplicates were ignored: '..\..\src\base\atomicops.h, ..\..\src\base\atomicops-internals-x86-msvc.h'.
Show 6 additional messages
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj'.
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\low_level_alloc_unittest\low_level_alloc_unittest.vcxproj'.
Hide 6 additional messages

tmu-static

Message
vsprojects\tmu-static\tmu-static.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\tmu-static\tmu-static.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\tmu-static\tmu-static.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\tmu-static\tmu-static.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
vsprojects\tmu-static\tmu-static.vcproj: The following file(s) were found multiple times in the project/filter and duplicates were ignored: '..\..\src\base\atomicops.h, ..\..\src\base\atomicops-internals-x86-msvc.h'.
Show 6 additional messages
vsprojects\tmu-static\tmu-static.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\tmu-static\tmu-static.vcproj'.
vsprojects\tmu-static\tmu-static.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\tmu-static\tmu-static.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\tmu-static\tmu-static.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\tmu-static\tmu-static.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\tmu-static\tmu-static.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\tmu-static\tmu-static.vcxproj'.
Hide 6 additional messages

addr2line-pdb

Message
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\addr2line-pdb\addr2line-pdb.vcproj'.
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\addr2line-pdb\addr2line-pdb.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\addr2line-pdb\addr2line-pdb.vcxproj'.
Hide 6 additional messages

addressmap_unittest

Message
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\addressmap_unittest\addressmap_unittest.vcproj'.
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\addressmap_unittest\addressmap_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\addressmap_unittest\addressmap_unittest.vcxproj'.
Hide 6 additional messages

current_allocated_bytes_test

Message
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj'.
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\current_allocated_bytes_test\current_allocated_bytes_test.vcxproj'.
Hide 6 additional messages

frag_unittest

Message
vsprojects\frag_unittest\frag_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\frag_unittest\frag_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\frag_unittest\frag_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\frag_unittest\frag_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\frag_unittest\frag_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\frag_unittest\frag_unittest.vcproj'.
vsprojects\frag_unittest\frag_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\frag_unittest\frag_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\frag_unittest\frag_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\frag_unittest\frag_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\frag_unittest\frag_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\frag_unittest\frag_unittest.vcxproj'.
Hide 6 additional messages

malloc_extension_test

Message
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\malloc_extension_test\malloc_extension_test.vcproj'.
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\malloc_extension_test\malloc_extension_test.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\malloc_extension_test\malloc_extension_test.vcxproj'.
Hide 6 additional messages

malloc_hook_test

Message
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\malloc_hook_test\malloc_hook_test.vcproj'.
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\malloc_hook_test\malloc_hook_test.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\malloc_hook_test\malloc_hook_test.vcxproj'.
Hide 6 additional messages

markidle_unittest

Message
vsprojects\markidle_unittest\markidle_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\markidle_unittest\markidle_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\markidle_unittest\markidle_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\markidle_unittest\markidle_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\markidle_unittest\markidle_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\markidle_unittest\markidle_unittest.vcproj'.
vsprojects\markidle_unittest\markidle_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\markidle_unittest\markidle_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\markidle_unittest\markidle_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\markidle_unittest\markidle_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\markidle_unittest\markidle_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\markidle_unittest\markidle_unittest.vcxproj'.
Hide 6 additional messages

nm-pdb

Message
vsprojects\nm-pdb\nm-pdb.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\nm-pdb\nm-pdb.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\nm-pdb\nm-pdb.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\nm-pdb\nm-pdb.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\nm-pdb\nm-pdb.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\nm-pdb\nm-pdb.vcproj'.
vsprojects\nm-pdb\nm-pdb.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\nm-pdb\nm-pdb.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\nm-pdb\nm-pdb.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\nm-pdb\nm-pdb.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\nm-pdb\nm-pdb.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\nm-pdb\nm-pdb.vcxproj'.
Hide 6 additional messages

packed-cache_test

Message
vsprojects\packed-cache_test\packed-cache_test.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\packed-cache_test\packed-cache_test.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\packed-cache_test\packed-cache_test.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\packed-cache_test\packed-cache_test.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\packed-cache_test\packed-cache_test.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\packed-cache_test\packed-cache_test.vcproj'.
vsprojects\packed-cache_test\packed-cache_test.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\packed-cache_test\packed-cache_test.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\packed-cache_test\packed-cache_test.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\packed-cache_test\packed-cache_test.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\packed-cache_test\packed-cache_test.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\packed-cache_test\packed-cache_test.vcxproj'.
Hide 6 additional messages

page_heap_test

Message
vsprojects\page_heap_test\page_heap_test.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\page_heap_test\page_heap_test.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\page_heap_test\page_heap_test.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\page_heap_test\page_heap_test.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\page_heap_test\page_heap_test.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\page_heap_test\page_heap_test.vcproj'.
vsprojects\page_heap_test\page_heap_test.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\page_heap_test\page_heap_test.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\page_heap_test\page_heap_test.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\page_heap_test\page_heap_test.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\page_heap_test\page_heap_test.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\page_heap_test\page_heap_test.vcxproj'.
Hide 6 additional messages

pagemap_unittest

Message
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\pagemap_unittest\pagemap_unittest.vcproj'.
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\pagemap_unittest\pagemap_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\pagemap_unittest\pagemap_unittest.vcxproj'.
Hide 6 additional messages

preamble_patcher_test

Message
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj'.
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\preamble_patcher_test\preamble_patcher_test.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\preamble_patcher_test\preamble_patcher_test.vcxproj'.
Hide 6 additional messages

realloc_unittest

Message
vsprojects\realloc_unittest\realloc_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\realloc_unittest\realloc_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\realloc_unittest\realloc_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\realloc_unittest\realloc_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\realloc_unittest\realloc_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\realloc_unittest\realloc_unittest.vcproj'.
vsprojects\realloc_unittest\realloc_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\realloc_unittest\realloc_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\realloc_unittest\realloc_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\realloc_unittest\realloc_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\realloc_unittest\realloc_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\realloc_unittest\realloc_unittest.vcxproj'.
Hide 6 additional messages

sampler_test

Message
vsprojects\sampler_test\sampler_test.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\sampler_test\sampler_test.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\sampler_test\sampler_test.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\sampler_test\sampler_test.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\sampler_test\sampler_test.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\sampler_test\sampler_test.vcproj'.
vsprojects\sampler_test\sampler_test.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\sampler_test\sampler_test.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\sampler_test\sampler_test.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\sampler_test\sampler_test.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\sampler_test\sampler_test.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\sampler_test\sampler_test.vcxproj'.
Hide 6 additional messages

stack_trace_table_test

Message
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj'.
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\stack_trace_table_test\stack_trace_table_test.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\stack_trace_table_test\stack_trace_table_test.vcxproj'.
Hide 6 additional messages

tcmalloc_minimal_large_unittest

Message
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj'.
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\tcmalloc_minimal_large\tcmalloc_minimal_large_unittest.vcxproj'.
Hide 6 additional messages

tcmalloc_minimal_unittest

Message
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj'.
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\tcmalloc_minimal_unittest\tcmalloc_minimal_unittest.vcxproj'.
Hide 6 additional messages

thread_dealloc_unittest

Message
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are now automatically built with the Manifest Tool. You may need to change your build in order for it to work correctly. For instance, it is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"<insert dependency here>")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line may need to be commented out before the project will build correctly.
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. Previous versions of the C++ compiler allowed specification of member function pointers by member function name (e.g. MemberFunctionName). The C++ standard requires a fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName). If your project contains forms or controls used in the Windows Forms Designer, you may have to change code in InitializeComponent because the designer generated code used the non-conformant syntax in delegate construction (used in event handlers).
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Show 6 additional messages
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: Converting project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj'.
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: Visual C++ now provides improved safety in its C and C++ Libraries. This includes new and improved functions, additional checking and validation, and internal design changes. These libraries are turned on by default. You may see some warnings about unsafe functions or parameters when you build your project. The warnings will generally suggest an alternative safer coding style or function. It is advised that you correct these warnings, in order to make your code more safe. Full details can be found in the documentation by searching for 'Security Enhancements in the CRT' and for 'Checked Iterators'.
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: The C/C++ compiler default settings have been modified to be more compliant with ISO Standard C++. Included in those changes are enforcing Standard C++ for loop scoping and supporting wchar_t as a native type. These changes may cause existing code to no longer compile without changes to the code or the compiler options with which it is built.
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: The single-threaded run-time library switches (/MLd, /ML) have been removed from the C++ compiler. The project has been automatically converted to use the corresponding multi-threaded run-time library switches (/MTd, /MT).
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcproj: Done converting to new project file 'D:\source\repos\Beef\BeefRT\gperftools\vsprojects\thread_dealloc_unittest\thread_dealloc_unittest.vcxproj'.
Hide 6 additional messages

Solution

Message
gperftools.sln: Visual Studio needs to make non-functional changes to this project in order to enable the project to open in released versions of Visual Studio newer than Visual Studio 2010 SP1 without impacting project behavior.
Show 2 additional messages
gperftools.sln: File successfully backed up as D:\source\repos\Beef\BeefRT\gperftools\Backup\gperftools.sln
gperftools.sln: Solution migrated successfully
Hide 2 additional messages