Updating Beckhoff SDK

If older Visual Studio C++ projects are compiled against earlier SDK versions, an adjustment needs to be made once.
This adjustment does not need to be made for newer versions of the Beckhoff SDK.

Example:

Old SDK:

<Platforms>

<Platform

    Name="HMI_500_V1.1 (x86)"

/>

</Platforms>

<ToolFiles>

</ToolFiles>

<Configurations>

<Configuration

Name="Debug|HMI_500_V1.1 (x86)"


OutputDirectory="$(PlatformName)\$(ConfigurationName)"



IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"


...

New SDK:

<Platforms>

<Platform

    Name="Beckhoff_HMI_500
(x86)"

/>

</Platforms>

<ToolFiles>

</ToolFiles>

<Configurations>

<Configuration

Name="Debug|Beckhoff_HMI_500
(x86)"


OutputDirectory="$(PlatformName)\$(ConfigurationName)"



IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"


...