উইন্ডোজ ৮ এক্স x64 এ ভিজ্যুয়াল স্টুডিও 2012 ব্যবহার করে এটি ম্যাসবিল্ডটি। নেট এ স্থানান্তরিত হওয়ার কারণে ঘটে তবে এটি কীভাবে ঠিক করা যায় তা আমি এখনও দেখতে পাইনি।
4>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5): error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v120 to build using the v120 build tools.
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5):
error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v120 to build using the v120 build tools.
5>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5): error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v120 to build using the v120 build tools.
PlatformToolset
করতে, আপনি এটির মতো ওভাররাইড করতে পারেন (ভিএস ২০১৩):"\Program Files (x86)\MSBuild\12.0\Bin\MSBuild" .\path\to\MySolution.sln /p:PlatformToolset=v120
(আপনি যদি পাওয়ারশেলের সাথে থাকেন তবে&
আগে রাখুন\Progr..
)। VS2015 জন্য, এটি হয়ে যাবে"\Program Files (x86)\MSBuild\14.0\Bin\MSBuild"
এবং/p:PlatformToolset=v140
ইত্যাদি।