duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

imgui.vcxproj.filters (945B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup>
      4     <ClInclude Include="include\imconfig.h" />
      5     <ClInclude Include="include\imgui.h" />
      6     <ClInclude Include="src\imgui_internal.h" />
      7     <ClInclude Include="src\imstb_rectpack.h" />
      8     <ClInclude Include="src\imstb_textedit.h" />
      9     <ClInclude Include="src\imstb_truetype.h" />
     10     <ClInclude Include="include\imgui_stdlib.h" />
     11     <ClInclude Include="include\imgui_freetype.h" />
     12   </ItemGroup>
     13   <ItemGroup>
     14     <ClCompile Include="src\imgui_widgets.cpp" />
     15     <ClCompile Include="src\imgui.cpp" />
     16     <ClCompile Include="src\imgui_draw.cpp" />
     17     <ClCompile Include="src\imgui_stdlib.cpp" />
     18     <ClCompile Include="src\imgui_tables.cpp" />
     19     <ClCompile Include="src\imgui_freetype.cpp" />
     20   </ItemGroup>
     21   <ItemGroup>
     22     <Natvis Include="imgui.natvis" />
     23   </ItemGroup>
     24 </Project>