mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
VS: add some missing filters
This commit is contained in:
parent
66952fe301
commit
072a1dd94a
2 changed files with 7 additions and 0 deletions
|
@ -2087,6 +2087,7 @@
|
|||
<None Include="..\.ci\install-freebsd.sh" />
|
||||
<None Include="..\.ci\optimize-mac.sh" />
|
||||
<None Include="..\.ci\setup-windows.sh" />
|
||||
<None Include="..\.github\workflows\rpcs3.yml" />
|
||||
<None Include="..\azure-pipelines.yml" />
|
||||
<None Include="..\bin\GuiConfigs\Classic (Bright).qss" />
|
||||
<None Include="..\bin\GuiConfigs\Darker Style by TheMitoSan.qss" />
|
||||
|
|
|
@ -1714,6 +1714,9 @@
|
|||
<CustomBuild Include="rpcs3qt\vfs_tool_dialog.h">
|
||||
<Filter>Gui\vfs</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="rpcs3qt\debugger_add_bp_window.h">
|
||||
<Filter>Gui\debugger</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="rpcs3.ico" />
|
||||
|
@ -1848,5 +1851,8 @@
|
|||
<None Include="..\darwin\util\sysinfo_darwin.mm">
|
||||
<Filter>Darwin</Filter>
|
||||
</None>
|
||||
<None Include="..\.github\workflows\rpcs3.yml">
|
||||
<Filter>CI</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Reference in a new issue