mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
updated .gtiignore and example vcxproj file
This commit is contained in:
parent
0ae66b5b28
commit
eff486dbae
2
.gitignore
vendored
2
.gitignore
vendored
@ -58,3 +58,5 @@ cmake_install.cmake
|
||||
install_manifest.txt
|
||||
/tests/tests.VC.VC.opendb
|
||||
/tests/tests.VC.db
|
||||
/tests/tests
|
||||
/tests/logs/file_helper_test.txt
|
||||
|
@ -11,8 +11,6 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\include\spdlog\fmt\fmtlib\format.cc" />
|
||||
<ClInclude Include="..\include\spdlog\fmt\fmtlib\ostream.cc" />
|
||||
<ClCompile Include="example.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@ -30,9 +28,6 @@
|
||||
<ClInclude Include="..\include\spdlog\details\registry.h" />
|
||||
<ClInclude Include="..\include\spdlog\details\spdlog_impl.h" />
|
||||
<ClInclude Include="..\include\spdlog\fmt\fmt.h" />
|
||||
<ClInclude Include="..\include\spdlog\fmt\fmtlib\format.h" />
|
||||
<ClInclude Include="..\include\spdlog\fmt\fmtlib\ostream.h" />
|
||||
<ClInclude Include="..\include\spdlog\fmt\fmtlib\printf.h" />
|
||||
<ClInclude Include="..\include\spdlog\fmt\ostr.h" />
|
||||
<ClInclude Include="..\include\spdlog\formatter.h" />
|
||||
<ClInclude Include="..\include\spdlog\logger.h" />
|
||||
|
Loading…
Reference in New Issue
Block a user