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    <OutDir>$(ConfigurationBuildDir)\lib$(PlatformArchitecture)\</OutDir>
7  </PropertyGroup>
8  <ItemDefinitionGroup>
9    <ClCompile />
10    <Midl>
11      <HeaderFileName>$(OutDir)$(TargetName).h</HeaderFileName>
12    </Midl>
13    <ClCompile>
14      <ForcedIncludeFiles>
15      </ForcedIncludeFiles>
16      <CompileAs>CompileAsC</CompileAs>
17    </ClCompile>
18  </ItemDefinitionGroup>
19  <ItemGroup />
20</Project>