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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Props/pnacl_general_ps.xml

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <Rule 3 <Rule
4 Name="ConfigurationGeneral" 4 Name="ConfigurationGeneral"
5 DisplayName="General" 5 DisplayName="General"
6 PageTemplate="generic" 6 PageTemplate="generic"
7 Description="General" 7 Description="General"
8 xmlns="http://schemas.microsoft.com/build/2009/properties"> 8 xmlns="http://schemas.microsoft.com/build/2009/properties">
9 <Rule.Categories> 9 <Rule.Categories>
10 <Category Name="General" DisplayName="General" Description="General" /> 10 <Category Name="General" DisplayName="General" Description="General" />
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 <DataSource Persistence="ProjectFile" Label="" /> 47 <DataSource Persistence="ProjectFile" Label="" />
48 </StringProperty.DataSource> 48 </StringProperty.DataSource>
49 </StringProperty> 49 </StringProperty>
50 50
51 <StringProperty Name="NaClIndexHTML" DisplayName="Index page of NaCl Applicati on" 51 <StringProperty Name="NaClIndexHTML" DisplayName="Index page of NaCl Applicati on"
52 Description="Specifies the name of the web page that hosts the NaCl content" 52 Description="Specifies the name of the web page that hosts the NaCl content"
53 Category="NativeClient" Default="" 53 Category="NativeClient" Default=""
54 F1Keyword="VC.Project.VCConfiguration.NaClIndexHTML"> 54 F1Keyword="VC.Project.VCConfiguration.NaClIndexHTML">
55 </StringProperty> 55 </StringProperty>
56 56
57 <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="NativeCli ent" Visible="false">
58 <EnumValue Name="newlib" DisplayName="newlib" />
59 <EnumValue Name="glibc" DisplayName="glibc" />
60 </EnumProperty>
61
57 <StringProperty Name="OutDir" DisplayName="Output Directory" 62 <StringProperty Name="OutDir" DisplayName="Output Directory"
58 Description="Specifies a relative path to the output file dire ctory; can include environment variables." 63 Description="Specifies a relative path to the output file dire ctory; can include environment variables."
59 Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolc hain)\$(Configuration)\" 64 Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolc hain)\$(Configuration)\"
60 Subtype="folder" 65 Subtype="folder"
61 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> 66 F1Keyword="VC.Project.VCConfiguration.OutputDirectory">
62 <StringProperty.DataSource> 67 <StringProperty.DataSource>
63 <DataSource Persistence="ProjectFile" Label="" /> 68 <DataSource Persistence="ProjectFile" Label="" />
64 </StringProperty.DataSource> 69 </StringProperty.DataSource>
65 </StringProperty> 70 </StringProperty>
66 71
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 Description="Specifies the build log file to write to when bui ld logging is enabled." 112 Description="Specifies the build log file to write to when bui ld logging is enabled."
108 F1Keyword="VC.Project.VCConfiguration.BuildLogFile" 113 F1Keyword="VC.Project.VCConfiguration.BuildLogFile"
109 Category="General" Default="$(ProjectDir)\$(MSBuildProjectName ).log" 114 Category="General" Default="$(ProjectDir)\$(MSBuildProjectName ).log"
110 Subtype="file"> 115 Subtype="file">
111 <StringProperty.DataSource> 116 <StringProperty.DataSource>
112 <DataSource Persistence="ProjectFile" ItemType="BuildLog" P ersistedName="Path" /> 117 <DataSource Persistence="ProjectFile" ItemType="BuildLog" P ersistedName="Path" />
113 </StringProperty.DataSource> 118 </StringProperty.DataSource>
114 </StringProperty> 119 </StringProperty>
115 120
116 </Rule> 121 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698