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

Side by Side Diff: third_party/libxml/build/libxml_config.vcproj

Issue 18243: Remove the build time generation of config.h and xmlversion.h. (Closed)
Patch Set: add sln files Created 11 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="libxml_config"
6 ProjectGUID="{31D88CBF-DC28-47A8-8838-BF81D528EE74}"
7 RootNamespace="libxml_config"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 <ToolFile
17 RelativePath=".\libxml_config.rules"
18 />
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 ConfigurationType="10"
24 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="libxml config file"
31 />
32 <Tool
33 Name="VCCustomBuildTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCPostBuildEventTool"
40 />
41 </Configuration>
42 <Configuration
43 Name="Release|Win32"
44 ConfigurationType="10"
45 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops"
46 >
47 <Tool
48 Name="VCPreBuildEventTool"
49 />
50 <Tool
51 Name="libxml config file"
52 />
53 <Tool
54 Name="VCCustomBuildTool"
55 />
56 <Tool
57 Name="VCMIDLTool"
58 />
59 <Tool
60 Name="VCPostBuildEventTool"
61 />
62 </Configuration>
63 </Configurations>
64 <References>
65 </References>
66 <Files>
67 <File
68 RelativePath="..\win32\configure.js"
69 >
70 </File>
71 </Files>
72 <Globals>
73 </Globals>
74 </VisualStudioProject>
OLDNEW
« no previous file with comments | « third_party/libxml/build/libxml_config.rules ('k') | third_party/libxml/build/using_libxml.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698