source: dev/trunk/ab5.0/abdev/ab-common-64.props@ 828

Last change on this file since 828 was 828, checked in by イグトランス (egtra), 12 years ago

egtraブランチの内容をマージ。

File size: 688 bytes
RevLine 
[798]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[827]3 <ImportGroup Label="PropertySheets">
4 <Import Project="ab-common.props" />
5 </ImportGroup>
[798]6 <PropertyGroup Label="UserMacros" />
7 <PropertyGroup />
8 <ItemDefinitionGroup>
9 <ClCompile>
[806]10 <PreprocessorDefinitions>WINVER=0x0501;_WIN32_WINNT=0x0501;_WIN32_IE=0x0600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
[798]11 </ClCompile>
12 <Link>
[803]13 <AdditionalLibraryDirectories>..\..\jenga\lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
[798]14 </Link>
15 </ItemDefinitionGroup>
16 <ItemGroup />
17</Project>
Note: See TracBrowser for help on using the repository browser.