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

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

Issue 2443653002: Delete Visual Studio build files (Closed)
Patch Set: Created 4 years, 1 month 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
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>{4C8454FE-81D3-4CA3-9927-29BA96F03DAC}</ProjectGuid>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <UseOfMfc>false</UseOfMfc>
28 <CharacterSet>MultiByte</CharacterSet>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration">
31 <ConfigurationType>Application</ConfigurationType>
32 <UseOfMfc>false</UseOfMfc>
33 <CharacterSet>MultiByte</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label ="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseOfMfc>false</UseOfMfc>
38 <CharacterSet>MultiByte</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label=" Configuration">
41 <ConfigurationType>Application</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)'=='Release|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)'=='Debug|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)'=='Release|x64'" Label=" PropertySheets">
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)'=='Debug|x64'" Label="Pr opertySheets">
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)'=='Debug|Win32'">.\x86\Debu g\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</IntDir>
69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">t rue</LinkIncremental>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</IntDir>
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">tru e</LinkIncremental>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</OutDir>
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</IntDir>
78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f alse</LinkIncremental>
79 </PropertyGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
81 <CustomBuildStep>
82 <Command>copy "$(TargetPath)" ..\..\..\bin
83 </Command>
84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
85 </CustomBuildStep>
86 <Midl>
87 <TypeLibraryName>.\x86\Debug/pkgdata.tlb</TypeLibraryName>
88 </Midl>
89 <ClCompile>
90 <Optimization>Disabled</Optimization>
91 <AdditionalIncludeDirectories>../../../include;../../common;../toolutil;%( AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
92 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
93 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
94 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
95 <BufferSecurityCheck>true</BufferSecurityCheck>
96 <DisableLanguageExtensions>true</DisableLanguageExtensions>
97 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
98 <PrecompiledHeaderOutputFile>.\x86\Debug/pkgdata.pch</PrecompiledHeaderOut putFile>
99 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
100 <ObjectFileName>.\x86\Debug/</ObjectFileName>
101 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
102 <BrowseInformation>true</BrowseInformation>
103 <WarningLevel>Level3</WarningLevel>
104 <SuppressStartupBanner>true</SuppressStartupBanner>
105 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
106 <CompileAs>Default</CompileAs>
107 </ClCompile>
108 <ResourceCompile>
109 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
110 <Culture>0x0411</Culture>
111 </ResourceCompile>
112 <Link>
113 <OutputFile>.\x86\Debug/pkgdata.exe</OutputFile>
114 <SuppressStartupBanner>true</SuppressStartupBanner>
115 <GenerateDebugInformation>true</GenerateDebugInformation>
116 <ProgramDatabaseFile>.\x86\Debug/pkgdata.pdb</ProgramDatabaseFile>
117 <SubSystem>Console</SubSystem>
118 <RandomizedBaseAddress>false</RandomizedBaseAddress>
119 <DataExecutionPrevention>
120 </DataExecutionPrevention>
121 </Link>
122 </ItemDefinitionGroup>
123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
124 <CustomBuildStep>
125 <Command>copy "$(TargetPath)" ..\..\..\bin
126 </Command>
127 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
128 </CustomBuildStep>
129 <Midl>
130 <TypeLibraryName>.\x86\Release/pkgdata.tlb</TypeLibraryName>
131 </Midl>
132 <ClCompile>
133 <AdditionalIncludeDirectories>../../../include;../../common;../toolutil;%( AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
134 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
135 <StringPooling>true</StringPooling>
136 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
137 <FunctionLevelLinking>true</FunctionLevelLinking>
138 <DisableLanguageExtensions>true</DisableLanguageExtensions>
139 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
140 <PrecompiledHeaderOutputFile>.\x86\Release/pkgdata.pch</PrecompiledHeaderO utputFile>
141 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
142 <ObjectFileName>.\x86\Release/</ObjectFileName>
143 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
144 <WarningLevel>Level3</WarningLevel>
145 <SuppressStartupBanner>true</SuppressStartupBanner>
146 <CompileAs>Default</CompileAs>
147 </ClCompile>
148 <ResourceCompile>
149 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
150 <Culture>0x0411</Culture>
151 </ResourceCompile>
152 <Link>
153 <OutputFile>.\x86\Release/pkgdata.exe</OutputFile>
154 <SuppressStartupBanner>true</SuppressStartupBanner>
155 <ProgramDatabaseFile>.\x86\Release/pkgdata.pdb</ProgramDatabaseFile>
156 <SubSystem>Console</SubSystem>
157 <RandomizedBaseAddress>false</RandomizedBaseAddress>
158 <DataExecutionPrevention>
159 </DataExecutionPrevention>
160 </Link>
161 </ItemDefinitionGroup>
162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
163 <CustomBuildStep>
164 <Command>copy "$(TargetPath)" ..\..\..\bin64
165 </Command>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
167 </CustomBuildStep>
168 <Midl>
169 <TargetEnvironment>X64</TargetEnvironment>
170 <TypeLibraryName>.\x64\Debug/pkgdata.tlb</TypeLibraryName>
171 </Midl>
172 <ClCompile>
173 <Optimization>Disabled</Optimization>
174 <AdditionalIncludeDirectories>../../../include;../../common;../toolutil;%( AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
175 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
176 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
177 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
178 <BufferSecurityCheck>true</BufferSecurityCheck>
179 <DisableLanguageExtensions>true</DisableLanguageExtensions>
180 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
181 <PrecompiledHeaderOutputFile>.\x64\Debug/pkgdata.pch</PrecompiledHeaderOut putFile>
182 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
183 <ObjectFileName>.\x64\Debug/</ObjectFileName>
184 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
185 <BrowseInformation>true</BrowseInformation>
186 <WarningLevel>Level3</WarningLevel>
187 <SuppressStartupBanner>true</SuppressStartupBanner>
188 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
189 <CompileAs>Default</CompileAs>
190 </ClCompile>
191 <ResourceCompile>
192 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
193 <Culture>0x0411</Culture>
194 </ResourceCompile>
195 <Link>
196 <OutputFile>.\x64\Debug/pkgdata.exe</OutputFile>
197 <SuppressStartupBanner>true</SuppressStartupBanner>
198 <GenerateDebugInformation>true</GenerateDebugInformation>
199 <ProgramDatabaseFile>.\x64\Debug/pkgdata.pdb</ProgramDatabaseFile>
200 <SubSystem>Console</SubSystem>
201 <TargetMachine>MachineX64</TargetMachine>
202 </Link>
203 </ItemDefinitionGroup>
204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
205 <CustomBuildStep>
206 <Command>copy "$(TargetPath)" ..\..\..\bin64
207 </Command>
208 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
209 </CustomBuildStep>
210 <Midl>
211 <TargetEnvironment>X64</TargetEnvironment>
212 <TypeLibraryName>.\x64\Release/pkgdata.tlb</TypeLibraryName>
213 </Midl>
214 <ClCompile>
215 <AdditionalIncludeDirectories>../../../include;../../common;../toolutil;%( AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
216 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
217 <StringPooling>true</StringPooling>
218 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
219 <FunctionLevelLinking>true</FunctionLevelLinking>
220 <DisableLanguageExtensions>true</DisableLanguageExtensions>
221 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
222 <PrecompiledHeaderOutputFile>.\x64\Release/pkgdata.pch</PrecompiledHeaderO utputFile>
223 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
224 <ObjectFileName>.\x64\Release/</ObjectFileName>
225 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
226 <WarningLevel>Level3</WarningLevel>
227 <SuppressStartupBanner>true</SuppressStartupBanner>
228 <CompileAs>Default</CompileAs>
229 </ClCompile>
230 <ResourceCompile>
231 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
232 <Culture>0x0411</Culture>
233 </ResourceCompile>
234 <Link>
235 <OutputFile>.\x64\Release/pkgdata.exe</OutputFile>
236 <SuppressStartupBanner>true</SuppressStartupBanner>
237 <ProgramDatabaseFile>.\x64\Release/pkgdata.pdb</ProgramDatabaseFile>
238 <SubSystem>Console</SubSystem>
239 <TargetMachine>MachineX64</TargetMachine>
240 </Link>
241 </ItemDefinitionGroup>
242 <ItemGroup>
243 <ClCompile Include="pkgdata.cpp" />
244 <ClCompile Include="pkgtypes.c" />
245 </ItemGroup>
246 <ItemGroup>
247 <ClInclude Include="pkgtypes.h" />
248 </ItemGroup>
249 <ItemGroup>
250 <ProjectReference Include="..\..\common\common.vcxproj">
251 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
252 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
253 </ProjectReference>
254 <ProjectReference Include="..\genccode\genccode.vcxproj">
255 <Project>{fdd3c4f2-9805-44eb-9a77-bc1c1c95b547}</Project>
256 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
257 </ProjectReference>
258 <ProjectReference Include="..\gencmn\gencmn.vcxproj">
259 <Project>{a8d36f8d-09e6-4174-91c3-7beaa9c3f04f}</Project>
260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
261 </ProjectReference>
262 <ProjectReference Include="..\icupkg\icupkg.vcxproj">
263 <Project>{62d4b15d-7a90-4ecb-ba19-5e021d6a21bc}</Project>
264 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
265 </ProjectReference>
266 <ProjectReference Include="..\toolutil\toolutil.vcxproj">
267 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
268 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
269 </ProjectReference>
270 </ItemGroup>
271 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
272 <ImportGroup Label="ExtensionTargets">
273 </ImportGroup>
274 </Project>
OLDNEW
« no previous file with comments | « source/tools/makeconv/makeconv.vcxproj.filters ('k') | source/tools/pkgdata/pkgdata.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698