13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="imgui\imconfig.h" />
|
||
|
<ClInclude Include="imgui\imgui.h" />
|
||
|
<ClInclude Include="imgui\stb_textedit.h" />
|
||
|
<ClInclude Include="imgui\stb_rect_pack.h" />
|
||
|
<ClInclude Include="imgui\stb_truetype.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="imgui\imgui.cpp" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|