2022-04-26 19:38:56 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
<Project>
|
2022-04-26 19:38:56 +00:00
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{4BC5A148-0AB3-440F-A980-A29B4B999190}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2022-07-31 07:39:35 +00:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2023-09-20 21:05:53 +00:00
|
|
|
<AdditionalIncludeDirectories>fmt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2022-07-31 07:39:35 +00:00
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2022-04-26 19:38:56 +00:00
|
|
|
<ItemGroup>
|
2023-09-20 21:05:53 +00:00
|
|
|
<ClCompile Include="fmt/src/format.cc" />
|
|
|
|
<ClCompile Include="fmt/src/os.cc" />
|
2022-04-26 19:38:56 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2023-09-20 21:05:53 +00:00
|
|
|
<ClInclude Include="fmt/include/fmt/args.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/chrono.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/color.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/compile.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/core.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/format-inl.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/format.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/os.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/ostream.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/printf.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/ranges.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/std.h" />
|
|
|
|
<ClInclude Include="fmt/include/fmt/xchar.h" />
|
2022-04-26 19:38:56 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|