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/gcc</CompilerPath>
5  <LinkerPath Condition=" '$(LinkerPath)' == '' ">/usr/bin/gcc</LinkerPath>
6  <ArPath Condition=" '$(ArPath)' == '' ">/usr/bin/ar</ArPath>
7  <CurrentPlatform>Linux</CurrentPlatform>
8  <DefineConstants>$(DefineConstants);PLATFORM_LINUX</DefineConstants>
9</PropertyGroup>
10</Project>
11