Beckhoff-SDK aktualisieren

Wenn ältere Visual Studio C++ - Projekte gegen frühere SDK Versionen kompiliert wurden so muss einmalig eine Anpassung erfolgen.
Für neuere Versionen des Beckhoff-SDK muss diese Anpassung nicht mehr erfolgen.

Beispiel:

Altes 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)"


...

Neues 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)"


...