]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/ctestfw/ctestfw.vcproj
ICU-8.11.4.tar.gz
[apple/icu.git] / icuSources / tools / ctestfw / ctestfw.vcproj
CommitLineData
374ca955 1<?xml version="1.0" encoding="Windows-1252"?>
b75a7d8f
A
2<VisualStudioProject
3 ProjectType="Visual C++"
374ca955 4 Version="7.10"
b75a7d8f 5 Name="ctestfw"
73c04bcf 6 ProjectGUID="{E7D9BA19-6ED3-4325-8D0D-D724F6D29C65}"
b75a7d8f
A
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Release|Win32"
16 OutputDirectory=".\..\..\..\lib"
17 IntermediateDirectory=".\Release"
18 ConfigurationType="2"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE"
21 CharacterSet="2">
22 <Tool
23 Name="VCCLCompilerTool"
b75a7d8f 24 ImproveFloatingPointConsistency="TRUE"
73c04bcf
A
25 AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
26 PreprocessorDefinitions="WIN32;NDEBUG;T_CTEST_IMPLEMENTATION"
b75a7d8f
A
27 StringPooling="TRUE"
28 RuntimeLibrary="2"
29 EnableFunctionLevelLinking="TRUE"
30 DisableLanguageExtensions="TRUE"
73c04bcf 31 TreatWChar_tAsBuiltInType="TRUE"
374ca955 32 PrecompiledHeaderFile=".\Release/icutest.pch"
b75a7d8f
A
33 AssemblerListingLocation=".\Release/"
34 ObjectFile=".\Release/"
35 ProgramDataBaseFileName=".\Release/"
36 WarningLevel="3"
37 SuppressStartupBanner="TRUE"
38 CompileAs="0"/>
39 <Tool
40 Name="VCCustomBuildTool"/>
41 <Tool
42 Name="VCLinkerTool"
374ca955 43 OutputFile="..\..\..\bin\icutest.dll"
b75a7d8f
A
44 LinkIncremental="1"
45 SuppressStartupBanner="TRUE"
374ca955 46 ProgramDatabaseFile=".\..\..\..\lib\icutest.pdb"
73c04bcf 47 EnableCOMDATFolding="2"
374ca955 48 ImportLibrary=".\..\..\..\lib\icutest.lib"/>
b75a7d8f
A
49 <Tool
50 Name="VCMIDLTool"
51 PreprocessorDefinitions="NDEBUG"
52 MkTypLibCompatible="TRUE"
53 SuppressStartupBanner="TRUE"
54 TargetEnvironment="1"
374ca955 55 TypeLibraryName=".\..\..\..\lib\icutest.tlb"/>
b75a7d8f
A
56 <Tool
57 Name="VCPostBuildEventTool"/>
58 <Tool
59 Name="VCPreBuildEventTool"/>
60 <Tool
61 Name="VCPreLinkEventTool"/>
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="NDEBUG"
65 Culture="1033"/>
66 <Tool
67 Name="VCWebServiceProxyGeneratorTool"/>
374ca955
A
68 <Tool
69 Name="VCXMLDataGeneratorTool"/>
b75a7d8f
A
70 <Tool
71 Name="VCWebDeploymentTool"/>
374ca955
A
72 <Tool
73 Name="VCManagedWrapperGeneratorTool"/>
74 <Tool
75 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
b75a7d8f
A
76 </Configuration>
77 <Configuration
78 Name="Debug|Win32"
79 OutputDirectory=".\..\..\..\lib"
80 IntermediateDirectory=".\Debug"
81 ConfigurationType="2"
82 UseOfMFC="0"
83 ATLMinimizesCRunTimeLibraryUsage="FALSE"
84 CharacterSet="2">
85 <Tool
86 Name="VCCLCompilerTool"
87 Optimization="0"
88 ImproveFloatingPointConsistency="TRUE"
73c04bcf
A
89 AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
90 PreprocessorDefinitions="WIN32;_DEBUG;T_CTEST_IMPLEMENTATION"
b75a7d8f
A
91 BasicRuntimeChecks="3"
92 RuntimeLibrary="3"
73c04bcf 93 BufferSecurityCheck="TRUE"
b75a7d8f 94 DisableLanguageExtensions="TRUE"
73c04bcf 95 TreatWChar_tAsBuiltInType="TRUE"
374ca955 96 PrecompiledHeaderFile=".\Debug/icutest.pch"
b75a7d8f
A
97 AssemblerListingLocation=".\Debug/"
98 ObjectFile=".\Debug/"
99 ProgramDataBaseFileName=".\Debug/"
100 BrowseInformation="1"
101 WarningLevel="3"
102 SuppressStartupBanner="TRUE"
103 DebugInformationFormat="4"
104 CompileAs="0"/>
105 <Tool
106 Name="VCCustomBuildTool"/>
107 <Tool
108 Name="VCLinkerTool"
374ca955 109 OutputFile="..\..\..\bin\icutestd.dll"
b75a7d8f
A
110 LinkIncremental="2"
111 SuppressStartupBanner="TRUE"
112 GenerateDebugInformation="TRUE"
374ca955
A
113 ProgramDatabaseFile=".\..\..\..\lib\icutestd.pdb"
114 ImportLibrary=".\..\..\..\lib\icutestd.lib"/>
b75a7d8f
A
115 <Tool
116 Name="VCMIDLTool"
117 PreprocessorDefinitions="_DEBUG"
118 MkTypLibCompatible="TRUE"
119 SuppressStartupBanner="TRUE"
120 TargetEnvironment="1"
374ca955 121 TypeLibraryName=".\..\..\..\lib\icutestd.tlb"/>
b75a7d8f
A
122 <Tool
123 Name="VCPostBuildEventTool"/>
124 <Tool
125 Name="VCPreBuildEventTool"/>
126 <Tool
127 Name="VCPreLinkEventTool"/>
128 <Tool
129 Name="VCResourceCompilerTool"
130 PreprocessorDefinitions="_DEBUG"
131 Culture="1033"/>
132 <Tool
133 Name="VCWebServiceProxyGeneratorTool"/>
374ca955
A
134 <Tool
135 Name="VCXMLDataGeneratorTool"/>
b75a7d8f
A
136 <Tool
137 Name="VCWebDeploymentTool"/>
374ca955
A
138 <Tool
139 Name="VCManagedWrapperGeneratorTool"/>
140 <Tool
141 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
b75a7d8f
A
142 </Configuration>
143 </Configurations>
374ca955
A
144 <References>
145 </References>
b75a7d8f
A
146 <Files>
147 <Filter
148 Name="Source Files"
149 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
150 <File
151 RelativePath=".\ctest.c">
152 </File>
374ca955
A
153 <File
154 RelativePath=".\datamap.cpp">
155 </File>
156 <File
157 RelativePath=".\testdata.cpp">
158 </File>
159 <File
160 RelativePath=".\tstdtmod.cpp">
161 </File>
73c04bcf
A
162 <File
163 RelativePath=".\uperf.cpp">
164 <FileConfiguration
165 Name="Release|Win32">
166 <Tool
167 Name="VCCLCompilerTool"
168 DisableLanguageExtensions="FALSE"/>
169 </FileConfiguration>
170 <FileConfiguration
171 Name="Debug|Win32">
172 <Tool
173 Name="VCCLCompilerTool"
174 DisableLanguageExtensions="FALSE"/>
175 </FileConfiguration>
176 </File>
b75a7d8f
A
177 </Filter>
178 <Filter
179 Name="Header Files"
180 Filter="h;hpp;hxx;hm;inl">
181 <File
182 RelativePath=".\unicode\ctest.h">
374ca955
A
183 </File>
184 <File
185 RelativePath=".\unicode\datamap.h">
186 </File>
187 <File
188 RelativePath=".\unicode\testdata.h">
189 </File>
190 <File
191 RelativePath=".\unicode\testlog.h">
192 </File>
193 <File
194 RelativePath=".\unicode\testtype.h">
195 </File>
196 <File
197 RelativePath=".\unicode\tstdtmod.h">
b75a7d8f 198 </File>
73c04bcf
A
199 <File
200 RelativePath=".\unicode\uperf.h">
201 </File>
202 <File
203 RelativePath=".\unicode\utimer.h">
204 </File>
b75a7d8f
A
205 </Filter>
206 <Filter
207 Name="Resource Files"
208 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
209 </Filter>
210 </Files>
211 <Globals>
212 </Globals>
213</VisualStudioProject>