Fix building CLI with VS2010.
This commit is contained in:
parent
e825fb1e70
commit
ee7bc64197
|
@ -126,7 +126,6 @@
|
|||
<ClCompile Include="..\lib\checkautovariables.cpp" />
|
||||
<ClCompile Include="..\lib\checkbufferoverrun.cpp" />
|
||||
<ClCompile Include="..\lib\checkclass.cpp" />
|
||||
<ClCompile Include="..\lib\checkdangerousfunctions.cpp" />
|
||||
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
|
||||
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
|
||||
<ClCompile Include="..\lib\checkother.cpp" />
|
||||
|
@ -152,7 +151,6 @@
|
|||
<ClInclude Include="..\lib\checkautovariables.h" />
|
||||
<ClInclude Include="..\lib\checkbufferoverrun.h" />
|
||||
<ClInclude Include="..\lib\checkclass.h" />
|
||||
<ClInclude Include="..\lib\checkdangerousfunctions.h" />
|
||||
<ClInclude Include="..\lib\checkexceptionsafety.h" />
|
||||
<ClInclude Include="..\lib\checkmemoryleak.h" />
|
||||
<ClInclude Include="..\lib\checkother.h" />
|
||||
|
|
|
@ -32,9 +32,6 @@
|
|||
<ClCompile Include="..\lib\checkclass.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\lib\checkdangerousfunctions.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\lib\checkexceptionsafety.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -100,9 +97,6 @@
|
|||
<ClInclude Include="..\lib\checkclass.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\lib\checkdangerousfunctions.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\lib\checkexceptionsafety.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
@ -88,7 +88,6 @@
|
|||
<ClCompile Include="checkautovariables.cpp" />
|
||||
<ClCompile Include="checkbufferoverrun.cpp" />
|
||||
<ClCompile Include="checkclass.cpp" />
|
||||
<ClCompile Include="checkdangerousfunctions.cpp" />
|
||||
<ClCompile Include="checkexceptionsafety.cpp" />
|
||||
<ClCompile Include="checkmemoryleak.cpp" />
|
||||
<ClCompile Include="checkother.cpp" />
|
||||
|
@ -111,7 +110,6 @@
|
|||
<ClInclude Include="checkautovariables.h" />
|
||||
<ClInclude Include="checkbufferoverrun.h" />
|
||||
<ClInclude Include="checkclass.h" />
|
||||
<ClInclude Include="checkdangerousfunctions.h" />
|
||||
<ClInclude Include="checkexceptionsafety.h" />
|
||||
<ClInclude Include="checkmemoryleak.h" />
|
||||
<ClInclude Include="checkother.h" />
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
<ClCompile Include="checkclass.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="checkdangerousfunctions.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="checkexceptionsafety.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -85,9 +82,6 @@
|
|||
<ClInclude Include="checkclass.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="checkdangerousfunctions.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="checkexceptionsafety.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
@ -123,7 +123,6 @@
|
|||
<ClCompile Include="..\lib\checkautovariables.cpp" />
|
||||
<ClCompile Include="..\lib\checkbufferoverrun.cpp" />
|
||||
<ClCompile Include="..\lib\checkclass.cpp" />
|
||||
<ClCompile Include="..\lib\checkdangerousfunctions.cpp" />
|
||||
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
|
||||
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
|
||||
<ClCompile Include="..\lib\checkother.cpp" />
|
||||
|
@ -146,7 +145,6 @@
|
|||
<ClCompile Include="testclass.cpp" />
|
||||
<ClCompile Include="testconstructors.cpp" />
|
||||
<ClCompile Include="testcppcheck.cpp" />
|
||||
<ClCompile Include="testdangerousfunctions.cpp" />
|
||||
<ClCompile Include="testdivision.cpp" />
|
||||
<ClCompile Include="testexceptionsafety.cpp" />
|
||||
<ClCompile Include="testfilelister.cpp" />
|
||||
|
@ -174,7 +172,6 @@
|
|||
<ClInclude Include="..\lib\checkautovariables.h" />
|
||||
<ClInclude Include="..\lib\checkbufferoverrun.h" />
|
||||
<ClInclude Include="..\lib\checkclass.h" />
|
||||
<ClInclude Include="..\lib\checkdangerousfunctions.h" />
|
||||
<ClInclude Include="..\lib\checkexceptionsafety.h" />
|
||||
<ClInclude Include="..\lib\checkmemoryleak.h" />
|
||||
<ClInclude Include="..\lib\checkother.h" />
|
||||
|
|
|
@ -29,9 +29,6 @@
|
|||
<ClCompile Include="testcppcheck.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="testdangerousfunctions.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="testdivision.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -98,9 +95,6 @@
|
|||
<ClCompile Include="..\lib\checkclass.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\lib\checkdangerousfunctions.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\lib\checkexceptionsafety.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -175,9 +169,6 @@
|
|||
<ClInclude Include="..\lib\checkclass.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\lib\checkdangerousfunctions.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\lib\checkexceptionsafety.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Reference in New Issue