mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
854 B
XML
19 lines
854 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\async.cpp"/>
|
|
<ClCompile Include="..\src\cfg.cpp"/>
|
|
<ClCompile Include="..\src\color_sinks.cpp"/>
|
|
<ClCompile Include="..\src\file_sinks.cpp"/>
|
|
<ClCompile Include="..\src\fmt.cpp"/>
|
|
<ClCompile Include="..\src\spdlog.cpp"/>
|
|
<ClCompile Include="..\src\stdout_sinks.cpp"/>
|
|
</ItemGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>SPDLOG_COMPILED_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
</Project>
|