gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

The default "PlatformToolset" property does not get used when creating a new project. #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new project. (Empty / C++)
2. Change configuration --> Congiguration Manager -> New -> Android/Empty .
3. Open 'Properties' by right clicking on project name in solution explorer.
4. "Platform Toolset" field is blank.

What is the expected output? What do you see instead?
arm-linux-androideabi-4.6  (as specified in Microsoft.Cpp.Android.default.props)

What version of the product are you using? On what operating system?
0.96

Please provide any additional information below.
Changing the tag from <PlatformToolset> to <DefaultPlatformToolset> inside 
Microsoft.Cpp.Android.default.props fixes the issue.

Original issue reported on code.google.com by ch...@the-evans-family.com on 10 Jan 2014 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 21 Jan 2014 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 25 Feb 2014 at 6:50

GoogleCodeExporter commented 9 years ago
v0.961 fixes this now. Thanks for the report!

Original comment by gavin.dj.pugh on 25 Feb 2014 at 7:36