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

Side by Side Diff: source/tools/icuinfo/testplug.vcxproj

Issue 2443653002: Delete Visual Studio build files (Closed)
Patch Set: Created 4 years, 2 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/tools/icuinfo/icuinfo.vcxproj ('k') | source/tools/icuinfo/testplug.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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{659D0C08-D4ED-4BF3-B02B-2D8D4B5A7A7A}</ProjectGuid>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration">
26 <ConfigurationType>DynamicLibrary</ConfigurationType>
27 <UseOfMfc>false</UseOfMfc>
28 <CharacterSet>MultiByte</CharacterSet>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
31 <ConfigurationType>DynamicLibrary</ConfigurationType>
32 <UseOfMfc>false</UseOfMfc>
33 <CharacterSet>MultiByte</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label=" Configuration">
36 <ConfigurationType>DynamicLibrary</ConfigurationType>
37 <UseOfMfc>false</UseOfMfc>
38 <CharacterSet>MultiByte</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label ="Configuration">
41 <ConfigurationType>DynamicLibrary</ConfigurationType>
42 <UseOfMfc>false</UseOfMfc>
43 <CharacterSet>MultiByte</CharacterSet>
44 </PropertyGroup>
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <ImportGroup Label="ExtensionSettings">
47 </ImportGroup>
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=" PropertySheets">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
51 </ImportGroup>
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label ="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Pr opertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label=" PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
63 </ImportGroup>
64 <PropertyGroup Label="UserMacros" />
65 <PropertyGroup>
66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\ ..\lib\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease-testplug\</IntDir>
69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\.. \lib\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g-testplug\</IntDir>
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">t rue</LinkIncremental>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase-testplug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase-testplug\</IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f alse</LinkIncremental>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug- testplug\</OutDir>
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug- testplug\</IntDir>
78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">tru e</LinkIncremental>
79 </PropertyGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
81 <Midl>
82 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
83 <MkTypLibCompatible>true</MkTypLibCompatible>
84 <SuppressStartupBanner>true</SuppressStartupBanner>
85 <TargetEnvironment>Win32</TargetEnvironment>
86 <TypeLibraryName>.\..\..\..\lib\testplug.tlb</TypeLibraryName>
87 </Midl>
88 <ClCompile>
89 <WholeProgramOptimization>true</WholeProgramOptimization>
90 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;.. \ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMP LEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92 <StringPooling>true</StringPooling>
93 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
94 <FunctionLevelLinking>true</FunctionLevelLinking>
95 <DisableLanguageExtensions>true</DisableLanguageExtensions>
96 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
97 <PrecompiledHeaderOutputFile>.\x86\Release-testplug/testplug.pch</Precompi ledHeaderOutputFile>
98 <AssemblerListingLocation>.\x86\Release-testplug/</AssemblerListingLocatio n>
99 <ObjectFileName>.\x86\Release-testplug/</ObjectFileName>
100 <ProgramDataBaseFileName>.\x86\Release-testplug/</ProgramDataBaseFileName>
101 <WarningLevel>Level3</WarningLevel>
102 <SuppressStartupBanner>true</SuppressStartupBanner>
103 <CompileAs>Default</CompileAs>
104 </ClCompile>
105 <ResourceCompile>
106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
107 <Culture>0x0409</Culture>
108 </ResourceCompile>
109 <Link>
110 <OutputFile>..\..\..\bin\testplug.dll</OutputFile>
111 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <ProgramDatabaseFile>.\..\..\..\lib\testplug.pdb</ProgramDatabaseFile>
113 <EnableCOMDATFolding>true</EnableCOMDATFolding>
114 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
115 <RandomizedBaseAddress>false</RandomizedBaseAddress>
116 <DataExecutionPrevention>
117 </DataExecutionPrevention>
118 <ImportLibrary>.\..\..\..\lib\testplug.lib</ImportLibrary>
119 </Link>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
122 <Midl>
123 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
124 <MkTypLibCompatible>true</MkTypLibCompatible>
125 <SuppressStartupBanner>true</SuppressStartupBanner>
126 <TargetEnvironment>Win32</TargetEnvironment>
127 <TypeLibraryName>.\..\..\..\lib\testplugd.tlb</TypeLibraryName>
128 </Midl>
129 <ClCompile>
130 <Optimization>Disabled</Optimization>
131 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;.. \ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
132 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMP LEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
134 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
135 <BufferSecurityCheck>true</BufferSecurityCheck>
136 <DisableLanguageExtensions>true</DisableLanguageExtensions>
137 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
138 <PrecompiledHeaderOutputFile>.\x86\Debug-testplug/testplug.pch</Precompile dHeaderOutputFile>
139 <AssemblerListingLocation>.\x86\Debug-testplug/</AssemblerListingLocation>
140 <ObjectFileName>.\x86\Debug-testplug/</ObjectFileName>
141 <ProgramDataBaseFileName>.\x86\Debug-testplug/</ProgramDataBaseFileName>
142 <BrowseInformation>true</BrowseInformation>
143 <WarningLevel>Level3</WarningLevel>
144 <SuppressStartupBanner>true</SuppressStartupBanner>
145 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
146 <CompileAs>Default</CompileAs>
147 </ClCompile>
148 <ResourceCompile>
149 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
150 <Culture>0x0409</Culture>
151 </ResourceCompile>
152 <Link>
153 <OutputFile>..\..\..\bin\testplug.dll</OutputFile>
154 <SuppressStartupBanner>true</SuppressStartupBanner>
155 <GenerateDebugInformation>true</GenerateDebugInformation>
156 <ProgramDatabaseFile>.\..\..\..\lib\testplugd.pdb</ProgramDatabaseFile>
157 <RandomizedBaseAddress>false</RandomizedBaseAddress>
158 <DataExecutionPrevention>
159 </DataExecutionPrevention>
160 <ImportLibrary>.\..\..\..\lib\testplugd.lib</ImportLibrary>
161 </Link>
162 </ItemDefinitionGroup>
163 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
164 <Midl>
165 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
166 <MkTypLibCompatible>true</MkTypLibCompatible>
167 <SuppressStartupBanner>true</SuppressStartupBanner>
168 <TargetEnvironment>X64</TargetEnvironment>
169 <TypeLibraryName>.\..\..\..\lib64\testplug.tlb</TypeLibraryName>
170 </Midl>
171 <ClCompile>
172 <WholeProgramOptimization>true</WholeProgramOptimization>
173 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;.. \ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
174 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTE ST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175 <StringPooling>true</StringPooling>
176 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
177 <FunctionLevelLinking>true</FunctionLevelLinking>
178 <DisableLanguageExtensions>true</DisableLanguageExtensions>
179 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
180 <PrecompiledHeaderOutputFile>.\x64\Release-testplug/testplug.pch</Precompi ledHeaderOutputFile>
181 <AssemblerListingLocation>.\x64\Release-testplug/</AssemblerListingLocatio n>
182 <ObjectFileName>.\x64\Release-testplug/</ObjectFileName>
183 <ProgramDataBaseFileName>.\x64\Release-testplug/</ProgramDataBaseFileName>
184 <WarningLevel>Level3</WarningLevel>
185 <SuppressStartupBanner>true</SuppressStartupBanner>
186 <CompileAs>Default</CompileAs>
187 </ClCompile>
188 <ResourceCompile>
189 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
190 <Culture>0x0409</Culture>
191 </ResourceCompile>
192 <Link>
193 <OutputFile>..\..\..\bin64\testplug.dll</OutputFile>
194 <SuppressStartupBanner>true</SuppressStartupBanner>
195 <ProgramDatabaseFile>.\..\..\..\lib64\testplug.pdb</ProgramDatabaseFile>
196 <EnableCOMDATFolding>true</EnableCOMDATFolding>
197 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
198 <ImportLibrary>.\..\..\..\lib64\testplug.lib</ImportLibrary>
199 <TargetMachine>MachineX64</TargetMachine>
200 </Link>
201 </ItemDefinitionGroup>
202 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
203 <Midl>
204 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
205 <MkTypLibCompatible>true</MkTypLibCompatible>
206 <SuppressStartupBanner>true</SuppressStartupBanner>
207 <TargetEnvironment>X64</TargetEnvironment>
208 <TypeLibraryName>.\..\..\..\lib64\testplugd.tlb</TypeLibraryName>
209 </Midl>
210 <ClCompile>
211 <Optimization>Disabled</Optimization>
212 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;.. \ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
213 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTE ST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
215 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
216 <BufferSecurityCheck>true</BufferSecurityCheck>
217 <DisableLanguageExtensions>true</DisableLanguageExtensions>
218 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
219 <PrecompiledHeaderOutputFile>.\x64\Debug-testplug/testplug.pch</Precompile dHeaderOutputFile>
220 <AssemblerListingLocation>.\x64\Debug-testplug/</AssemblerListingLocation>
221 <ObjectFileName>.\x64\Debug-testplug/</ObjectFileName>
222 <ProgramDataBaseFileName>.\x64\Debug-testplug/</ProgramDataBaseFileName>
223 <BrowseInformation>true</BrowseInformation>
224 <WarningLevel>Level3</WarningLevel>
225 <SuppressStartupBanner>true</SuppressStartupBanner>
226 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
227 <CompileAs>Default</CompileAs>
228 </ClCompile>
229 <ResourceCompile>
230 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
231 <Culture>0x0409</Culture>
232 </ResourceCompile>
233 <Link>
234 <OutputFile>..\..\..\bin64\testplug.dll</OutputFile>
235 <SuppressStartupBanner>true</SuppressStartupBanner>
236 <GenerateDebugInformation>true</GenerateDebugInformation>
237 <ProgramDatabaseFile>.\..\..\..\lib64\testplugd.pdb</ProgramDatabaseFile>
238 <ImportLibrary>.\..\..\..\lib64\testplugd.lib</ImportLibrary>
239 <TargetMachine>MachineX64</TargetMachine>
240 </Link>
241 </ItemDefinitionGroup>
242 <ItemGroup>
243 <ClCompile Include="testplug.c" />
244 </ItemGroup>
245 <ItemGroup>
246 <ProjectReference Include="..\..\common\common.vcxproj">
247 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
248 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
249 </ProjectReference>
250 <ProjectReference Include="..\toolutil\toolutil.vcxproj">
251 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
252 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
253 </ProjectReference>
254 </ItemGroup>
255 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
256 <ImportGroup Label="ExtensionTargets">
257 </ImportGroup>
258 </Project>
OLDNEW
« no previous file with comments | « source/tools/icuinfo/icuinfo.vcxproj ('k') | source/tools/icuinfo/testplug.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698