2023-01-21 11:55:36 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-12-30 21:33:45 +01:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2023-05-04 10:54:19 +02:00
|
|
|
<ProjectConfiguration Include="Debug-PCRE|x64">
|
|
|
|
<Configuration>Debug-PCRE</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2022-12-30 21:33:45 +01:00
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-05-04 10:54:19 +02:00
|
|
|
<ProjectConfiguration Include="Release-PCRE|x64">
|
|
|
|
<Configuration>Release-PCRE</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2022-12-30 21:33:45 +01:00
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\lib\cppcheck.vcxproj">
|
|
|
|
<Project>{c183db5b-ad6c-423d-80ca-1f9549555a1a}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2023-01-21 11:55:36 +01:00
|
|
|
<ItemGroup Label="SourceFiles">
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="..\cli\cmdlineparser.cpp" />
|
|
|
|
<ClCompile Include="..\cli\cppcheckexecutor.cpp" />
|
|
|
|
<ClCompile Include="..\cli\cppcheckexecutorseh.cpp" />
|
2023-01-21 11:55:36 +01:00
|
|
|
<ClCompile Include="..\cli\cppcheckexecutorsig.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="..\cli\executor.cpp" />
|
2023-01-21 11:55:36 +01:00
|
|
|
<ClCompile Include="..\cli\filelister.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="..\cli\processexecutor.cpp" />
|
2023-04-08 18:06:38 +02:00
|
|
|
<ClCompile Include="..\cli\singleexecutor.cpp" />
|
2023-01-21 11:55:36 +01:00
|
|
|
<ClCompile Include="..\cli\stacktrace.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="..\cli\threadexecutor.cpp" />
|
2023-01-27 08:18:32 +01:00
|
|
|
<ClCompile Include="fixture.cpp">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
2023-05-04 10:54:19 +02:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'">Create</PrecompiledHeader>
|
2023-01-27 08:18:32 +01:00
|
|
|
</ClCompile>
|
2023-02-07 22:02:12 +01:00
|
|
|
<ClCompile Include="helpers.cpp" />
|
2023-01-27 08:18:32 +01:00
|
|
|
<ClCompile Include="main.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="options.cpp" />
|
|
|
|
<ClCompile Include="test64bit.cpp" />
|
|
|
|
<ClCompile Include="testanalyzerinformation.cpp" />
|
|
|
|
<ClCompile Include="testassert.cpp" />
|
|
|
|
<ClCompile Include="testastutils.cpp" />
|
|
|
|
<ClCompile Include="testautovariables.cpp" />
|
|
|
|
<ClCompile Include="testbool.cpp" />
|
|
|
|
<ClCompile Include="testboost.cpp" />
|
|
|
|
<ClCompile Include="testbufferoverrun.cpp" />
|
|
|
|
<ClCompile Include="testcharvar.cpp" />
|
2023-08-07 20:49:10 +02:00
|
|
|
<ClCompile Include="testcheck.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="testclangimport.cpp" />
|
|
|
|
<ClCompile Include="testclass.cpp" />
|
|
|
|
<ClCompile Include="testcmdlineparser.cpp" />
|
2023-04-08 22:19:52 +02:00
|
|
|
<ClCompile Include="testcolor.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="testcondition.cpp" />
|
|
|
|
<ClCompile Include="testconstructors.cpp" />
|
|
|
|
<ClCompile Include="testcppcheck.cpp" />
|
|
|
|
<ClCompile Include="testerrorlogger.cpp" />
|
|
|
|
<ClCompile Include="testexceptionsafety.cpp" />
|
|
|
|
<ClCompile Include="testfilelister.cpp" />
|
2023-01-21 11:55:36 +01:00
|
|
|
<ClCompile Include="testfunctions.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="testgarbage.cpp" />
|
|
|
|
<ClCompile Include="testimportproject.cpp" />
|
|
|
|
<ClCompile Include="testincompletestatement.cpp" />
|
|
|
|
<ClCompile Include="testinternal.cpp" />
|
|
|
|
<ClCompile Include="testio.cpp" />
|
|
|
|
<ClCompile Include="testleakautovar.cpp" />
|
|
|
|
<ClCompile Include="testlibrary.cpp" />
|
|
|
|
<ClCompile Include="testmathlib.cpp" />
|
|
|
|
<ClCompile Include="testmemleak.cpp" />
|
|
|
|
<ClCompile Include="testnullpointer.cpp" />
|
|
|
|
<ClCompile Include="testoptions.cpp" />
|
|
|
|
<ClCompile Include="testother.cpp" />
|
|
|
|
<ClCompile Include="testpath.cpp" />
|
|
|
|
<ClCompile Include="testpathmatch.cpp" />
|
|
|
|
<ClCompile Include="testplatform.cpp" />
|
|
|
|
<ClCompile Include="testpostfixoperator.cpp" />
|
|
|
|
<ClCompile Include="testpreprocessor.cpp" />
|
|
|
|
<ClCompile Include="testprocessexecutor.cpp" />
|
2023-01-21 10:39:44 +01:00
|
|
|
<ClCompile Include="testsettings.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="testsimplifytemplate.cpp" />
|
|
|
|
<ClCompile Include="testsimplifytokens.cpp" />
|
|
|
|
<ClCompile Include="testsimplifytypedef.cpp" />
|
|
|
|
<ClCompile Include="testsimplifyusing.cpp" />
|
2023-04-08 18:06:38 +02:00
|
|
|
<ClCompile Include="testsingleexecutor.cpp" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClCompile Include="testsizeof.cpp" />
|
|
|
|
<ClCompile Include="teststl.cpp" />
|
|
|
|
<ClCompile Include="teststring.cpp" />
|
|
|
|
<ClCompile Include="testsummaries.cpp" />
|
|
|
|
<ClCompile Include="testsuppressions.cpp" />
|
|
|
|
<ClCompile Include="testsymboldatabase.cpp" />
|
|
|
|
<ClCompile Include="testthreadexecutor.cpp" />
|
|
|
|
<ClCompile Include="testtimer.cpp" />
|
|
|
|
<ClCompile Include="testtoken.cpp" />
|
|
|
|
<ClCompile Include="testtokenize.cpp" />
|
|
|
|
<ClCompile Include="testtokenlist.cpp" />
|
|
|
|
<ClCompile Include="testtokenrange.cpp" />
|
|
|
|
<ClCompile Include="testtype.cpp" />
|
|
|
|
<ClCompile Include="testuninitvar.cpp" />
|
|
|
|
<ClCompile Include="testunusedfunctions.cpp" />
|
|
|
|
<ClCompile Include="testunusedprivfunc.cpp" />
|
|
|
|
<ClCompile Include="testunusedvar.cpp" />
|
|
|
|
<ClCompile Include="testutils.cpp" />
|
|
|
|
<ClCompile Include="testvaarg.cpp" />
|
|
|
|
<ClCompile Include="testvalueflow.cpp" />
|
|
|
|
<ClCompile Include="testvarid.cpp" />
|
|
|
|
</ItemGroup>
|
2023-01-21 11:55:36 +01:00
|
|
|
<ItemGroup Label="HeaderFiles">
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClInclude Include="..\cli\cmdlineparser.h" />
|
2023-01-21 11:55:36 +01:00
|
|
|
<ClInclude Include="..\cli\cppcheckexecutor.h" />
|
|
|
|
<ClInclude Include="..\cli\cppcheckexecutorseh.h" />
|
|
|
|
<ClInclude Include="..\cli\cppcheckexecutorsig.h" />
|
|
|
|
<ClInclude Include="..\cli\executor.h" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClInclude Include="..\cli\filelister.h" />
|
2023-01-21 11:55:36 +01:00
|
|
|
<ClInclude Include="..\cli\processexecutor.h" />
|
2023-04-08 18:06:38 +02:00
|
|
|
<ClInclude Include="..\cli\singleexecutor.h" />
|
2023-01-21 11:55:36 +01:00
|
|
|
<ClInclude Include="..\cli\stacktrace.h" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClInclude Include="..\cli\threadexecutor.h" />
|
2023-01-27 08:18:32 +01:00
|
|
|
<ClInclude Include="fixture.h" />
|
|
|
|
<ClInclude Include="helpers.h" />
|
2022-12-30 21:33:45 +01:00
|
|
|
<ClInclude Include="options.h" />
|
|
|
|
<ClInclude Include="precompiled.h" />
|
|
|
|
<ClInclude Include="redirect.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{4F7DCE5E-6CDE-38C4-9EA7-27AF3B25CEB4}</ProjectGuid>
|
|
|
|
<RootNamespace>testrunner</RootNamespace>
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-05-04 10:54:19 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2022-12-30 21:33:45 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-05-04 10:54:19 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2022-12-30 21:33:45 +01:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
</ImportGroup>
|
2023-05-04 10:54:19 +02:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
</ImportGroup>
|
2022-12-30 21:33:45 +01:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
</ImportGroup>
|
2023-05-04 10:54:19 +02:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
</ImportGroup>
|
2022-12-30 21:33:45 +01:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\debug\</OutDir>
|
2023-05-04 10:54:19 +02:00
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'">$(SolutionDir)bin\debug\</OutDir>
|
2022-12-30 21:33:45 +01:00
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">temp\$(Configuration)_$(PlatformName)\</IntDir>
|
2023-05-04 10:54:19 +02:00
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'">temp\$(Configuration)_$(PlatformName)\</IntDir>
|
2022-12-30 21:33:45 +01:00
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">testrunner</TargetName>
|
2023-05-04 10:54:19 +02:00
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'">testrunner</TargetName>
|
2022-12-30 21:33:45 +01:00
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</IgnoreImportLibrary>
|
2023-05-04 10:54:19 +02:00
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'">true</IgnoreImportLibrary>
|
2022-12-30 21:33:45 +01:00
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\</OutDir>
|
2023-05-04 10:54:19 +02:00
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'">$(SolutionDir)bin\</OutDir>
|
2022-12-30 21:33:45 +01:00
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">temp\$(Configuration)_$(PlatformName)\</IntDir>
|
2023-05-04 10:54:19 +02:00
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'">temp\$(Configuration)_$(PlatformName)\</IntDir>
|
2022-12-30 21:33:45 +01:00
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">testrunner</TargetName>
|
2023-05-04 10:54:19 +02:00
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'">testrunner</TargetName>
|
2022-12-30 21:33:45 +01:00
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</IgnoreImportLibrary>
|
2023-05-04 10:54:19 +02:00
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'">true</IgnoreImportLibrary>
|
2022-12-30 21:33:45 +01:00
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
2023-05-04 10:54:19 +02:00
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'">true</LinkIncremental>
|
2022-12-30 21:33:45 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>..\cli;..\lib;..\externals;..\externals\simplecpp;..\externals\tinyxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>CPPCHECKLIB_IMPORT;SIMPLECPP_IMPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<DisableSpecificWarnings>4018;4127;4146;4244;4251;4267;4389;4482;4512;4701;4706;4800;4805</DisableSpecificWarnings>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>precompiled.h</PrecompiledHeaderFile>
|
|
|
|
<ForcedIncludeFiles>precompiled.h</ForcedIncludeFiles>
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
|
|
<AdditionalOptions>/Zc:throwingNew /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
|
|
|
<StackCommitSize>8000000</StackCommitSize>
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2023-05-04 10:54:19 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>..\cli;..\lib;..\externals;..\externals\simplecpp;..\externals\tinyxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>CPPCHECKLIB_IMPORT;SIMPLECPP_IMPORT;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<DisableSpecificWarnings>4018;4127;4146;4244;4251;4267;4389;4482;4512;4701;4706;4800;4805</DisableSpecificWarnings>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>precompiled.h</PrecompiledHeaderFile>
|
|
|
|
<ForcedIncludeFiles>precompiled.h</ForcedIncludeFiles>
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
|
|
<AdditionalOptions>/Zc:throwingNew /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
|
|
|
<StackCommitSize>8000000</StackCommitSize>
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2022-12-30 21:33:45 +01:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>..\cli;..\lib;..\externals;..\externals\simplecpp;..\externals\tinyxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<PreprocessorDefinitions>CPPCHECKLIB_IMPORT;SIMPLECPP_IMPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-05-04 10:54:19 +02:00
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<DisableSpecificWarnings>4018;4127;4146;4244;4251;4267;4389;4482;4512;4701;4706;4800;4805</DisableSpecificWarnings>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>precompiled.h</PrecompiledHeaderFile>
|
|
|
|
<ForcedIncludeFiles>precompiled.h</ForcedIncludeFiles>
|
|
|
|
<AdditionalOptions>/Zc:throwingNew /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
|
|
|
<StackCommitSize>8000000</StackCommitSize>
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>..\cli;..\lib;..\externals;..\externals\simplecpp;..\externals\tinyxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<PreprocessorDefinitions>CPPCHECKLIB_IMPORT;SIMPLECPP_IMPORT;NDEBUG;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2022-12-30 21:33:45 +01:00
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<DisableSpecificWarnings>4018;4127;4146;4244;4251;4267;4389;4482;4512;4701;4706;4800;4805</DisableSpecificWarnings>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>precompiled.h</PrecompiledHeaderFile>
|
|
|
|
<ForcedIncludeFiles>precompiled.h</ForcedIncludeFiles>
|
|
|
|
<AdditionalOptions>/Zc:throwingNew /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
|
|
|
<StackCommitSize>8000000</StackCommitSize>
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
2023-01-21 11:55:36 +01:00
|
|
|
</Project>
|