Removed obsolete checkheaders from Visual Studio projects

This commit is contained in:
firewave 2010-06-17 15:00:58 +02:00
parent f116e74f6e
commit d6d4b99b85
9 changed files with 1 additions and 48 deletions

View File

@ -212,10 +212,6 @@
RelativePath="..\lib\checkexceptionsafety.cpp"
>
</File>
<File
RelativePath="..\lib\checkheaders.cpp"
>
</File>
<File
RelativePath="..\lib\checkmemoryleak.cpp"
>
@ -314,10 +310,6 @@
RelativePath="..\lib\checkexceptionsafety.h"
>
</File>
<File
RelativePath="..\lib\checkheaders.h"
>
</File>
<File
RelativePath="..\lib\checkmemoryleak.h"
>

View File

@ -104,6 +104,7 @@
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<EnablePREfast>false</EnablePREfast>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@ -127,7 +128,6 @@
<ClCompile Include="..\lib\checkclass.cpp" />
<ClCompile Include="..\lib\checkdangerousfunctions.cpp" />
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
<ClCompile Include="..\lib\checkheaders.cpp" />
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
<ClCompile Include="..\lib\checkother.cpp" />
<ClCompile Include="..\lib\checkstl.cpp" />
@ -153,7 +153,6 @@
<ClInclude Include="..\lib\checkclass.h" />
<ClInclude Include="..\lib\checkdangerousfunctions.h" />
<ClInclude Include="..\lib\checkexceptionsafety.h" />
<ClInclude Include="..\lib\checkheaders.h" />
<ClInclude Include="..\lib\checkmemoryleak.h" />
<ClInclude Include="..\lib\checkother.h" />
<ClInclude Include="..\lib\checkstl.h" />

View File

@ -38,9 +38,6 @@
<ClCompile Include="..\lib\checkexceptionsafety.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\lib\checkheaders.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\lib\checkmemoryleak.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@ -106,9 +103,6 @@
<ClInclude Include="..\lib\checkexceptionsafety.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\lib\checkheaders.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\lib\checkmemoryleak.h">
<Filter>Header Files</Filter>
</ClInclude>

View File

@ -174,10 +174,6 @@
RelativePath=".\checkexceptionsafety.cpp"
>
</File>
<File
RelativePath=".\checkheaders.cpp"
>
</File>
<File
RelativePath=".\checkmemoryleak.cpp"
>
@ -264,10 +260,6 @@
RelativePath=".\checkexceptionsafety.h"
>
</File>
<File
RelativePath=".\checkheaders.h"
>
</File>
<File
RelativePath=".\checkmemoryleak.h"
>

View File

@ -90,7 +90,6 @@
<ClCompile Include="checkclass.cpp" />
<ClCompile Include="checkdangerousfunctions.cpp" />
<ClCompile Include="checkexceptionsafety.cpp" />
<ClCompile Include="checkheaders.cpp" />
<ClCompile Include="checkmemoryleak.cpp" />
<ClCompile Include="checkother.cpp" />
<ClCompile Include="checkstl.cpp" />
@ -113,7 +112,6 @@
<ClInclude Include="checkclass.h" />
<ClInclude Include="checkdangerousfunctions.h" />
<ClInclude Include="checkexceptionsafety.h" />
<ClInclude Include="checkheaders.h" />
<ClInclude Include="checkmemoryleak.h" />
<ClInclude Include="checkother.h" />
<ClInclude Include="checkstl.h" />

View File

@ -26,9 +26,6 @@
<ClCompile Include="checkexceptionsafety.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="checkheaders.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="checkmemoryleak.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@ -91,9 +88,6 @@
<ClInclude Include="checkexceptionsafety.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="checkheaders.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="checkmemoryleak.h">
<Filter>Header Files</Filter>
</ClInclude>

View File

@ -210,10 +210,6 @@
RelativePath="..\lib\checkexceptionsafety.cpp"
>
</File>
<File
RelativePath="..\lib\checkheaders.cpp"
>
</File>
<File
RelativePath="..\lib\checkmemoryleak.cpp"
>
@ -416,10 +412,6 @@
RelativePath="..\lib\checkexceptionsafety.h"
>
</File>
<File
RelativePath="..\lib\checkheaders.h"
>
</File>
<File
RelativePath="..\lib\checkmemoryleak.h"
>

View File

@ -125,7 +125,6 @@
<ClCompile Include="..\lib\checkclass.cpp" />
<ClCompile Include="..\lib\checkdangerousfunctions.cpp" />
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
<ClCompile Include="..\lib\checkheaders.cpp" />
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
<ClCompile Include="..\lib\checkother.cpp" />
<ClCompile Include="..\lib\checkstl.cpp" />
@ -173,7 +172,6 @@
<ClInclude Include="..\lib\checkclass.h" />
<ClInclude Include="..\lib\checkdangerousfunctions.h" />
<ClInclude Include="..\lib\checkexceptionsafety.h" />
<ClInclude Include="..\lib\checkheaders.h" />
<ClInclude Include="..\lib\checkmemoryleak.h" />
<ClInclude Include="..\lib\checkother.h" />
<ClInclude Include="..\lib\checkstl.h" />

View File

@ -104,9 +104,6 @@
<ClCompile Include="..\lib\checkexceptionsafety.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\lib\checkheaders.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\lib\checkmemoryleak.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@ -172,9 +169,6 @@
<ClInclude Include="..\lib\checkexceptionsafety.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\lib\checkheaders.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\lib\checkmemoryleak.h">
<Filter>Header Files</Filter>
</ClInclude>