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
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue