Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
|
Lei Zhang
2014/09/24 23:08:22
Is this suppose to be here?
rvargas (doing something else)
2014/09/24 23:58:46
nope :(
That was the result of splitting a lot of
| |
| 2 <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTyp es;assembly=Microsoft.Build.Framework" xmlns:sys="clr-namespace:System;assembly= mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | |
| 3 <Rule DisplayName="genstaticinit" Name="genstaticinit" Order="200" PageTemplat e="tool"> | |
| 4 <Rule.DataSource> | |
| 5 <DataSource ItemType="genstaticinit" Persistence="ProjectFile"/> | |
| 6 </Rule.DataSource> | |
| 7 <Rule.Categories> | |
| 8 <Category Name="General"> | |
| 9 <Category.DisplayName> | |
| 10 <sys:String>General</sys:String> | |
| 11 </Category.DisplayName> | |
| 12 </Category> | |
| 13 <Category Name="Command Line" Subtype="CommandLine"> | |
| 14 <Category.DisplayName> | |
| 15 <sys:String>Command Line</sys:String> | |
| 16 </Category.DisplayName> | |
| 17 </Category> | |
| 18 </Rule.Categories> | |
| 19 <StringListProperty Category="Command Line" IsRequired="true" Name="Inputs" Switch=" "> | |
| 20 <StringListProperty.DataSource> | |
| 21 <DataSource ItemType="genstaticinit" Persistence="ProjectFile" SourceTyp e="Item"/> | |
| 22 </StringListProperty.DataSource> | |
| 23 </StringListProperty> | |
| 24 <StringProperty DisplayName="Command Line" IncludeInCommandLine="False" Name ="CommandLineTemplate" Visible="False"/> | |
| 25 <DynamicEnumProperty Category="General" EnumProvider="Targets" IncludeInComm andLine="False" Name="genstaticinitBeforeTargets"> | |
| 26 <DynamicEnumProperty.DisplayName> | |
| 27 <sys:String>Execute Before</sys:String> | |
| 28 </DynamicEnumProperty.DisplayName> | |
| 29 <DynamicEnumProperty.Description> | |
| 30 <sys:String>Specifies the targets for the build customization to run bef ore.</sys:String> | |
| 31 </DynamicEnumProperty.Description> | |
| 32 <DynamicEnumProperty.ProviderSettings> | |
| 33 <NameValuePair Name="Exclude" Value="^genstaticinitBeforeTargets|^Comput e"/> | |
| 34 </DynamicEnumProperty.ProviderSettings> | |
| 35 <DynamicEnumProperty.DataSource> | |
| 36 <DataSource HasConfigurationCondition="true" Persistence="ProjectFile"/> | |
| 37 </DynamicEnumProperty.DataSource> | |
| 38 </DynamicEnumProperty> | |
| 39 <DynamicEnumProperty Category="General" EnumProvider="Targets" IncludeInComm andLine="False" Name="genstaticinitAfterTargets"> | |
| 40 <DynamicEnumProperty.DisplayName> | |
| 41 <sys:String>Execute After</sys:String> | |
| 42 </DynamicEnumProperty.DisplayName> | |
| 43 <DynamicEnumProperty.Description> | |
| 44 <sys:String>Specifies the targets for the build customization to run aft er.</sys:String> | |
| 45 </DynamicEnumProperty.Description> | |
| 46 <DynamicEnumProperty.ProviderSettings> | |
| 47 <NameValuePair Name="Exclude" Value="^genstaticinitAfterTargets|^Compute "/> | |
| 48 </DynamicEnumProperty.ProviderSettings> | |
| 49 <DynamicEnumProperty.DataSource> | |
| 50 <DataSource HasConfigurationCondition="true" ItemType="" Persistence="Pr ojectFile"/> | |
| 51 </DynamicEnumProperty.DataSource> | |
| 52 </DynamicEnumProperty> | |
| 53 <StringListProperty DisplayName="Outputs" IncludeInCommandLine="False" Name= "Outputs" Visible="False"/> | |
| 54 <StringProperty DisplayName="Execution Description" IncludeInCommandLine="Fa lse" Name="ExecutionDescription" Visible="False"/> | |
| 55 <StringListProperty DisplayName="Additional Dependencies" IncludeInCommandLi ne="False" Name="AdditionalDependencies" Visible="false"/> | |
| 56 <StringProperty Category="Command Line" Name="AdditionalOptions" Subtype="Ad ditionalOptions"> | |
| 57 <StringProperty.DisplayName> | |
| 58 <sys:String>Additional Options</sys:String> | |
| 59 </StringProperty.DisplayName> | |
| 60 <StringProperty.Description> | |
| 61 <sys:String>Additional Options</sys:String> | |
| 62 </StringProperty.Description> | |
| 63 </StringProperty> | |
| 64 </Rule> | |
| 65 <ItemType DisplayName="genstaticinit" Name="genstaticinit"/> | |
| 66 <FileExtension ContentType="genstaticinit" Name="*.json"/> | |
| 67 <ContentType DisplayName="" ItemType="genstaticinit" Name="genstaticinit"/> | |
| 68 </ProjectSchemaDefinitions> | |
| OLD | NEW |