]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="utf-8"?> | |
2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <PropertyGroup Label="Globals"> | |
4 | <ProjectGuid>{3D1246AE-1B32-479B-BECA-AEFA97BE2321}</ProjectGuid> | |
5 | </PropertyGroup> | |
6 | <PropertyGroup Label="Configuration"> | |
7 | <ConfigurationType>Application</ConfigurationType> | |
8 | <UseOfMfc>false</UseOfMfc> | |
9 | <CharacterSet>MultiByte</CharacterSet> | |
10 | </PropertyGroup> | |
11 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
12 | <!-- The following import will include the 'default' configuration options for VS projects. --> | |
13 | <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" /> | |
14 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
15 | <ImportGroup Label="ExtensionSettings"> | |
16 | </ImportGroup> | |
17 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
18 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
19 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
20 | </ImportGroup> | |
21 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
22 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
23 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
24 | </ImportGroup> | |
25 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
26 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
27 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
28 | </ImportGroup> | |
29 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
30 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
31 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
32 | </ImportGroup> | |
33 | <PropertyGroup Label="UserMacros" /> | |
34 | <PropertyGroup> | |
35 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
36 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
37 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
38 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
39 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> | |
40 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
41 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
42 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
43 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
44 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
45 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
46 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
47 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
48 | </PropertyGroup> | |
49 | <!-- Options that are common to *all* project configurations --> | |
50 | <ItemDefinitionGroup> | |
51 | <ClCompile> | |
52 | <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
53 | <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
54 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
55 | <WarningLevel>Level3</WarningLevel> | |
56 | </ClCompile> | |
57 | </ItemDefinitionGroup> | |
58 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
59 | <Midl> | |
60 | <TypeLibraryName>.\x86\Debug/cintltst.tlb</TypeLibraryName> | |
61 | </Midl> | |
62 | <ClCompile> | |
63 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
64 | <PrecompiledHeaderOutputFile>.\x86\Debug/cintltst.pch</PrecompiledHeaderOutputFile> | |
65 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
66 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
67 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
68 | <BrowseInformation>true</BrowseInformation> | |
69 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
70 | <CompileAs>Default</CompileAs> | |
71 | </ClCompile> | |
72 | <Link> | |
73 | <OutputFile>.\x86\Debug/cintltst.exe</OutputFile> | |
74 | <AdditionalDependencies>icuucd.lib;icuind.lib;icutestd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
75 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
76 | <ProgramDatabaseFile>.\x86\Debug/cintltst.pdb</ProgramDatabaseFile> | |
77 | <SubSystem>Console</SubSystem> | |
78 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
79 | <FixedBaseAddress>false</FixedBaseAddress> | |
80 | <DataExecutionPrevention> | |
81 | </DataExecutionPrevention> | |
82 | </Link> | |
83 | </ItemDefinitionGroup> | |
84 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
85 | <Midl> | |
86 | <TypeLibraryName>.\x86\Release/cintltst.tlb</TypeLibraryName> | |
87 | </Midl> | |
88 | <ClCompile> | |
89 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
90 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
91 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
92 | <PrecompiledHeaderOutputFile>.\x86\Release/cintltst.pch</PrecompiledHeaderOutputFile> | |
93 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
94 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
95 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
96 | <CompileAs>Default</CompileAs> | |
97 | </ClCompile> | |
98 | <Link> | |
99 | <OutputFile>.\x86\Release/cintltst.exe</OutputFile> | |
100 | <AdditionalDependencies>icuuc.lib;icuin.lib;icutest.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
101 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
102 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
103 | <ProgramDatabaseFile>.\x86\Release/cintltst.pdb</ProgramDatabaseFile> | |
104 | <SubSystem>Console</SubSystem> | |
105 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
106 | <DataExecutionPrevention> | |
107 | </DataExecutionPrevention> | |
108 | </Link> | |
109 | </ItemDefinitionGroup> | |
110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
111 | <Midl> | |
112 | <TypeLibraryName>.\x64\Debug/cintltst.tlb</TypeLibraryName> | |
113 | </Midl> | |
114 | <ClCompile> | |
115 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
116 | <PrecompiledHeaderOutputFile>.\x64\Debug/cintltst.pch</PrecompiledHeaderOutputFile> | |
117 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
118 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
119 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
120 | <BrowseInformation>true</BrowseInformation> | |
121 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
122 | <CompileAs>Default</CompileAs> | |
123 | </ClCompile> | |
124 | <Link> | |
125 | <OutputFile>.\x64\Debug/cintltst.exe</OutputFile> | |
126 | <AdditionalDependencies>icuucd.lib;icuind.lib;icutestd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
127 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
128 | <ProgramDatabaseFile>.\x64\Debug/cintltst.pdb</ProgramDatabaseFile> | |
129 | <SubSystem>Console</SubSystem> | |
130 | <FixedBaseAddress>false</FixedBaseAddress> | |
131 | </Link> | |
132 | </ItemDefinitionGroup> | |
133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
134 | <Midl> | |
135 | <TypeLibraryName>.\x64\Release/cintltst.tlb</TypeLibraryName> | |
136 | </Midl> | |
137 | <ClCompile> | |
138 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
139 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
140 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
141 | <PrecompiledHeaderOutputFile>.\x64\Release/cintltst.pch</PrecompiledHeaderOutputFile> | |
142 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
143 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
144 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
145 | <CompileAs>Default</CompileAs> | |
146 | </ClCompile> | |
147 | <Link> | |
148 | <OutputFile>.\x64\Release/cintltst.exe</OutputFile> | |
149 | <AdditionalDependencies>icuuc.lib;icuin.lib;icutest.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
150 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
151 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
152 | <ProgramDatabaseFile>.\x64\Release/cintltst.pdb</ProgramDatabaseFile> | |
153 | <SubSystem>Console</SubSystem> | |
154 | </Link> | |
155 | </ItemDefinitionGroup> | |
156 | <ItemGroup> | |
157 | <ClCompile Include="cbididat.c" /> | |
158 | <ClCompile Include="cbiditransformtst.c" /> | |
159 | <ClCompile Include="cbiditst.c" /> | |
160 | <ClCompile Include="cbiapts.c" /> | |
161 | <ClCompile Include="cbkittst.c" /> | |
162 | <ClCompile Include="callcoll.c" /> | |
163 | <ClCompile Include="capitst.c" /> | |
164 | <ClCompile Include="ccolltst.c" /> | |
165 | <ClCompile Include="ccurrtst.c" /> | |
166 | <ClCompile Include="cdetst.c" /> | |
167 | <ClCompile Include="cestst.c" /> | |
168 | <ClCompile Include="cfintst.c" /> | |
169 | <ClCompile Include="cfrtst.c" /> | |
170 | <ClCompile Include="cg7coll.c" /> | |
171 | <ClCompile Include="citertst.c" /> | |
172 | <ClCompile Include="cjaptst.c" /> | |
173 | <ClCompile Include="cmsccoll.c" /> | |
174 | <ClCompile Include="cturtst.c" /> | |
175 | <ClCompile Include="encoll.c" /> | |
176 | <ClCompile Include="usrchdat.c"> | |
177 | <ExcludedFromBuild>true</ExcludedFromBuild> | |
178 | </ClCompile> | |
179 | <ClCompile Include="usrchtst.c" /> | |
180 | <ClCompile Include="chashtst.c" /> | |
181 | <ClCompile Include="sorttest.c" /> | |
182 | <ClCompile Include="trie2test.c" /> | |
183 | <ClCompile Include="trietest.c" /> | |
184 | <ClCompile Include="ucptrietest.c" /> | |
185 | <ClCompile Include="uenumtst.c" /> | |
186 | <ClCompile Include="bocu1tst.c" /> | |
187 | <ClCompile Include="ccapitst.c" /> | |
188 | <ClCompile Include="cconvtst.c" /> | |
189 | <ClCompile Include="cctest.c" /> | |
190 | <ClCompile Include="eurocreg.c" /> | |
191 | <ClCompile Include="nccbtst.c" /> | |
192 | <ClCompile Include="ncnvfbts.c" /> | |
193 | <ClCompile Include="ncnvtst.c" /> | |
194 | <ClCompile Include="nucnvtst.c" /> | |
195 | <ClCompile Include="stdnmtst.c" /> | |
196 | <ClCompile Include="ucnvseltst.c" /> | |
197 | <ClCompile Include="ucsdetst.c" /> | |
198 | <ClCompile Include="udatatst.c"/> | |
199 | <ClCompile Include="ccaltst.c" /> | |
200 | <ClCompile Include="cdateintervalformattest.c" /> | |
201 | <ClCompile Include="cdattst.c" /> | |
202 | <ClCompile Include="cdtdptst.c" /> | |
203 | <ClCompile Include="cdtrgtst.c" /> | |
204 | <ClCompile Include="cformtst.c" /> | |
205 | <ClCompile Include="cgendtst.c" /> | |
206 | <ClCompile Include="cmsgtst.c" /> | |
207 | <ClCompile Include="cnmdptst.c" /> | |
208 | <ClCompile Include="cnumtst.c" /> | |
209 | <ClCompile Include="cpluralrulestest.c" /> | |
210 | <ClCompile Include="currtest.c" /> | |
211 | <ClCompile Include="udatpg_test.c" /> | |
212 | <ClCompile Include="utmstest.c" /> | |
213 | <ClCompile Include="cldrtest.c" /> | |
214 | <ClCompile Include="cloctst.c" /> | |
215 | <ClCompile Include="cposxtst.c" /> | |
216 | <ClCompile Include="crelativedateformattest.c" /> | |
217 | <ClCompile Include="crestst.c" /> | |
218 | <ClCompile Include="creststn.c" /> | |
219 | <ClCompile Include="calltest.c" /> | |
220 | <ClCompile Include="cintltst.c" /> | |
221 | <ClCompile Include="cutiltst.c" /> | |
222 | <ClCompile Include="hpmufn.c" /> | |
223 | <ClCompile Include="putiltst.c" /> | |
224 | <ClCompile Include="tracetst.c" /> | |
225 | <ClCompile Include="cnormtst.c" /> | |
226 | <ClCompile Include="cucdapi.c" /> | |
227 | <ClCompile Include="cucdtst.c" /> | |
228 | <ClCompile Include="usettest.c" /> | |
229 | <ClCompile Include="cstrcase.c" /> | |
230 | <ClCompile Include="cstrtest.c" /> | |
231 | <ClCompile Include="custrtrn.c" /> | |
232 | <ClCompile Include="custrtst.c" /> | |
233 | <ClCompile Include="utexttst.c" /> | |
234 | <ClCompile Include="utf16tst.c" /> | |
235 | <ClCompile Include="utf8tst.c" /> | |
236 | <ClCompile Include="utransts.c" /> | |
237 | <ClCompile Include="reapits.c" /> | |
238 | <ClCompile Include="idnatest.c" /> | |
239 | <ClCompile Include="nfsprep.c" /> | |
240 | <ClCompile Include="spreptst.c" /> | |
241 | <ClCompile Include="sprpdata.c" /> | |
242 | <ClCompile Include="spooftest.c" /> | |
243 | <ClCompile Include="uregiontest.c" /> | |
244 | <ClCompile Include="ulistfmttest.c" /> | |
245 | <ClCompile Include="unumberformattertst.c" /> | |
246 | <ClCompile Include="uformattedvaluetst.c" /> | |
247 | </ItemGroup> | |
248 | <ItemGroup> | |
249 | <ClInclude Include="cbiditst.h" /> | |
250 | <ClInclude Include="cbiapts.h" /> | |
251 | <ClInclude Include="callcoll.h" /> | |
252 | <ClInclude Include="capitst.h" /> | |
253 | <ClInclude Include="ccolltst.h" /> | |
254 | <ClInclude Include="ccurrtst.h" /> | |
255 | <ClInclude Include="cdetst.h" /> | |
256 | <ClInclude Include="cestst.h" /> | |
257 | <ClInclude Include="cfintst.h" /> | |
258 | <ClInclude Include="cfrtst.h" /> | |
259 | <ClInclude Include="cg7coll.h" /> | |
260 | <ClInclude Include="citertst.h" /> | |
261 | <ClInclude Include="cjaptst.h" /> | |
262 | <ClInclude Include="cturtst.h" /> | |
263 | <ClInclude Include="encoll.h" /> | |
264 | <ClInclude Include="ccapitst.h" /> | |
265 | <ClInclude Include="nccbtst.h" /> | |
266 | <ClInclude Include="ncnvfbts.h" /> | |
267 | <ClInclude Include="nucnvtst.h" /> | |
268 | <ClInclude Include="ucnvseltst.h" /> | |
269 | <ClInclude Include="ccaltst.h" /> | |
270 | <ClInclude Include="cdattst.h" /> | |
271 | <ClInclude Include="cdtdptst.h" /> | |
272 | <ClInclude Include="cdtrgtst.h" /> | |
273 | <ClInclude Include="cformtst.h" /> | |
274 | <ClInclude Include="cmsgtst.h" /> | |
275 | <ClInclude Include="cnmdptst.h" /> | |
276 | <ClInclude Include="cnumtst.h" /> | |
277 | <ClInclude Include="cloctst.h" /> | |
278 | <ClInclude Include="crestst.h" /> | |
279 | <ClInclude Include="creststn.h" /> | |
280 | <ClInclude Include="cintltst.h" /> | |
281 | <ClInclude Include="cnormtst.h" /> | |
282 | <ClInclude Include="cucdapi.h" /> | |
283 | <ClInclude Include="nfsprep.h" /> | |
284 | </ItemGroup> | |
285 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
286 | <ImportGroup Label="ExtensionTargets"> | |
287 | </ImportGroup> | |
288 | </Project> |