OLD | NEW |
1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
2 <VisualStudioPropertySheet | 2 <VisualStudioPropertySheet |
3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
4 Version="8.00" | 4 Version="8.00" |
5 Name="icu" | 5 Name="icu" |
6 InheritedPropertySheets="..\..\..\build\external_code.vsprops" | |
7 > | 6 > |
8 <Tool | 7 <Tool |
9 Name="VCCLCompilerTool" | 8 Name="VCCLCompilerTool" |
10 AdditionalIncludeDirectories="..\source\common;..\public\common;
..\source\i18n;..\public\i18n;..\source\tools\toolutil" | 9 AdditionalIncludeDirectories="..\source\common;..\public\common;
..\source\i18n;..\public\i18n;..\source\tools\toolutil" |
11 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;U_STATIC_IMPLE
MENTATION" | 10 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;U_STATIC_IMPLE
MENTATION" |
12 Detect64BitPortabilityProblems="false" | 11 Detect64BitPortabilityProblems="false" |
13 » » DisableSpecificWarnings="4005" | 12 » » DisableSpecificWarnings="4005,4996" |
| 13 » /> |
| 14 <Tool |
| 15 » » Name="VCCLinkerTool" |
| 16 AdditionalOptions="/nxcompat /dynamicbase" |
14 /> | 17 /> |
15 </VisualStudioPropertySheet> | 18 </VisualStudioPropertySheet> |
OLD | NEW |