Skip to content

Commit

Permalink
Fix missing renamings in vs2010 project
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd R. Strube committed Jun 6, 2014
1 parent 8fcc4eb commit 6ed4dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CppUTest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ copy $(OutDir)CppUTest.lib lib\CppUTest.lib
<ClInclude Include="include\CppUTestExt\MemoryReportAllocator.h" />
<ClInclude Include="include\CppUTestExt\MemoryReporterPlugin.h" />
<ClInclude Include="include\CppUTestExt\MemoryReportFormatter.h" />
<ClInclude Include="include\CppUTestExt\MockActualFunctionCall.h" />
<ClInclude Include="include\CppUTestExt\MockExpectedFunctionCall.h" />
<ClInclude Include="include\CppUTestExt\MockCheckedActualCall.h" />
<ClInclude Include="include\CppUTestExt\MockCheckedExpectedCall.h" />
<ClInclude Include="include\CppUTestExt\MockExpectedCallsList.h" />
<ClInclude Include="include\CppUTestExt\MockFailure.h" />
<ClInclude Include="include\CppUTestExt\MockNamedValue.h" />
Expand Down

0 comments on commit 6ed4dbd

Please sign in to comment.