mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-29 07:16:33 +00:00
Merge pull request #377 from lioncash/vs-filters
Move bn.h and ec.h into the correct filter section for Visual Studio.
This commit is contained in:
commit
a2d73ed525
1 changed files with 7 additions and 3 deletions
|
@ -63,8 +63,12 @@
|
||||||
<Filter>Logging</Filter>
|
<Filter>Logging</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="stdafx.h" />
|
<ClInclude Include="stdafx.h" />
|
||||||
<ClInclude Include="Crypto\bn.h" />
|
<ClInclude Include="Crypto\ec.h">
|
||||||
<ClInclude Include="Crypto\ec.h" />
|
<Filter>Crypto</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="Crypto\bn.h">
|
||||||
|
<Filter>Crypto</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="BreakPoints.cpp" />
|
<ClCompile Include="BreakPoints.cpp" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue