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

Side by Side Diff: third_party/yasm/patched-yasm/Mkfiles/vc9/genversion/genversion.vcproj

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="9.00" 4 Version="9.00"
5 Name="genversion" 5 Name="genversion"
6 ProjectGUID="{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" 6 ProjectGUID="{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}"
7 RootNamespace="genversion" 7 RootNamespace="genversion"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072" 9 TargetFrameworkVersion="131072"
10 > 10 >
11 <Platforms> 11 <Platforms>
12 <Platform 12 <Platform
13 Name="Win32" 13 Name="Win32"
14 /> 14 />
15 </Platforms> 15 </Platforms>
16 <ToolFiles> 16 <ToolFiles>
17 </ToolFiles> 17 </ToolFiles>
18 <Configurations> 18 <Configurations>
19 <Configuration 19 <Configuration
20 Name="Debug|Win32" 20 Name="Debug|Win32"
21 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 21 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
22 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa me)" 22 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa me)"
23 ConfigurationType="1" 23 ConfigurationType="1"
24 InheritedPropertySheets="..\crt_secure_no_deprecate.vspr ops" 24 InheritedPropertySheets="..\crt_secure_no_deprecate.vspr ops"
25 CharacterSet="2" 25 CharacterSet="2"
26 > 26 >
27 <Tool 27 <Tool
28 Name="VCPreBuildEventTool" 28 Name="VCPreBuildEventTool"
29 CommandLine="runpre.bat"
29 /> 30 />
30 <Tool 31 <Tool
31 Name="VCCustomBuildTool" 32 Name="VCCustomBuildTool"
32 /> 33 />
33 <Tool 34 <Tool
34 Name="VCXMLDataGeneratorTool" 35 Name="VCXMLDataGeneratorTool"
35 /> 36 />
36 <Tool 37 <Tool
37 Name="VCWebServiceProxyGeneratorTool" 38 Name="VCWebServiceProxyGeneratorTool"
38 /> 39 />
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <Configuration 100 <Configuration
100 Name="Release|Win32" 101 Name="Release|Win32"
101 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 102 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
102 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa me)" 103 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa me)"
103 ConfigurationType="1" 104 ConfigurationType="1"
104 InheritedPropertySheets="..\crt_secure_no_deprecate.vspr ops" 105 InheritedPropertySheets="..\crt_secure_no_deprecate.vspr ops"
105 CharacterSet="2" 106 CharacterSet="2"
106 > 107 >
107 <Tool 108 <Tool
108 Name="VCPreBuildEventTool" 109 Name="VCPreBuildEventTool"
110 CommandLine="runpre.bat"
109 /> 111 />
110 <Tool 112 <Tool
111 Name="VCCustomBuildTool" 113 Name="VCCustomBuildTool"
112 /> 114 />
113 <Tool 115 <Tool
114 Name="VCXMLDataGeneratorTool" 116 Name="VCXMLDataGeneratorTool"
115 /> 117 />
116 <Tool 118 <Tool
117 Name="VCWebServiceProxyGeneratorTool" 119 Name="VCWebServiceProxyGeneratorTool"
118 /> 120 />
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 </File> 202 </File>
201 </Filter> 203 </Filter>
202 <File 204 <File
203 RelativePath=".\run.bat" 205 RelativePath=".\run.bat"
204 > 206 >
205 </File> 207 </File>
206 </Files> 208 </Files>
207 <Globals> 209 <Globals>
208 </Globals> 210 </Globals>
209 </VisualStudioProject> 211 </VisualStudioProject>
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/Mkfiles/vc9/config.h ('k') | third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.rules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698