Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: source/tools/ctestfw/ctestfw.vcxproj

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/test/threadtest/threadtest.dsw ('k') | source/tools/ctestfw/ctestfw.vcxproj.filters » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32"> 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64"> 8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 100 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
101 <WarningLevel>Level3</WarningLevel> 101 <WarningLevel>Level3</WarningLevel>
102 <SuppressStartupBanner>true</SuppressStartupBanner> 102 <SuppressStartupBanner>true</SuppressStartupBanner>
103 <CompileAs>Default</CompileAs> 103 <CompileAs>Default</CompileAs>
104 </ClCompile> 104 </ClCompile>
105 <ResourceCompile> 105 <ResourceCompile>
106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
107 <Culture>0x0409</Culture> 107 <Culture>0x0409</Culture>
108 </ResourceCompile> 108 </ResourceCompile>
109 <Link> 109 <Link>
110 <OutputFile>..\..\..\bin\icutest54.dll</OutputFile> 110 <OutputFile>..\..\..\bin\icutest55.dll</OutputFile>
111 <SuppressStartupBanner>true</SuppressStartupBanner> 111 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <ProgramDatabaseFile>.\..\..\..\lib\icutest.pdb</ProgramDatabaseFile> 112 <ProgramDatabaseFile>.\..\..\..\lib\icutest.pdb</ProgramDatabaseFile>
113 <EnableCOMDATFolding>true</EnableCOMDATFolding> 113 <EnableCOMDATFolding>true</EnableCOMDATFolding>
114 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 114 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
115 <RandomizedBaseAddress>false</RandomizedBaseAddress> 115 <RandomizedBaseAddress>false</RandomizedBaseAddress>
116 <DataExecutionPrevention> 116 <DataExecutionPrevention>
117 </DataExecutionPrevention> 117 </DataExecutionPrevention>
118 <ImportLibrary>.\..\..\..\lib\icutest.lib</ImportLibrary> 118 <ImportLibrary>.\..\..\..\lib\icutest.lib</ImportLibrary>
119 </Link> 119 </Link>
120 </ItemDefinitionGroup> 120 </ItemDefinitionGroup>
(...skipping 22 matching lines...) Expand all
143 <WarningLevel>Level3</WarningLevel> 143 <WarningLevel>Level3</WarningLevel>
144 <SuppressStartupBanner>true</SuppressStartupBanner> 144 <SuppressStartupBanner>true</SuppressStartupBanner>
145 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 145 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
146 <CompileAs>Default</CompileAs> 146 <CompileAs>Default</CompileAs>
147 </ClCompile> 147 </ClCompile>
148 <ResourceCompile> 148 <ResourceCompile>
149 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 149 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
150 <Culture>0x0409</Culture> 150 <Culture>0x0409</Culture>
151 </ResourceCompile> 151 </ResourceCompile>
152 <Link> 152 <Link>
153 <OutputFile>..\..\..\bin\icutest54d.dll</OutputFile> 153 <OutputFile>..\..\..\bin\icutest55d.dll</OutputFile>
154 <SuppressStartupBanner>true</SuppressStartupBanner> 154 <SuppressStartupBanner>true</SuppressStartupBanner>
155 <GenerateDebugInformation>true</GenerateDebugInformation> 155 <GenerateDebugInformation>true</GenerateDebugInformation>
156 <ProgramDatabaseFile>.\..\..\..\lib\icutestd.pdb</ProgramDatabaseFile> 156 <ProgramDatabaseFile>.\..\..\..\lib\icutestd.pdb</ProgramDatabaseFile>
157 <RandomizedBaseAddress>false</RandomizedBaseAddress> 157 <RandomizedBaseAddress>false</RandomizedBaseAddress>
158 <DataExecutionPrevention> 158 <DataExecutionPrevention>
159 </DataExecutionPrevention> 159 </DataExecutionPrevention>
160 <ImportLibrary>.\..\..\..\lib\icutestd.lib</ImportLibrary> 160 <ImportLibrary>.\..\..\..\lib\icutestd.lib</ImportLibrary>
161 </Link> 161 </Link>
162 </ItemDefinitionGroup> 162 </ItemDefinitionGroup>
163 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" > 163 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
(...skipping 19 matching lines...) Expand all
183 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 183 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
184 <WarningLevel>Level3</WarningLevel> 184 <WarningLevel>Level3</WarningLevel>
185 <SuppressStartupBanner>true</SuppressStartupBanner> 185 <SuppressStartupBanner>true</SuppressStartupBanner>
186 <CompileAs>Default</CompileAs> 186 <CompileAs>Default</CompileAs>
187 </ClCompile> 187 </ClCompile>
188 <ResourceCompile> 188 <ResourceCompile>
189 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 189 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
190 <Culture>0x0409</Culture> 190 <Culture>0x0409</Culture>
191 </ResourceCompile> 191 </ResourceCompile>
192 <Link> 192 <Link>
193 <OutputFile>..\..\..\bin64\icutest54.dll</OutputFile> 193 <OutputFile>..\..\..\bin64\icutest55.dll</OutputFile>
194 <SuppressStartupBanner>true</SuppressStartupBanner> 194 <SuppressStartupBanner>true</SuppressStartupBanner>
195 <ProgramDatabaseFile>.\..\..\..\lib64\icutest.pdb</ProgramDatabaseFile> 195 <ProgramDatabaseFile>.\..\..\..\lib64\icutest.pdb</ProgramDatabaseFile>
196 <EnableCOMDATFolding>true</EnableCOMDATFolding> 196 <EnableCOMDATFolding>true</EnableCOMDATFolding>
197 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 197 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
198 <ImportLibrary>.\..\..\..\lib64\icutest.lib</ImportLibrary> 198 <ImportLibrary>.\..\..\..\lib64\icutest.lib</ImportLibrary>
199 <TargetMachine>MachineX64</TargetMachine> 199 <TargetMachine>MachineX64</TargetMachine>
200 </Link> 200 </Link>
201 </ItemDefinitionGroup> 201 </ItemDefinitionGroup>
202 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 202 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
203 <Midl> 203 <Midl>
(...skipping 20 matching lines...) Expand all
224 <WarningLevel>Level3</WarningLevel> 224 <WarningLevel>Level3</WarningLevel>
225 <SuppressStartupBanner>true</SuppressStartupBanner> 225 <SuppressStartupBanner>true</SuppressStartupBanner>
226 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 226 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
227 <CompileAs>Default</CompileAs> 227 <CompileAs>Default</CompileAs>
228 </ClCompile> 228 </ClCompile>
229 <ResourceCompile> 229 <ResourceCompile>
230 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 230 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
231 <Culture>0x0409</Culture> 231 <Culture>0x0409</Culture>
232 </ResourceCompile> 232 </ResourceCompile>
233 <Link> 233 <Link>
234 <OutputFile>..\..\..\bin64\icutest54d.dll</OutputFile> 234 <OutputFile>..\..\..\bin64\icutest55d.dll</OutputFile>
235 <SuppressStartupBanner>true</SuppressStartupBanner> 235 <SuppressStartupBanner>true</SuppressStartupBanner>
236 <GenerateDebugInformation>true</GenerateDebugInformation> 236 <GenerateDebugInformation>true</GenerateDebugInformation>
237 <ProgramDatabaseFile>.\..\..\..\lib64\icutestd.pdb</ProgramDatabaseFile> 237 <ProgramDatabaseFile>.\..\..\..\lib64\icutestd.pdb</ProgramDatabaseFile>
238 <ImportLibrary>.\..\..\..\lib64\icutestd.lib</ImportLibrary> 238 <ImportLibrary>.\..\..\..\lib64\icutestd.lib</ImportLibrary>
239 <TargetMachine>MachineX64</TargetMachine> 239 <TargetMachine>MachineX64</TargetMachine>
240 </Link> 240 </Link>
241 </ItemDefinitionGroup> 241 </ItemDefinitionGroup>
242 <ItemGroup> 242 <ItemGroup>
243 <ClCompile Include="ctest.c" /> 243 <ClCompile Include="ctest.c" />
244 <ClCompile Include="datamap.cpp" /> 244 <ClCompile Include="datamap.cpp" />
(...skipping 29 matching lines...) Expand all
274 </ProjectReference> 274 </ProjectReference>
275 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 275 <ProjectReference Include="..\toolutil\toolutil.vcxproj">
276 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 276 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
277 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 277 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
278 </ProjectReference> 278 </ProjectReference>
279 </ItemGroup> 279 </ItemGroup>
280 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 280 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
281 <ImportGroup Label="ExtensionTargets"> 281 <ImportGroup Label="ExtensionTargets">
282 </ImportGroup> 282 </ImportGroup>
283 </Project> 283 </Project>
OLDNEW
« no previous file with comments | « source/test/threadtest/threadtest.dsw ('k') | source/tools/ctestfw/ctestfw.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698