mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12: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>
|
<Filter>Generated Files\Debug - LLVM</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="display_sleep_control.cpp">
|
<ClCompile Include="display_sleep_control.cpp">
|
||||||
<Filter>Generated Files\Debug</Filter>
|
<Filter>Gui</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -863,7 +863,7 @@
|
||||||
<Filter>Gui\skylanders</Filter>
|
<Filter>Gui\skylanders</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="display_sleep_control.h">
|
<ClInclude Include="display_sleep_control.h">
|
||||||
<Filter>Generated Files</Filter>
|
<Filter>Gui</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue