Line | |
---|
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 | <Import Project="ab-common.props" />
|
---|
5 | </ImportGroup>
|
---|
6 | <PropertyGroup Label="UserMacros" />
|
---|
7 | <PropertyGroup />
|
---|
8 | <ItemDefinitionGroup>
|
---|
9 | <ClCompile>
|
---|
10 | <PreprocessorDefinitions>WINVER=0x040A;_WIN32_WINNT=0x0403;_WIN32_WINDOWS=0x0400;_WIN32_IE=0x0401;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
11 | <EnablePREfast>true</EnablePREfast>
|
---|
12 | </ClCompile>
|
---|
13 | <Link>
|
---|
14 | <AdditionalLibraryDirectories>$(SolutionDir)..\jenga\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
---|
15 | </Link>
|
---|
16 | </ItemDefinitionGroup>
|
---|
17 | <ItemGroup />
|
---|
18 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.