The _CRT_SECURE_NO_WARNINGS define suppresses some Windows-specific compile warnings. Windows has "secure" versions of some functions and compiler outputs warnings that those "secure" versions should be used instead. Since other platforms don't have those functions we just suppress this warning for now on.
181 lines
9.4 KiB
XML
181 lines
9.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}</ProjectGuid>
|
|
<RootNamespace>cppcheck</RootNamespace>
|
|
<Keyword>Qt4VSv1.0</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\Build\$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\BuildTmp\$(TargetName)\$(Configuration)\</IntDir>
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</IgnoreImportLibrary>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Build\$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\BuildTmp\$(TargetName)\$(Configuration)\</IntDir>
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IgnoreImportLibrary>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Midl>
|
|
<WarningLevel>0</WarningLevel>
|
|
<DefaultCharType>Unsigned</DefaultCharType>
|
|
<EnableErrorChecks>None</EnableErrorChecks>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>$(OutDir)cppcheck.exe</OutputFile>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>
|
|
</ProgramDatabaseFile>
|
|
<SubSystem>Console</SubSystem>
|
|
<LinkTimeCodeGeneration>
|
|
</LinkTimeCodeGeneration>
|
|
</Link>
|
|
<Bscmake>
|
|
<OutputFile>$(IntDir)$(ProjectName).bsc</OutputFile>
|
|
</Bscmake>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Midl>
|
|
<WarningLevel>0</WarningLevel>
|
|
<DefaultCharType>Unsigned</DefaultCharType>
|
|
<EnableErrorChecks>None</EnableErrorChecks>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<EnablePREfast>false</EnablePREfast>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>$(OutDir)cppcheck.exe</OutputFile>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>
|
|
</ProgramDatabaseFile>
|
|
<SubSystem>Console</SubSystem>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
</Link>
|
|
<Bscmake>
|
|
<OutputFile>$(IntDir)$(ProjectName).bsc</OutputFile>
|
|
</Bscmake>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
<ClCompile Include="..\lib\checkstl.cpp" />
|
|
<ClCompile Include="..\lib\checkunusedfunctions.cpp" />
|
|
<ClCompile Include="..\lib\cppcheck.cpp" />
|
|
<ClCompile Include="..\lib\errorlogger.cpp" />
|
|
<ClCompile Include="..\lib\executionpath.cpp" />
|
|
<ClCompile Include="..\lib\filelister.cpp" />
|
|
<ClCompile Include="..\lib\filelister_win32.cpp" />
|
|
<ClCompile Include="..\lib\mathlib.cpp" />
|
|
<ClCompile Include="..\lib\path.cpp" />
|
|
<ClCompile Include="..\lib\preprocessor.cpp" />
|
|
<ClCompile Include="..\lib\settings.cpp" />
|
|
<ClCompile Include="..\lib\token.cpp" />
|
|
<ClCompile Include="..\lib\tokenize.cpp" />
|
|
<ClCompile Include="cppcheckexecutor.cpp" />
|
|
<ClCompile Include="main.cpp" />
|
|
<ClCompile Include="threadexecutor.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\lib\check.h" />
|
|
<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" />
|
|
<ClInclude Include="..\lib\checkstl.h" />
|
|
<ClInclude Include="..\lib\checkunusedfunctions.h" />
|
|
<ClInclude Include="..\lib\classinfo.h" />
|
|
<ClInclude Include="..\lib\cppcheck.h" />
|
|
<ClInclude Include="..\lib\errorlogger.h" />
|
|
<ClInclude Include="..\lib\executionpath.h" />
|
|
<ClInclude Include="..\lib\filelister.h" />
|
|
<ClInclude Include="..\lib\filelister_win32.h" />
|
|
<ClInclude Include="..\lib\mathlib.h" />
|
|
<ClInclude Include="..\lib\path.h" />
|
|
<ClInclude Include="..\lib\preprocessor.h" />
|
|
<ClInclude Include="..\lib\settings.h" />
|
|
<ClInclude Include="..\lib\token.h" />
|
|
<ClInclude Include="..\lib\tokenize.h" />
|
|
<ClInclude Include="resource.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="cppcheck.rc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |