2019-09-09 07:01:26 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\msvc\vsprops\Configurations.props" />
|
|
|
|
|
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="include\imconfig.h" />
|
|
|
|
|
<ClInclude Include="include\imgui.h" />
|
2019-11-07 13:51:00 +00:00
|
|
|
|
<ClInclude Include="include\imgui_stdlib.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="src\imgui_internal.h" />
|
|
|
|
|
<ClInclude Include="src\imstb_rectpack.h" />
|
|
|
|
|
<ClInclude Include="src\imstb_textedit.h" />
|
|
|
|
|
<ClInclude Include="src\imstb_truetype.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="src\imgui.cpp" />
|
|
|
|
|
<ClCompile Include="src\imgui_draw.cpp" />
|
2019-11-07 13:51:00 +00:00
|
|
|
|
<ClCompile Include="src\imgui_stdlib.cpp" />
|
2021-01-16 09:28:01 +00:00
|
|
|
|
<ClCompile Include="src\imgui_tables.cpp" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClCompile Include="src\imgui_widgets.cpp" />
|
|
|
|
|
</ItemGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{BB08260F-6FBC-46AF-8924-090EE71360C6}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
<ClCompile>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
2020-09-04 07:03:33 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir)src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2019-09-09 07:01:26 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\Targets.props" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
</Project>
|