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