1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ImportGroup Label="PropertySheets" />
4  <PropertyGroup Label="UserMacros" />
5  <PropertyGroup>
6    <UseDebugLibraries>false</UseDebugLibraries>
7    <WholeProgramOptimization>true</WholeProgramOptimization>
8  </PropertyGroup>
9  <ItemDefinitionGroup>
10    <Link>
11      <OptimizeReferences>true</OptimizeReferences>
12      <EnableCOMDATFolding>true</EnableCOMDATFolding>
13    </Link>
14    <ClCompile>
15      <IntrinsicFunctions>true</IntrinsicFunctions>
16    </ClCompile>
17  </ItemDefinitionGroup>
18  <ItemGroup />
19</Project>
20