gavinpugh / vs-android

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

Compilation failure due to wrong visual studio version treatment #133

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
In: vs-android.ToolPaths.props  file
You need to specifically test all different versions and not just assume ==12 
or !=12.
It caused a failure on my 11 version.
I used VSAndroid 0.963
Attached a fixed version that worked for me

Original issue reported on code.google.com by Daniel...@gmail.com on 18 Dec 2014 at 2:25

Attachments: