diff --git a/example/example.sln b/example/example.sln index 7af963ad..57895c9a 100644 --- a/example/example.sln +++ b/example/example.sln @@ -18,9 +18,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "spdlog", "spdlog", "{7FC6AB EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "details", "details", "{08E93803-E650-42D9-BBB4-3C16979F850E}" ProjectSection(SolutionItems) = preProject - ..\include\spdlog\details\async_log_helper.h = ..\include\spdlog\details\async_log_helper.h ..\include\spdlog\details\async_logger_impl.h = ..\include\spdlog\details\async_logger_impl.h ..\include\spdlog\details\circular_q.h = ..\include\spdlog\details\circular_q.h + ..\include\spdlog\details\console_globals.h = ..\include\spdlog\details\console_globals.h ..\include\spdlog\details\file_helper.h = ..\include\spdlog\details\file_helper.h ..\include\spdlog\details\fmt_helper.h = ..\include\spdlog\details\fmt_helper.h ..\include\spdlog\details\log_msg.h = ..\include\spdlog\details\log_msg.h @@ -28,11 +28,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "details", "details", "{08E9 ..\include\spdlog\details\mpmc_blocking_q.h = ..\include\spdlog\details\mpmc_blocking_q.h ..\include\spdlog\details\null_mutex.h = ..\include\spdlog\details\null_mutex.h ..\include\spdlog\details\os.h = ..\include\spdlog\details\os.h - ..\include\spdlog\details\pattern_formatter_impl.h = ..\include\spdlog\details\pattern_formatter_impl.h + ..\include\spdlog\details\pattern_formatter.h = ..\include\spdlog\details\pattern_formatter.h ..\include\spdlog\details\registry.h = ..\include\spdlog\details\registry.h ..\include\spdlog\details\spdlog_impl.h = ..\include\spdlog\details\spdlog_impl.h - ..\include\spdlog\details\thread_pool.h.128.buf.h = ..\include\spdlog\details\thread_pool.h.128.buf.h - ..\include\spdlog\details\traits.h = ..\include\spdlog\details\traits.h + ..\include\spdlog\details\thread_pool.h = ..\include\spdlog\details\thread_pool.h EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fmt", "fmt", "{82378DE1-8463-4F91-91A0-C2C40E2AEA2A}"