home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 November / PCWELT_11_2005.ISO / pcwsoft / Commandbar-Source.z.exe / CommandBar / macro.resx < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-10  |  4.1 KB  |  91 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <root>
  3.     <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  4.         <xsd:element name="root" msdata:IsDataSet="true">
  5.             <xsd:complexType>
  6.                 <xsd:choice maxOccurs="unbounded">
  7.                     <xsd:element name="data">
  8.                         <xsd:complexType>
  9.                             <xsd:sequence>
  10.                                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  11.                                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  12.                             </xsd:sequence>
  13.                             <xsd:attribute name="name" type="xsd:string" />
  14.                             <xsd:attribute name="type" type="xsd:string" />
  15.                             <xsd:attribute name="mimetype" type="xsd:string" />
  16.                         </xsd:complexType>
  17.                     </xsd:element>
  18.                     <xsd:element name="resheader">
  19.                         <xsd:complexType>
  20.                             <xsd:sequence>
  21.                                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  22.                             </xsd:sequence>
  23.                             <xsd:attribute name="name" type="xsd:string" use="required" />
  24.                         </xsd:complexType>
  25.                     </xsd:element>
  26.                 </xsd:choice>
  27.             </xsd:complexType>
  28.         </xsd:element>
  29.     </xsd:schema>
  30.     <resheader name="ResMimeType">
  31.         <value>text/microsoft-resx</value>
  32.     </resheader>
  33.     <resheader name="Version">
  34.         <value>1.0.0.0</value>
  35.     </resheader>
  36.     <resheader name="Reader">
  37.         <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.3102.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  38.     </resheader>
  39.     <resheader name="Writer">
  40.         <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.3102.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  41.     </resheader>
  42.     <data name="macro">
  43.         <value><?xml version="1.0" ?>
  44. <group>
  45.     <group text="common">
  46.         <macro text="cd .." execute="true" />
  47.         <macro text="{1} /?" execute="true" />
  48.         <macro text="cd %systemroot%" execute="true" />
  49.         <macro text="cd {1}" execute="true" />
  50.         <macro text="exit" execute="true" />
  51.         <macro text="attrib" execute="true" />
  52.         <macro text="attrib -R /S" execute="true" />
  53.     </group>
  54.     <group text=".net">
  55.         <macro text="vsvars32.bat" command="%VSCOMNTOOLS%vsvars32.bat" execute="true" />
  56.         <macro text="corvars.bat" command='"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot]bin\corvars.bat" > nul' execute="true" />
  57.         <macro text="cd ...\FrameworkSDK\bin" command="cd [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot]bin\" execute="true" />
  58.         <macro text="tlbexp {1}" execute="true" />
  59.         <group text="ngen">
  60.             <macro text='ngen {1}' execute="false" />
  61.             <macro text='ngen /show' execute="true" />
  62.             <macro text='ngen /delete {1}' execute="true" />
  63.         </group>
  64.         <group text="gacutil">
  65.             <macro text='gacutil /if {1}' execute="true" />
  66.             <macro text="gacutil /u {1:n'}" execute="false" />
  67.             <macro text='gacutil /ungen {1}' execute="true" />
  68.             <macro text='gacutil /l ' execute="false" />
  69.             <macro text='gacutil /lr ' execute="false" />
  70.             <macro text="Lists the contents of the downloaded files cache" command='gacutil /ldl' execute="true" />
  71.             <macro text="Deletes the contents of the download cache" command='gacutil /cdl' execute="true" />
  72.         </group>
  73.         <group text="regasm">
  74.             <macro text="regasm /regfile {0}" execute="true" />
  75.             <macro text="regasm {1}" execute="true" />
  76.             <macro text="regasm /u {1}" execute="true" />
  77.         </group>
  78.         <group text="cordbg">
  79.             <macro text="cordbg" command='"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot]bin\cordbg.exe"' execute="true" />
  80.             <macro text="help" execute="true" />
  81.             <macro text="exit" execute="true" />
  82.         </group>        
  83.     </group>
  84.  
  85.     <group text="script">
  86.         <macro text="cscript {1}" />
  87.         <macro text="start {1} in debugger" command="cscript /X {1}" />
  88.     </group>
  89. </group></value>
  90.     </data>
  91. </root>