2017-10-01 23:07:58 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<!-- Build to a folder outside the source folders, making it easier to clean. -->
|
2018-05-31 12:44:03 +02:00
|
|
|
|
<OutDir>$(MSBuildThisFileDirectory)bin\$(Configuration)\$(Platform)\</OutDir>
|
2018-11-24 15:17:26 +01:00
|
|
|
|
<OutDir Condition="'$(Platform)'=='Win32'">$(MSBuildThisFileDirectory)bin\$(Configuration)\x86\</OutDir>
|
|
|
|
|
|
2018-11-21 21:50:48 +01:00
|
|
|
|
<!-- C# Projects require the legagy OutputPath variable. -->
|
2017-10-01 23:07:58 +02:00
|
|
|
|
<OutputPath>$(OutDir)</OutputPath>
|
|
|
|
|
|
|
|
|
|
<!-- C++ temp files can be redirected. -->
|
|
|
|
|
<!-- C# project files can also be redirected, but this causes rebuilds inside VS2015. -->
|
2018-05-31 12:44:03 +02:00
|
|
|
|
<IntDir>$(MSBuildThisFileDirectory)intermediate\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
2017-10-01 23:07:58 +02:00
|
|
|
|
|
2018-11-24 15:17:26 +01:00
|
|
|
|
<!-- The C runtime is provided by the OS on the Windows platform (Universal C Runtime (CRT)),
|
|
|
|
|
it is necesarry to explicitly define which version to use.
|
|
|
|
|
At the momement there is no way to specify to use just the latest version. -->
|
2018-12-14 21:50:06 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
2017-10-01 23:07:58 +02:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
|
2018-12-14 22:00:11 +01:00
|
|
|
|
<!-- Use the latest released C# language version -->
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
2017-10-01 23:07:58 +02:00
|
|
|
|
<!-- Default character set is Unicode (UTF16), defines _UNICODE and UNICODE. -->
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2018-11-21 21:50:48 +01:00
|
|
|
|
|
|
|
|
|
<!-- Define treat warnings as errors for C# projects -->
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2017-10-01 23:07:58 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
2018-08-02 16:23:36 +02:00
|
|
|
|
<!-- To ensure high quality C++ code use Warning level All and treat warnings as errors to ensure warnings are fixed promptly. -->
|
|
|
|
|
<WarningLevel>EnableAllWarnings</WarningLevel>
|
2017-10-01 23:07:58 +02:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
|
|
2018-08-02 16:23:36 +02:00
|
|
|
|
<!--
|
|
|
|
|
__cplusplus = Use the correct value for the __cplusplus macro
|
|
|
|
|
throwingNew = Communicate with the compiler that only the throwing variant of operator new is used.
|
|
|
|
|
Disable level All warnings that are not useful:
|
|
|
|
|
C4061 = enumerator 'identifier' in switch of enum 'enumeration' is not explicitly handled by a case label
|
|
|
|
|
C4191 = operator/operation' : unsafe conversion from 'type of expression' to 'type required'
|
|
|
|
|
C4263 = function' : member function does not override any base class virtual member function
|
|
|
|
|
C4264 = virtual_function' : no override available for virtual member function from base 'class'; function is hidden
|
|
|
|
|
C4265 = class' : class has virtual functions, but destructor is not virtual
|
|
|
|
|
C4266 = function' : no override available for virtual member function from base 'type'; function is hidden
|
|
|
|
|
C4365 = action' : conversion from 'type_1' to 'type_2', signed/unsigned mismatch
|
|
|
|
|
C4464 = A #include directive has a path that includes a '..' parent directory specifier.
|
|
|
|
|
C4514 = function' : unreferenced inline function has been removed [Just informational]
|
|
|
|
|
C4571 = Informational: catch(...) semantics changed since Visual C++ 7.1; structured exceptions (SEH) are no longer caught [Just informational]
|
|
|
|
|
C4599 = 'flag path': command line argument number number does not match precompiled header
|
|
|
|
|
C4623 = derived class`' : default constructor was implicitly defined as deleted because a base class default constructor is inaccessible or deleted
|
|
|
|
|
C4625 = derived class' : copy constructor was implicitly defined as deleted because a base class copy constructor is inaccessible or deleted
|
|
|
|
|
C4626 = derived class' : assignment operator was implicitly defined as deleted because a base class assignment operator is inaccessible or deleted
|
|
|
|
|
C4668 = symbol' is not defined as a preprocessor macro, replacing with '0' for 'directives'
|
|
|
|
|
C4710 = function '' function not inlined [Just informational]
|
|
|
|
|
C4711 = function '' selected for automatic inline expansion [Just informational]
|
|
|
|
|
C4738 = storing 32-bit float result in memory, possible loss of performance [Just informational]
|
|
|
|
|
C4774 = ‘<function>’ : format string expected in argument <position> is not a string literal
|
|
|
|
|
C4820 = bytes' bytes padding added after construct 'member_name' [Just informational]
|
|
|
|
|
C5026 = 'type': move constructor was implicitly defined as deleted
|
|
|
|
|
C5027 = 'type': move assignment operator was implicitly defined as deleted
|
|
|
|
|
C5039 = 'function': pointer or reference to potentially throwing function passed to extern C function under -EHc.
|
|
|
|
|
C5042 = 'declaration': function declarations at block scope cannot be specified 'inline' in standard C++; remove 'inline' specifier
|
|
|
|
|
C5045 = Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified
|
|
|
|
|
-->
|
|
|
|
|
<AdditionalOptions>
|
|
|
|
|
/Zc:__cplusplus /Zc:throwingNew
|
|
|
|
|
/wd4061 /wd4191
|
|
|
|
|
/wd4263 /wd4264 /wd4265 /wd4266
|
|
|
|
|
/wd4365
|
|
|
|
|
/wd4464
|
|
|
|
|
/wd4514 /wd4571 /wd4599
|
|
|
|
|
/wd4623 /wd4625 /wd4626 /wd4668
|
|
|
|
|
/wd4710 /wd4711 /wd4738 /wd4774 /wd4820
|
|
|
|
|
/wd5026 /wd5027 /wd5039 /wd5042 /wd5045
|
|
|
|
|
</AdditionalOptions>
|
2017-10-01 23:07:58 +02:00
|
|
|
|
|
2018-10-23 23:25:01 +02:00
|
|
|
|
<!-- CharLS is cross-platform and cannot use the MSVC only secure CRT library functions. -->
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
2017-10-01 23:07:58 +02:00
|
|
|
|
<!-- Use all cores to speed up the compilation (MS recommended best practice). -->
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
|
|
|
|
|
<!-- Explicit define that all projects are compiled according the latest offical C++ standard -->
|
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
|
|
|
|
|
|
|
|
<!-- Explicit disable non conforming MSVC compiler options that are not compatible with the C++ standard -->
|
2018-05-31 12:44:03 +02:00
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
2018-10-11 21:12:39 +02:00
|
|
|
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory)include</AdditionalIncludeDirectories>
|
2017-10-01 23:07:58 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2017-10-05 16:41:53 +02:00
|
|
|
|
|
2018-12-05 00:04:19 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Checked'">
|
2017-10-05 16:41:53 +02:00
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2018-05-31 14:15:05 +02:00
|
|
|
|
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)default.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Checked'">
|
2017-10-05 16:41:53 +02:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<!-- For checked builds, enable the MS static analyzer build into the compiler. -->
|
|
|
|
|
<EnablePREfast>true</EnablePREfast>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2017-10-01 23:07:58 +02:00
|
|
|
|
</Project>
|