Visual Studio: Updated project files
This commit is contained in:
parent
493cfa5df2
commit
6dc7554310
|
@ -3,7 +3,7 @@
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9,00"
|
Version="9,00"
|
||||||
Name="cppcheck"
|
Name="cppcheck"
|
||||||
ProjectGUID="{56B0F403-02CE-3F89-9A1B-E03F21240A63}"
|
ProjectGUID="{230A4467-25A6-3276-A1D0-CB521812CD43}"
|
||||||
Keyword="Qt4VSv1.0">
|
Keyword="Qt4VSv1.0">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
|
@ -125,6 +125,8 @@
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\check64bit.cpp" />
|
RelativePath="..\lib\check64bit.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\checkassignif.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checkautovariables.cpp" />
|
RelativePath="..\lib\checkautovariables.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -135,6 +137,8 @@
|
||||||
RelativePath="..\lib\checkexceptionsafety.cpp" />
|
RelativePath="..\lib\checkexceptionsafety.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checkmemoryleak.cpp" />
|
RelativePath="..\lib\checkmemoryleak.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\checknonreentrantfunctions.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checknullpointer.cpp" />
|
RelativePath="..\lib\checknullpointer.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -200,6 +204,8 @@
|
||||||
RelativePath="..\lib\check.h" />
|
RelativePath="..\lib\check.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\check64bit.h" />
|
RelativePath="..\lib\check64bit.h" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\checkassignif.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checkautovariables.h" />
|
RelativePath="..\lib\checkautovariables.h" />
|
||||||
<File
|
<File
|
||||||
|
@ -210,6 +216,8 @@
|
||||||
RelativePath="..\lib\checkexceptionsafety.h" />
|
RelativePath="..\lib\checkexceptionsafety.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checkmemoryleak.h" />
|
RelativePath="..\lib\checkmemoryleak.h" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\checknonreentrantfunctions.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checknullpointer.h" />
|
RelativePath="..\lib\checknullpointer.h" />
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{A6DACC3F-847F-3498-9415-164FBC746D6B}</ProjectGuid>
|
<ProjectGuid>{35CBDF51-2456-3EC3-99ED-113C30858883}</ProjectGuid>
|
||||||
<RootNamespace>cppcheck</RootNamespace>
|
<RootNamespace>cppcheck</RootNamespace>
|
||||||
<Keyword>Qt4VSv1.0</Keyword>
|
<Keyword>Qt4VSv1.0</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -118,11 +118,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\lib\check64bit.cpp" />
|
<ClCompile Include="..\lib\check64bit.cpp" />
|
||||||
|
<ClCompile Include="..\lib\checkassignif.cpp" />
|
||||||
<ClCompile Include="..\lib\checkautovariables.cpp" />
|
<ClCompile Include="..\lib\checkautovariables.cpp" />
|
||||||
<ClCompile Include="..\lib\checkbufferoverrun.cpp" />
|
<ClCompile Include="..\lib\checkbufferoverrun.cpp" />
|
||||||
<ClCompile Include="..\lib\checkclass.cpp" />
|
<ClCompile Include="..\lib\checkclass.cpp" />
|
||||||
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
|
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
|
||||||
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
|
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
|
||||||
|
<ClCompile Include="..\lib\checknonreentrantfunctions.cpp" />
|
||||||
<ClCompile Include="..\lib\checknullpointer.cpp" />
|
<ClCompile Include="..\lib\checknullpointer.cpp" />
|
||||||
<ClCompile Include="..\lib\checkobsoletefunctions.cpp" />
|
<ClCompile Include="..\lib\checkobsoletefunctions.cpp" />
|
||||||
<ClCompile Include="..\lib\checkother.cpp" />
|
<ClCompile Include="..\lib\checkother.cpp" />
|
||||||
|
@ -155,11 +157,13 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\lib\check.h" />
|
<ClInclude Include="..\lib\check.h" />
|
||||||
<ClInclude Include="..\lib\check64bit.h" />
|
<ClInclude Include="..\lib\check64bit.h" />
|
||||||
|
<ClInclude Include="..\lib\checkassignif.h" />
|
||||||
<ClInclude Include="..\lib\checkautovariables.h" />
|
<ClInclude Include="..\lib\checkautovariables.h" />
|
||||||
<ClInclude Include="..\lib\checkbufferoverrun.h" />
|
<ClInclude Include="..\lib\checkbufferoverrun.h" />
|
||||||
<ClInclude Include="..\lib\checkclass.h" />
|
<ClInclude Include="..\lib\checkclass.h" />
|
||||||
<ClInclude Include="..\lib\checkexceptionsafety.h" />
|
<ClInclude Include="..\lib\checkexceptionsafety.h" />
|
||||||
<ClInclude Include="..\lib\checkmemoryleak.h" />
|
<ClInclude Include="..\lib\checkmemoryleak.h" />
|
||||||
|
<ClInclude Include="..\lib\checknonreentrantfunctions.h" />
|
||||||
<ClInclude Include="..\lib\checknullpointer.h" />
|
<ClInclude Include="..\lib\checknullpointer.h" />
|
||||||
<ClInclude Include="..\lib\checkobsoletefunctions.h" />
|
<ClInclude Include="..\lib\checkobsoletefunctions.h" />
|
||||||
<ClInclude Include="..\lib\checkother.h" />
|
<ClInclude Include="..\lib\checkother.h" />
|
||||||
|
|
|
@ -18,6 +18,9 @@
|
||||||
<ClCompile Include="..\lib\check64bit.cpp">
|
<ClCompile Include="..\lib\check64bit.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\lib\checkassignif.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\lib\checkautovariables.cpp">
|
<ClCompile Include="..\lib\checkautovariables.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -33,6 +36,9 @@
|
||||||
<ClCompile Include="..\lib\checkmemoryleak.cpp">
|
<ClCompile Include="..\lib\checkmemoryleak.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\lib\checknonreentrantfunctions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\lib\checknullpointer.cpp">
|
<ClCompile Include="..\lib\checknullpointer.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -125,6 +131,9 @@
|
||||||
<ClInclude Include="..\lib\check64bit.h">
|
<ClInclude Include="..\lib\check64bit.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\lib\checkassignif.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\lib\checkautovariables.h">
|
<ClInclude Include="..\lib\checkautovariables.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
@ -140,6 +149,9 @@
|
||||||
<ClInclude Include="..\lib\checkmemoryleak.h">
|
<ClInclude Include="..\lib\checkmemoryleak.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\lib\checknonreentrantfunctions.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\lib\checknullpointer.h">
|
<ClInclude Include="..\lib\checknullpointer.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
36
cppcheck.sln
36
cppcheck.sln
|
@ -1,8 +1,8 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||||
# Visual C++ Express 2008
|
# Visual C++ Express 2008
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppcheck", "cli\cppcheck.vcproj", "{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppcheck", "cli\cppcheck.vcproj", "{230A4467-25A6-3276-A1D0-CB521812CD43}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{E690724D-4286-3049-8439-595D1CB80EAB}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{5B7869EA-A1CB-3E73-8569-5B385608779E}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
@ -12,22 +12,22 @@ Global
|
||||||
Release-x64|Win32 = Release-x64|Win32
|
Release-x64|Win32 = Release-x64|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}.Debug|Win32.ActiveCfg = Debug|Win32
|
{230A4467-25A6-3276-A1D0-CB521812CD43}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}.Debug|Win32.Build.0 = Debug|Win32
|
{230A4467-25A6-3276-A1D0-CB521812CD43}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}.Debug-x64|Win32.ActiveCfg = Debug-x64|Win32
|
{230A4467-25A6-3276-A1D0-CB521812CD43}.Debug-x64|Win32.ActiveCfg = Debug-x64|Win32
|
||||||
{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}.Debug-x64|Win32.Build.0 = Debug-x64|Win32
|
{230A4467-25A6-3276-A1D0-CB521812CD43}.Debug-x64|Win32.Build.0 = Debug-x64|Win32
|
||||||
{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}.Release|Win32.ActiveCfg = Release|Win32
|
{230A4467-25A6-3276-A1D0-CB521812CD43}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}.Release|Win32.Build.0 = Release|Win32
|
{230A4467-25A6-3276-A1D0-CB521812CD43}.Release|Win32.Build.0 = Release|Win32
|
||||||
{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}.Release-x64|Win32.ActiveCfg = Release-x64|Win32
|
{230A4467-25A6-3276-A1D0-CB521812CD43}.Release-x64|Win32.ActiveCfg = Release-x64|Win32
|
||||||
{A610CB5D-FA83-3FC9-96AB-5689E3B50CEC}.Release-x64|Win32.Build.0 = Release-x64|Win32
|
{230A4467-25A6-3276-A1D0-CB521812CD43}.Release-x64|Win32.Build.0 = Release-x64|Win32
|
||||||
{E690724D-4286-3049-8439-595D1CB80EAB}.Debug|Win32.ActiveCfg = Debug|Win32
|
{5B7869EA-A1CB-3E73-8569-5B385608779E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{E690724D-4286-3049-8439-595D1CB80EAB}.Debug|Win32.Build.0 = Debug|Win32
|
{5B7869EA-A1CB-3E73-8569-5B385608779E}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{E690724D-4286-3049-8439-595D1CB80EAB}.Debug-x64|Win32.ActiveCfg = Debug-x64|Win32
|
{5B7869EA-A1CB-3E73-8569-5B385608779E}.Debug-x64|Win32.ActiveCfg = Debug-x64|Win32
|
||||||
{E690724D-4286-3049-8439-595D1CB80EAB}.Debug-x64|Win32.Build.0 = Debug-x64|Win32
|
{5B7869EA-A1CB-3E73-8569-5B385608779E}.Debug-x64|Win32.Build.0 = Debug-x64|Win32
|
||||||
{E690724D-4286-3049-8439-595D1CB80EAB}.Release|Win32.ActiveCfg = Release|Win32
|
{5B7869EA-A1CB-3E73-8569-5B385608779E}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{E690724D-4286-3049-8439-595D1CB80EAB}.Release|Win32.Build.0 = Release|Win32
|
{5B7869EA-A1CB-3E73-8569-5B385608779E}.Release|Win32.Build.0 = Release|Win32
|
||||||
{E690724D-4286-3049-8439-595D1CB80EAB}.Release-x64|Win32.ActiveCfg = Release-x64|Win32
|
{5B7869EA-A1CB-3E73-8569-5B385608779E}.Release-x64|Win32.ActiveCfg = Release-x64|Win32
|
||||||
{E690724D-4286-3049-8439-595D1CB80EAB}.Release-x64|Win32.Build.0 = Release-x64|Win32
|
{5B7869EA-A1CB-3E73-8569-5B385608779E}.Release-x64|Win32.Build.0 = Release-x64|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9,00"
|
Version="9,00"
|
||||||
Name="test"
|
Name="test"
|
||||||
ProjectGUID="{5B7869EA-A1CB-3E73-8569-5B385608779E}"
|
ProjectGUID="{26089205-888A-3B36-A3DF-6911F2B15F7F}"
|
||||||
Keyword="Qt4VSv1.0">
|
Keyword="Qt4VSv1.0">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
UseOfMfc="0">
|
UseOfMfc="0">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="".","..\cli","..\lib","..\externals","..\externals\tinyxml",..\..\..\..\Qt\qt-everywhere-opensource-src-4.7.2-vs2008-x86\mkspecs\win32-msvc2008"
|
AdditionalIncludeDirectories="".","..\cli","..\lib","..\externals","..\externals\tinyxml",..\..\Qt\VS4.7.0\mkspecs\win32-msvc2008"
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189"
|
AdditionalOptions="-Zm200 -w34100 -w34189"
|
||||||
AssemblerListingLocation="temp\"
|
AssemblerListingLocation="temp\"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
|
@ -125,6 +125,8 @@
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\check64bit.cpp" />
|
RelativePath="..\lib\check64bit.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\checkassignif.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checkautovariables.cpp" />
|
RelativePath="..\lib\checkautovariables.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -135,6 +137,8 @@
|
||||||
RelativePath="..\lib\checkexceptionsafety.cpp" />
|
RelativePath="..\lib\checkexceptionsafety.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checkmemoryleak.cpp" />
|
RelativePath="..\lib\checkmemoryleak.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\checknonreentrantfunctions.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checknullpointer.cpp" />
|
RelativePath="..\lib\checknullpointer.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -272,6 +276,8 @@
|
||||||
RelativePath="..\lib\check.h" />
|
RelativePath="..\lib\check.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\check64bit.h" />
|
RelativePath="..\lib\check64bit.h" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\checkassignif.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checkautovariables.h" />
|
RelativePath="..\lib\checkautovariables.h" />
|
||||||
<File
|
<File
|
||||||
|
@ -282,6 +288,8 @@
|
||||||
RelativePath="..\lib\checkexceptionsafety.h" />
|
RelativePath="..\lib\checkexceptionsafety.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checkmemoryleak.h" />
|
RelativePath="..\lib\checkmemoryleak.h" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\checknonreentrantfunctions.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\checknullpointer.h" />
|
RelativePath="..\lib\checknullpointer.h" />
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{D0001948-3B19-3314-8BEE-3B92350BC5B5}</ProjectGuid>
|
<ProjectGuid>{BED73C50-0373-3E1B-BFBD-5449C1396DBF}</ProjectGuid>
|
||||||
<RootNamespace>test</RootNamespace>
|
<RootNamespace>test</RootNamespace>
|
||||||
<Keyword>Qt4VSv1.0</Keyword>
|
<Keyword>Qt4VSv1.0</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -118,11 +118,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\lib\check64bit.cpp" />
|
<ClCompile Include="..\lib\check64bit.cpp" />
|
||||||
|
<ClCompile Include="..\lib\checkassignif.cpp" />
|
||||||
<ClCompile Include="..\lib\checkautovariables.cpp" />
|
<ClCompile Include="..\lib\checkautovariables.cpp" />
|
||||||
<ClCompile Include="..\lib\checkbufferoverrun.cpp" />
|
<ClCompile Include="..\lib\checkbufferoverrun.cpp" />
|
||||||
<ClCompile Include="..\lib\checkclass.cpp" />
|
<ClCompile Include="..\lib\checkclass.cpp" />
|
||||||
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
|
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
|
||||||
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
|
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
|
||||||
|
<ClCompile Include="..\lib\checknonreentrantfunctions.cpp" />
|
||||||
<ClCompile Include="..\lib\checknullpointer.cpp" />
|
<ClCompile Include="..\lib\checknullpointer.cpp" />
|
||||||
<ClCompile Include="..\lib\checkobsoletefunctions.cpp" />
|
<ClCompile Include="..\lib\checkobsoletefunctions.cpp" />
|
||||||
<ClCompile Include="..\lib\checkother.cpp" />
|
<ClCompile Include="..\lib\checkother.cpp" />
|
||||||
|
@ -191,11 +193,13 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\lib\check.h" />
|
<ClInclude Include="..\lib\check.h" />
|
||||||
<ClInclude Include="..\lib\check64bit.h" />
|
<ClInclude Include="..\lib\check64bit.h" />
|
||||||
|
<ClInclude Include="..\lib\checkassignif.h" />
|
||||||
<ClInclude Include="..\lib\checkautovariables.h" />
|
<ClInclude Include="..\lib\checkautovariables.h" />
|
||||||
<ClInclude Include="..\lib\checkbufferoverrun.h" />
|
<ClInclude Include="..\lib\checkbufferoverrun.h" />
|
||||||
<ClInclude Include="..\lib\checkclass.h" />
|
<ClInclude Include="..\lib\checkclass.h" />
|
||||||
<ClInclude Include="..\lib\checkexceptionsafety.h" />
|
<ClInclude Include="..\lib\checkexceptionsafety.h" />
|
||||||
<ClInclude Include="..\lib\checkmemoryleak.h" />
|
<ClInclude Include="..\lib\checkmemoryleak.h" />
|
||||||
|
<ClInclude Include="..\lib\checknonreentrantfunctions.h" />
|
||||||
<ClInclude Include="..\lib\checknullpointer.h" />
|
<ClInclude Include="..\lib\checknullpointer.h" />
|
||||||
<ClInclude Include="..\lib\checkobsoletefunctions.h" />
|
<ClInclude Include="..\lib\checkobsoletefunctions.h" />
|
||||||
<ClInclude Include="..\lib\checkother.h" />
|
<ClInclude Include="..\lib\checkother.h" />
|
||||||
|
|
|
@ -14,6 +14,9 @@
|
||||||
<ClCompile Include="..\lib\check64bit.cpp">
|
<ClCompile Include="..\lib\check64bit.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\lib\checkassignif.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\lib\checkautovariables.cpp">
|
<ClCompile Include="..\lib\checkautovariables.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -29,6 +32,9 @@
|
||||||
<ClCompile Include="..\lib\checkmemoryleak.cpp">
|
<ClCompile Include="..\lib\checkmemoryleak.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\lib\checknonreentrantfunctions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\lib\checknullpointer.cpp">
|
<ClCompile Include="..\lib\checknullpointer.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -229,6 +235,9 @@
|
||||||
<ClInclude Include="..\lib\check64bit.h">
|
<ClInclude Include="..\lib\check64bit.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\lib\checkassignif.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\lib\checkautovariables.h">
|
<ClInclude Include="..\lib\checkautovariables.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
@ -244,6 +253,9 @@
|
||||||
<ClInclude Include="..\lib\checkmemoryleak.h">
|
<ClInclude Include="..\lib\checkmemoryleak.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\lib\checknonreentrantfunctions.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\lib\checknullpointer.h">
|
<ClInclude Include="..\lib\checknullpointer.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
Loading…
Reference in New Issue