Add Common/Event.h to the VS project files.

This commit is contained in:
Shawn Hoffman 2014-08-12 22:51:43 -07:00
parent 5bfc3ad342
commit 375be67158
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
<ClInclude Include="CommonTypes.h" />
<ClInclude Include="CPUDetect.h" />
<ClInclude Include="DebugInterface.h" />
<ClInclude Include="Event.h" />
<ClInclude Include="ExtendedTrace.h" />
<ClInclude Include="FifoQueue.h" />
<ClInclude Include="FileSearch.h" />

View File

@ -68,6 +68,7 @@
<Filter>Crypto</Filter>
</ClInclude>
<ClInclude Include="GekkoDisassembler.h" />
<ClInclude Include="Event.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="BreakPoints.cpp" />