dolphin/Externals/fmt/fmt.vcxproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

45 lines
2.0 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project>
<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" />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>fmt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="fmt/src/format.cc" />
<ClCompile Include="fmt/src/os.cc" />
</ItemGroup>
<ItemGroup>
<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" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>