1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0"> 3<PropertyGroup> 4 <CompilerPath Condition=" '$(CompilerPath)' == '' ">/usr/bin/clang</CompilerPath> 5 <LinkerPath Condition=" '$(LinkerPath)' == '' ">/usr/bin/clang</LinkerPath> 6 <ArPath Condition=" '$(ArPath)' == '' ">/usr/bin/ar</ArPath> 7 <CurrentPlatform>OSX</CurrentPlatform> 8 <DefineConstants>$(DefineConstants);PLATFORM_OSX</DefineConstants> 9</PropertyGroup> 10</Project> 11