Add exprengine.cpp to VisualStudio solution

This commit is contained in:
amai2012 2019-09-18 21:56:31 +02:00
parent 5a6084fbec
commit 5355df8b6e
2 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,7 @@
<ClCompile Include="cppcheck.cpp" />
<ClCompile Include="ctu.cpp" />
<ClCompile Include="errorlogger.cpp" />
<ClCompile Include="exprengine.cpp" />
<ClCompile Include="library.cpp" />
<ClCompile Include="mathlib.cpp" />
<ClCompile Include="path.cpp" />

View File

@ -158,6 +158,9 @@
<ClCompile Include="ctu.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="exprengine.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="checkbufferoverrun.h">