mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-24 17:41:34 +08:00
fixed example msvc solution
This commit is contained in:
parent
0a3c81826f
commit
c832a39d44
@ -18,9 +18,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "spdlog", "spdlog", "{7FC6AB
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "details", "details", "{08E93803-E650-42D9-BBB4-3C16979F850E}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "details", "details", "{08E93803-E650-42D9-BBB4-3C16979F850E}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
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\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\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\file_helper.h = ..\include\spdlog\details\file_helper.h
|
||||||
..\include\spdlog\details\fmt_helper.h = ..\include\spdlog\details\fmt_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
|
..\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\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\null_mutex.h = ..\include\spdlog\details\null_mutex.h
|
||||||
..\include\spdlog\details\os.h = ..\include\spdlog\details\os.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\registry.h = ..\include\spdlog\details\registry.h
|
||||||
..\include\spdlog\details\spdlog_impl.h = ..\include\spdlog\details\spdlog_impl.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\thread_pool.h = ..\include\spdlog\details\thread_pool.h
|
||||||
..\include\spdlog\details\traits.h = ..\include\spdlog\details\traits.h
|
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fmt", "fmt", "{82378DE1-8463-4F91-91A0-C2C40E2AEA2A}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fmt", "fmt", "{82378DE1-8463-4F91-91A0-C2C40E2AEA2A}"
|
||||||
|
Loading…
Reference in New Issue
Block a user