]> git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/normperf/normperf.vcproj
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / test / perf / normperf / normperf.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="normperf"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\Debug"
16 IntermediateDirectory=".\Debug"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="1">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 OptimizeForProcessor="2"
25 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw"
26 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MBCS"
27 BasicRuntimeChecks="3"
28 RuntimeLibrary="3"
29 UsePrecompiledHeader="2"
30 PrecompiledHeaderFile=".\Debug/normperf.pch"
31 AssemblerListingLocation=".\Debug/"
32 ObjectFile=".\Debug/"
33 ProgramDataBaseFileName=".\Debug/"
34 BrowseInformation="1"
35 WarningLevel="3"
36 SuppressStartupBanner="TRUE"
37 DebugInformationFormat="4"
38 CompileAs="0"/>
39 <Tool
40 Name="VCCustomBuildTool"/>
41 <Tool
42 Name="VCLinkerTool"
43 AdditionalDependencies="icuucd.lib icutud.lib icutestd.lib winmm.lib"
44 OutputFile=".\Debug/normperf.exe"
45 LinkIncremental="1"
46 SuppressStartupBanner="TRUE"
47 AdditionalLibraryDirectories="..\..\..\..\lib\"
48 GenerateDebugInformation="TRUE"
49 ProgramDatabaseFile=".\Debug/normperf.pdb"
50 SubSystem="1"
51 TargetMachine="1"/>
52 <Tool
53 Name="VCMIDLTool"
54 TypeLibraryName=".\Debug/normperf.tlb"
55 HeaderFileName=""/>
56 <Tool
57 Name="VCPostBuildEventTool"/>
58 <Tool
59 Name="VCPreBuildEventTool"/>
60 <Tool
61 Name="VCPreLinkEventTool"/>
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="_DEBUG"
65 Culture="1033"/>
66 <Tool
67 Name="VCWebServiceProxyGeneratorTool"/>
68 <Tool
69 Name="VCXMLDataGeneratorTool"/>
70 <Tool
71 Name="VCWebDeploymentTool"/>
72 <Tool
73 Name="VCManagedWrapperGeneratorTool"/>
74 <Tool
75 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
76 </Configuration>
77 <Configuration
78 Name="Release|Win32"
79 OutputDirectory=".\Release"
80 IntermediateDirectory=".\Release"
81 ConfigurationType="1"
82 UseOfMFC="0"
83 ATLMinimizesCRunTimeLibraryUsage="FALSE"
84 CharacterSet="2">
85 <Tool
86 Name="VCCLCompilerTool"
87 Optimization="2"
88 InlineFunctionExpansion="1"
89 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw"
90 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
91 StringPooling="TRUE"
92 RuntimeLibrary="2"
93 EnableFunctionLevelLinking="TRUE"
94 UsePrecompiledHeader="2"
95 PrecompiledHeaderFile=".\Release/normperf.pch"
96 AssemblerListingLocation=".\Release/"
97 ObjectFile=".\Release/"
98 ProgramDataBaseFileName=".\Release/"
99 WarningLevel="3"
100 SuppressStartupBanner="TRUE"
101 CompileAs="0"/>
102 <Tool
103 Name="VCCustomBuildTool"/>
104 <Tool
105 Name="VCLinkerTool"
106 AdditionalDependencies="icuuc.lib icutu.lib icutest.lib winmm.lib"
107 OutputFile=".\Release/normperf.exe"
108 LinkIncremental="1"
109 SuppressStartupBanner="TRUE"
110 AdditionalLibraryDirectories="..\..\..\..\lib\"
111 ProgramDatabaseFile=".\Release/normperf.pdb"
112 SubSystem="1"
113 TargetMachine="1"/>
114 <Tool
115 Name="VCMIDLTool"
116 TypeLibraryName=".\Release/normperf.tlb"
117 HeaderFileName=""/>
118 <Tool
119 Name="VCPostBuildEventTool"/>
120 <Tool
121 Name="VCPreBuildEventTool"/>
122 <Tool
123 Name="VCPreLinkEventTool"/>
124 <Tool
125 Name="VCResourceCompilerTool"
126 PreprocessorDefinitions="NDEBUG"
127 Culture="1033"/>
128 <Tool
129 Name="VCWebServiceProxyGeneratorTool"/>
130 <Tool
131 Name="VCXMLDataGeneratorTool"/>
132 <Tool
133 Name="VCWebDeploymentTool"/>
134 <Tool
135 Name="VCManagedWrapperGeneratorTool"/>
136 <Tool
137 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
138 </Configuration>
139 </Configurations>
140 <References>
141 </References>
142 <Files>
143 <Filter
144 Name="Source Files"
145 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
146 <File
147 RelativePath="normperf.cpp">
148 <FileConfiguration
149 Name="Debug|Win32">
150 <Tool
151 Name="VCCLCompilerTool"
152 Optimization="0"
153 AdditionalIncludeDirectories=""
154 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MBCS;_UNICODE;$(NoInherit)"
155 BasicRuntimeChecks="3"
156 BrowseInformation="1"/>
157 </FileConfiguration>
158 <FileConfiguration
159 Name="Release|Win32">
160 <Tool
161 Name="VCCLCompilerTool"
162 Optimization="2"
163 AdditionalIncludeDirectories=""
164 PreprocessorDefinitions=""/>
165 </FileConfiguration>
166 </File>
167 </Filter>
168 <Filter
169 Name="Header Files"
170 Filter="h;hpp;hxx;hm;inl">
171 <File
172 RelativePath="normperf.h">
173 </File>
174 </Filter>
175 <Filter
176 Name="Resource Files"
177 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
178 </Filter>
179 </Files>
180 <Globals>
181 </Globals>
182 </VisualStudioProject>