aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/imgui/examples/example_freeglut_opengl2/example_freeglut_opengl2.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/imgui/examples/example_freeglut_opengl2/example_freeglut_opengl2.vcxproj.filters')
-rw-r--r--3rdparty/imgui/examples/example_freeglut_opengl2/example_freeglut_opengl2.vcxproj.filters58
1 files changed, 58 insertions, 0 deletions
diff --git a/3rdparty/imgui/examples/example_freeglut_opengl2/example_freeglut_opengl2.vcxproj.filters b/3rdparty/imgui/examples/example_freeglut_opengl2/example_freeglut_opengl2.vcxproj.filters
new file mode 100644
index 00000000..eb6d8526
--- /dev/null
+++ b/3rdparty/imgui/examples/example_freeglut_opengl2/example_freeglut_opengl2.vcxproj.filters
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="imgui">
+ <UniqueIdentifier>{c336cfe3-f0c4-464c-9ef0-a9e17a7ff222}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="sources">
+ <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+ <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="main.cpp">
+ <Filter>sources</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\imgui.cpp">
+ <Filter>imgui</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\imgui_demo.cpp">
+ <Filter>imgui</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\imgui_draw.cpp">
+ <Filter>imgui</Filter>
+ </ClCompile>
+ <ClCompile Include="..\imgui_impl_freeglut.cpp">
+ <Filter>sources</Filter>
+ </ClCompile>
+ <ClCompile Include="..\imgui_impl_opengl2.cpp">
+ <Filter>sources</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\imgui_widgets.cpp">
+ <Filter>imgui</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\imconfig.h">
+ <Filter>imgui</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\imgui.h">
+ <Filter>imgui</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\imgui_internal.h">
+ <Filter>imgui</Filter>
+ </ClInclude>
+ <ClInclude Include="..\imgui_impl_freeglut.h">
+ <Filter>sources</Filter>
+ </ClInclude>
+ <ClInclude Include="..\imgui_impl_opengl2.h">
+ <Filter>sources</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="..\README.txt" />
+ <None Include="..\..\misc\natvis\imgui.natvis">
+ <Filter>sources</Filter>
+ </None>
+ </ItemGroup>
+</Project> \ No newline at end of file