2018-11-26 10:40:34 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
|
<Project>
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2018-11-26 10:40:34 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{4C3B2264-EA73-4A7B-9CFE-65B0FD635EBB}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2018-11-26 10:40:34 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2018-11-26 10:40:34 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
2018-11-26 10:40:34 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2022-07-31 07:39:35 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<!--IM_ASSERT is defined as Dolphin's ASSERT() :( (DolphinLib circular dependency)-->
|
|
|
|
|
<AdditionalIncludeDirectories>$(CoreDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-08-16 07:01:22 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="imgui.cpp" />
|
2023-07-23 18:43:50 +00:00
|
|
|
|
<ClCompile Include="imgui_demo.cpp" />
|
2020-08-16 07:01:22 +00:00
|
|
|
|
<ClCompile Include="imgui_draw.cpp" />
|
2021-10-26 21:34:39 +00:00
|
|
|
|
<ClCompile Include="imgui_tables.cpp" />
|
2020-08-16 07:01:22 +00:00
|
|
|
|
<ClCompile Include="imgui_widgets.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="imconfig.h" />
|
|
|
|
|
<ClInclude Include="imgui.h" />
|
|
|
|
|
<ClInclude Include="imgui_internal.h" />
|
|
|
|
|
<ClInclude Include="imstb_rectpack.h" />
|
|
|
|
|
<ClInclude Include="imstb_textedit.h" />
|
|
|
|
|
<ClInclude Include="imstb_truetype.h" />
|
|
|
|
|
</ItemGroup>
|
2022-07-31 07:39:35 +00:00
|
|
|
|
<Import Project="$(ExternalsDir)fmt\exports.props" />
|
2018-11-26 10:40:34 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|