2012-06-10 14:19:09 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-14 10:04:25 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-06-10 14:19:09 +02: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>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\cli\cmdlineparser.cpp" />
|
2012-12-13 18:43:45 +01:00
|
|
|
|
<ClCompile Include="..\cli\cppcheckexecutor.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="..\cli\filelister.cpp" />
|
|
|
|
|
<ClCompile Include="..\cli\threadexecutor.cpp" />
|
2018-04-23 20:03:06 +02:00
|
|
|
|
<ClCompile Include="..\lib\astutils.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="options.cpp" />
|
|
|
|
|
<ClCompile Include="test64bit.cpp" />
|
2013-05-07 21:35:16 +02:00
|
|
|
|
<ClCompile Include="testassert.cpp" />
|
2018-04-23 20:03:06 +02:00
|
|
|
|
<ClCompile Include="testastutils.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testautovariables.cpp" />
|
2013-04-10 18:25:50 +02:00
|
|
|
|
<ClCompile Include="testbool.cpp" />
|
2012-06-11 12:55:33 +02:00
|
|
|
|
<ClCompile Include="testboost.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testbufferoverrun.cpp" />
|
|
|
|
|
<ClCompile Include="testcharvar.cpp" />
|
|
|
|
|
<ClCompile Include="testclass.cpp" />
|
|
|
|
|
<ClCompile Include="testcmdlineparser.cpp" />
|
2014-08-29 17:06:46 +02:00
|
|
|
|
<ClCompile Include="testcondition.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testconstructors.cpp" />
|
|
|
|
|
<ClCompile Include="testcppcheck.cpp" />
|
|
|
|
|
<ClCompile Include="testerrorlogger.cpp" />
|
|
|
|
|
<ClCompile Include="testexceptionsafety.cpp" />
|
2019-09-19 19:40:00 +02:00
|
|
|
|
<ClCompile Include="testexprengine.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testfilelister.cpp" />
|
2014-09-24 13:45:56 +02:00
|
|
|
|
<ClCompile Include="testgarbage.cpp" />
|
2017-11-11 11:13:18 +01:00
|
|
|
|
<ClCompile Include="testimportproject.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testincompletestatement.cpp" />
|
2012-06-11 12:55:33 +02:00
|
|
|
|
<ClCompile Include="testinternal.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testio.cpp" />
|
2012-06-11 12:55:33 +02:00
|
|
|
|
<ClCompile Include="testleakautovar.cpp" />
|
2013-10-27 17:32:38 +01:00
|
|
|
|
<ClCompile Include="testlibrary.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testmathlib.cpp" />
|
|
|
|
|
<ClCompile Include="testmemleak.cpp" />
|
|
|
|
|
<ClCompile Include="testnullpointer.cpp" />
|
2015-11-21 20:24:30 +01:00
|
|
|
|
<ClCompile Include="testfunctions.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testoptions.cpp" />
|
|
|
|
|
<ClCompile Include="testother.cpp" />
|
|
|
|
|
<ClCompile Include="testpath.cpp" />
|
|
|
|
|
<ClCompile Include="testpathmatch.cpp" />
|
2018-04-18 16:12:35 +02:00
|
|
|
|
<ClCompile Include="testplatform.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testpostfixoperator.cpp" />
|
|
|
|
|
<ClCompile Include="testpreprocessor.cpp" />
|
|
|
|
|
<ClCompile Include="testrunner.cpp" />
|
2014-09-24 13:23:44 +02:00
|
|
|
|
<ClCompile Include="testsimplifytemplate.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testsimplifytokens.cpp" />
|
2014-09-24 13:23:44 +02:00
|
|
|
|
<ClCompile Include="testsimplifytypedef.cpp" />
|
2019-02-05 08:52:23 +01:00
|
|
|
|
<ClCompile Include="testsimplifyusing.cpp" />
|
2013-04-10 18:49:38 +02:00
|
|
|
|
<ClCompile Include="testsizeof.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="teststl.cpp" />
|
2014-08-27 09:42:09 +02:00
|
|
|
|
<ClCompile Include="teststring.cpp" />
|
2014-04-02 19:01:20 +02:00
|
|
|
|
<ClCompile Include="testsuite.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2020-12-20 19:53:58 +01:00
|
|
|
|
<ClCompile Include="testsummaries.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testsuppressions.cpp" />
|
|
|
|
|
<ClCompile Include="testsymboldatabase.cpp" />
|
|
|
|
|
<ClCompile Include="testthreadexecutor.cpp" />
|
2012-09-16 13:38:46 +02:00
|
|
|
|
<ClCompile Include="testtimer.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testtoken.cpp" />
|
|
|
|
|
<ClCompile Include="testtokenize.cpp" />
|
2015-06-16 20:30:09 +02:00
|
|
|
|
<ClCompile Include="testtokenlist.cpp" />
|
2021-06-14 07:39:01 +02:00
|
|
|
|
<ClCompile Include="testtokenrange.cpp" />
|
2014-09-11 18:47:28 +02:00
|
|
|
|
<ClCompile Include="testtype.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClCompile Include="testuninitvar.cpp" />
|
|
|
|
|
<ClCompile Include="testunusedfunctions.cpp" />
|
|
|
|
|
<ClCompile Include="testunusedprivfunc.cpp" />
|
|
|
|
|
<ClCompile Include="testunusedvar.cpp" />
|
2020-01-24 07:06:09 +01:00
|
|
|
|
<ClCompile Include="testutils.cpp" />
|
2014-08-06 14:20:46 +02:00
|
|
|
|
<ClCompile Include="testvaarg.cpp" />
|
2014-01-05 09:52:37 +01:00
|
|
|
|
<ClCompile Include="testvalueflow.cpp" />
|
2014-09-24 13:23:44 +02:00
|
|
|
|
<ClCompile Include="testvarid.cpp" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\cli\cmdlineparser.h" />
|
|
|
|
|
<ClInclude Include="..\cli\filelister.h" />
|
|
|
|
|
<ClInclude Include="..\cli\threadexecutor.h" />
|
|
|
|
|
<ClInclude Include="..\lib\config.h" />
|
|
|
|
|
<ClInclude Include="options.h" />
|
2020-05-29 12:04:33 +02:00
|
|
|
|
<ClInclude Include="precompiled.h" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ClInclude Include="redirect.h" />
|
|
|
|
|
<ClInclude Include="testsuite.h" />
|
|
|
|
|
<ClInclude Include="testutils.h" />
|
2010-04-14 12:05:10 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ProjectGuid>{4F7DCE5E-6CDE-38C4-9EA7-27AF3B25CEB4}</ProjectGuid>
|
2011-08-19 21:47:13 +02:00
|
|
|
|
<RootNamespace>testrunner</RootNamespace>
|
2019-06-29 11:43:33 +02:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2012-07-09 17:09:54 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2019-06-29 11:43:33 +02:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2012-07-09 17:09:54 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2019-06-29 11:43:33 +02:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
</PropertyGroup>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2012-07-09 17:09:54 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2019-06-29 11:43:33 +02:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2010-10-24 18:30:40 +02:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2012-07-09 17:09:54 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2019-06-29 11:43:33 +02:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2010-10-24 18:30:40 +02:00
|
|
|
|
</PropertyGroup>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<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>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
2010-10-24 18:30:40 +02:00
|
|
|
|
</ImportGroup>
|
2012-06-10 14:19:09 +02: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')" />
|
2010-10-24 18:30:40 +02:00
|
|
|
|
</ImportGroup>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
2020-05-11 14:46:34 +02:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\debug\</OutDir>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\debug\</OutDir>
|
2012-07-09 17:09:54 +02:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">temp\$(Configuration)_$(PlatformName)\</IntDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">temp\$(Configuration)_$(PlatformName)\</IntDir>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">testrunner</TargetName>
|
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">testrunner</TargetName>
|
|
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</IgnoreImportLibrary>
|
|
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</IgnoreImportLibrary>
|
2020-05-11 14:46:34 +02:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\</OutDir>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\</OutDir>
|
2012-07-09 17:09:54 +02:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">temp\$(Configuration)_$(PlatformName)\</IntDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">temp\$(Configuration)_$(PlatformName)\</IntDir>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">testrunner</TargetName>
|
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">testrunner</TargetName>
|
|
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IgnoreImportLibrary>
|
|
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</IgnoreImportLibrary>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
</PropertyGroup>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<ClCompile>
|
2020-11-16 09:11:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>..\cli;..\lib;..\externals;..\externals\simplecpp;..\externals\tinyxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2016-07-21 20:38:58 +02:00
|
|
|
|
<PreprocessorDefinitions>CPPCHECKLIB_IMPORT;SIMPLECPP_IMPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
2021-07-16 21:55:12 +02:00
|
|
|
|
<DisableSpecificWarnings>4018;4127;4146;4244;4251;4267;4389;4482;4512;4701;4706;4800;4805</DisableSpecificWarnings>
|
2012-09-08 12:38:10 +02:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2014-04-02 19:01:20 +02:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2020-05-29 12:04:33 +02:00
|
|
|
|
<PrecompiledHeaderFile>precompiled.h</PrecompiledHeaderFile>
|
|
|
|
|
<ForcedIncludeFiles>precompiled.h</ForcedIncludeFiles>
|
2016-07-21 20:38:58 +02:00
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2020-12-22 10:24:25 +01:00
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
2020-05-11 14:46:34 +02:00
|
|
|
|
<AdditionalOptions>/Zc:throwingNew /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
2020-11-26 09:29:59 +01:00
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2015-01-27 15:43:40 +01:00
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2019-07-15 12:39:58 +02:00
|
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
|
|
|
|
<StackCommitSize>8000000</StackCommitSize>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
2020-11-16 09:11:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>..\cli;..\lib;..\externals;..\externals\simplecpp;..\externals\tinyxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
2016-07-21 20:38:58 +02:00
|
|
|
|
<PreprocessorDefinitions>CPPCHECKLIB_IMPORT;SIMPLECPP_IMPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
2021-07-16 21:55:12 +02:00
|
|
|
|
<DisableSpecificWarnings>4018;4127;4146;4244;4251;4267;4389;4482;4512;4701;4706;4800;4805</DisableSpecificWarnings>
|
2012-09-08 12:38:10 +02:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2014-04-02 19:01:20 +02:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2020-05-29 12:04:33 +02:00
|
|
|
|
<PrecompiledHeaderFile>precompiled.h</PrecompiledHeaderFile>
|
|
|
|
|
<ForcedIncludeFiles>precompiled.h</ForcedIncludeFiles>
|
2016-07-21 20:38:58 +02:00
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2020-12-22 10:24:25 +01:00
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
2020-05-11 14:46:34 +02:00
|
|
|
|
<AdditionalOptions>/Zc:throwingNew /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2011-10-23 15:42:02 +02:00
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2019-07-15 12:39:58 +02:00
|
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
|
|
|
|
<StackCommitSize>8000000</StackCommitSize>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
</Link>
|
2010-10-24 18:30:40 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<ClCompile>
|
2020-11-16 09:11:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>..\cli;..\lib;..\externals;..\externals\simplecpp;..\externals\tinyxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
2016-07-21 20:38:58 +02:00
|
|
|
|
<PreprocessorDefinitions>CPPCHECKLIB_IMPORT;SIMPLECPP_IMPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2012-07-09 17:09:54 +02:00
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2021-07-16 21:55:12 +02:00
|
|
|
|
<DisableSpecificWarnings>4018;4127;4146;4244;4251;4267;4389;4482;4512;4701;4706;4800;4805</DisableSpecificWarnings>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<DebugInformationFormat>
|
|
|
|
|
</DebugInformationFormat>
|
2012-09-03 12:52:06 +02:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2014-04-02 19:01:20 +02:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2020-05-29 12:04:33 +02:00
|
|
|
|
<PrecompiledHeaderFile>precompiled.h</PrecompiledHeaderFile>
|
|
|
|
|
<ForcedIncludeFiles>precompiled.h</ForcedIncludeFiles>
|
2020-05-11 14:46:34 +02:00
|
|
|
|
<AdditionalOptions>/Zc:throwingNew /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
2016-07-21 20:38:58 +02:00
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2020-12-22 10:24:25 +01:00
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2011-10-23 15:42:02 +02:00
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
2010-10-24 18:30:40 +02:00
|
|
|
|
<SubSystem>Console</SubSystem>
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
2015-01-27 15:43:40 +01:00
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2019-07-15 12:39:58 +02:00
|
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
|
|
|
|
<StackCommitSize>8000000</StackCommitSize>
|
2010-10-24 18:30:40 +02:00
|
|
|
|
</Link>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
2020-11-16 09:11:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>..\cli;..\lib;..\externals;..\externals\simplecpp;..\externals\tinyxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
2016-07-21 20:38:58 +02:00
|
|
|
|
<PreprocessorDefinitions>CPPCHECKLIB_IMPORT;SIMPLECPP_IMPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2012-07-09 17:09:54 +02:00
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2021-07-16 21:55:12 +02:00
|
|
|
|
<DisableSpecificWarnings>4018;4127;4146;4244;4251;4267;4389;4482;4512;4701;4706;4800;4805</DisableSpecificWarnings>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<DebugInformationFormat>
|
|
|
|
|
</DebugInformationFormat>
|
2012-09-03 12:52:06 +02:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2014-04-02 19:01:20 +02:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2020-05-29 12:04:33 +02:00
|
|
|
|
<PrecompiledHeaderFile>precompiled.h</PrecompiledHeaderFile>
|
|
|
|
|
<ForcedIncludeFiles>precompiled.h</ForcedIncludeFiles>
|
2020-05-11 14:46:34 +02:00
|
|
|
|
<AdditionalOptions>/Zc:throwingNew /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
2016-07-21 20:38:58 +02:00
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2020-12-22 10:24:25 +01:00
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
2017-11-29 08:31:30 +01:00
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
2019-07-15 12:39:58 +02:00
|
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
|
|
|
|
<StackCommitSize>8000000</StackCommitSize>
|
2012-06-10 14:19:09 +02:00
|
|
|
|
</Link>
|
2010-04-14 12:05:10 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2010-12-19 07:51:34 +01:00
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
2021-07-16 21:55:12 +02:00
|
|
|
|
</Project>
|