updated .gtiignore and example vcxproj file

This commit is contained in:
gabime
2016-07-22 19:07:24 +03:00
parent 0ae66b5b28
commit eff486dbae
2 changed files with 2 additions and 5 deletions

View File

@@ -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" />