fmt/bundle/nuget/fmt.props
2021-12-24 06:26:02 +08:00

13 lines
475 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<fmtIncludePaths>$(MSBuildThisFileDirectory)..\include\</fmtIncludePaths>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<fmtLibs>fmt.lib</fmtLibs>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<fmtLibs>fmtd.lib</fmtLibs>
</PropertyGroup>
</Project>