From b948b76c8ea5ec57b6a424baa1b117c0025c0328 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 21 Oct 2018 09:28:35 +0200 Subject: add imgui library --- .../example_win32_directx9.vcxproj.filters | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 3rdparty/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters (limited to '3rdparty/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters') diff --git a/3rdparty/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters b/3rdparty/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters new file mode 100644 index 00000000..914cd260 --- /dev/null +++ b/3rdparty/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters @@ -0,0 +1,58 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {a82cba23-9de0-45c2-b1e3-2eb1666702de} + + + + + sources + + + imgui + + + imgui + + + imgui + + + sources + + + sources + + + imgui + + + + + imgui + + + imgui + + + imgui + + + sources + + + sources + + + + + + sources + + + \ No newline at end of file -- cgit v1.2.3