none
Installation VS 2012 platformtoolset v110 in falschem Pfad RRS feed

  • Frage

  • Ich habe nun schon mehrfach Visual Studio 2012 Prof installiert.

    Aber das c++ Platformtoolset wird immer in einen falschen Pfad installiert.

    Wie kann ich das beeinflussen?

    Die Targets- und Props-Files liegen bei mir hier:

    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\Win32\PlatformToolsets\v110

    wogegen die entsprechenden Dateien von Visual Studio 2010 hier liegen:

    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets\v100

    Wenn ich in die targets ansehe steht aber darin

    <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportBefore')" />
      <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" />
      <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportAfter')" />
    </Project>

    Ich finde aber weder ein ImportsAfter noch ImportBefore-Verzeichnis auf meinem Rechner.

    Was ist da schief gelaufen?

    Montag, 22. Juli 2013 13:43

Antworten

Alle Antworten