Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2016-07-15 18:41:59 +0300
committergabime <gmelman1@gmail.com>2016-07-15 18:41:59 +0300
commit01601cef858f608f1044c5daf1da5cf2e2e5ce92 (patch)
treee0b5d54658eb04904a63b30ded7bc81b6567af42 /example/example.vcxproj
parentf5bde237dda771f41e876ef7c7affc51db9c58f6 (diff)
fixed tests warnings
Diffstat (limited to 'example/example.vcxproj')
-rw-r--r--example/example.vcxproj7
1 files changed, 3 insertions, 4 deletions
diff --git a/example/example.vcxproj b/example/example.vcxproj
index 0a36e476..ad404e13 100644
--- a/example/example.vcxproj
+++ b/example/example.vcxproj
@@ -11,10 +11,9 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\include\spdlog\details\format.cc">
+ <None Include="..\include\spdlog\fmt\format.cc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- </ClCompile>
+ </None>
<ClCompile Include="example.cpp" />
</ItemGroup>
<ItemGroup>
@@ -23,7 +22,6 @@
<ClInclude Include="..\include\spdlog\details\async_logger_impl.h" />
<ClInclude Include="..\include\spdlog\details\async_log_helper.h" />
<ClInclude Include="..\include\spdlog\details\file_helper.h" />
- <ClInclude Include="..\include\spdlog\details\format.h" />
<ClInclude Include="..\include\spdlog\details\logger_impl.h" />
<ClInclude Include="..\include\spdlog\details\log_msg.h" />
<ClInclude Include="..\include\spdlog\details\mpmc_bounded_q.h" />
@@ -32,6 +30,7 @@
<ClInclude Include="..\include\spdlog\details\pattern_formatter_impl.h" />
<ClInclude Include="..\include\spdlog\details\registry.h" />
<ClInclude Include="..\include\spdlog\details\spdlog_impl.h" />
+ <ClInclude Include="..\include\spdlog\fmt\format.h" />
<ClInclude Include="..\include\spdlog\formatter.h" />
<ClInclude Include="..\include\spdlog\logger.h" />
<ClInclude Include="..\include\spdlog\sinks\android_sink.h" />