Last change
on this file since 814 was 806, checked in by イグトランス (egtra), 14 years ago |
コンパイラのstdafx.h, .cppを32/64ビットで共通化。Windows SDKに含まれるライブラリ・ヘッダの除去。VC++ 2010 Express with WDKのATL環境で_SECURE_ATLがエラーを起こす問題の修正。4996警告の抑制pragmaを削除。ほか。
|
File size:
630 bytes
|
Rev | Line | |
---|
[798] | 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 | <ItemDefinitionGroup>
|
---|
| 7 | <ClCompile>
|
---|
[806] | 8 | <PreprocessorDefinitions>WINVER=0x0501;_WIN32_WINNT=0x0501;_WIN32_IE=0x0600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
[798] | 9 | </ClCompile>
|
---|
| 10 | <Link>
|
---|
[803] | 11 | <AdditionalLibraryDirectories>..\..\jenga\lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
---|
[798] | 12 | </Link>
|
---|
| 13 | </ItemDefinitionGroup>
|
---|
| 14 | <ItemGroup />
|
---|
| 15 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.