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

Side by Side Diff: google_update/ondemand_updates.vcproj

Issue 9371010: Make google_update.gyp write shared files to SHARED_INTERMEDIATE_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « google_update/google_update.gyp ('k') | no next file » | 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="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ondemand_updates"
6 ProjectGUID="{4052059A-D72B-4183-B5C2-9D1B099E9E35}"
7 RootNamespace="ondemand_updates"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="10"
21 InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props"
22 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCMIDLTool"
31 />
32 <Tool
33 Name="VCPostBuildEventTool"
34 />
35 </Configuration>
36 <Configuration
37 Name="Release|Win32"
38 ConfigurationType="10"
39 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops"
40 >
41 <Tool
42 Name="VCPreBuildEventTool"
43 />
44 <Tool
45 Name="VCCustomBuildTool"
46 />
47 <Tool
48 Name="VCMIDLTool"
49 />
50 <Tool
51 Name="VCPostBuildEventTool"
52 />
53 </Configuration>
54 </Configurations>
55 <References>
56 </References>
57 <Files>
58 <File
59 RelativePath=".\google_update_idl.idl"
60 >
61 </File>
62 </Files>
63 <Globals>
64 </Globals>
65 </VisualStudioProject>
OLDNEW
« no previous file with comments | « google_update/google_update.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698