mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
fix weird filters for display sleep files
For some reason kd-11 thought generated files was a good place to put them
This commit is contained in:
parent
c88654bc8f
commit
d0ea71289e
1 changed files with 2 additions and 2 deletions
|
@ -768,7 +768,7 @@
|
|||
<Filter>Generated Files\Debug - LLVM</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="display_sleep_control.cpp">
|
||||
<Filter>Generated Files\Debug</Filter>
|
||||
<Filter>Gui</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -863,7 +863,7 @@
|
|||
<Filter>Gui\skylanders</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="display_sleep_control.h">
|
||||
<Filter>Generated Files</Filter>
|
||||
<Filter>Gui</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue