Move bn.h and ec.h into the correct filter section

This commit is contained in:
Lioncash 2014-05-17 16:47:41 -04:00
parent fc34d5a130
commit 5f796e919b
1 changed files with 7 additions and 3 deletions

View File

@ -63,8 +63,12 @@
<Filter>Logging</Filter>
</ClInclude>
<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>
<ClCompile Include="BreakPoints.cpp" />