home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 March / PCpro_2003_03.ISO / ms / webmatrix / webmatrix.msi / Data1.cab / ClassBrowser.exe.config < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-15  |  3.8 KB  |  58 lines

  1. <?xml version="1.0" encoding="utf-8" ?> 
  2. <configuration>
  3.   <configSections>
  4.     <sectionGroup name="microsoft.saturn">
  5.       <section name="packages" type="Microsoft.Saturn.Core.Packages.PackageListSectionHandler, Microsoft.Saturn"/>
  6.       <section name="projects" type="Microsoft.Saturn.Core.Projects.ProjectFactoryListSectionHandler, Microsoft.Saturn"/>
  7.       <section name="documentTypes" type="Microsoft.Saturn.Core.Documents.DocumentTypesSectionHandler, Microsoft.Saturn"/>
  8.       <section name="classView" type="Microsoft.Saturn.Packages.ClassView.Project.ClassViewSectionHandler, Microsoft.Saturn.Packages.ClassView"/>
  9.     </sectionGroup>
  10.   </configSections>
  11.  
  12.   <runtime>
  13.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  14.       <probing privatePath="IDE;Packages"/>
  15.       <qualifyAssembly partialName="mscorlib" fullName="mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
  16.       <qualifyAssembly partialName="System" fullName="System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  17.       <qualifyAssembly partialName="System.Data" fullName="System.Data, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  18.       <qualifyAssembly partialName="System.Design" fullName="System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
  19.       <qualifyAssembly partialName="System.Drawing" fullName="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
  20.       <qualifyAssembly partialName="System.Web" fullName="System.Web, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
  21.       <qualifyAssembly partialName="System.Web.Services" fullName="System.Web.Services, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
  22.       <qualifyAssembly partialName="System.Web.Mobile" fullName="System.Web.Mobile, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>      
  23.       <qualifyAssembly partialName="System.Windows.Forms" fullName="System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  24.       <qualifyAssembly partialName="System.Xml" fullName="System.Xml, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  25.     </assemblyBinding>
  26.   </runtime>
  27.  
  28.   <appSettings>
  29.     <add key="ClassView.ClassBrowserApplication" value="true"/>
  30.     <add key="ClassView.EnableILDisassembler" value="true"/>
  31.     <add key="IDE.SendFeedbackServiceUrl" value="http://SaturnWeb/services/SendFeedbackService.asmx"/>
  32.   </appSettings>
  33.  
  34.   <microsoft.saturn>
  35.     <packages>
  36.       <add package="ClassView" type="Microsoft.Saturn.Packages.ClassView.ClassViewPackage, Microsoft.Saturn.Packages.ClassView"/>
  37.     </packages>
  38.     <projects>
  39.       <add project="Microsoft.Saturn.Packages.ClassView.Project.ClassViewProjectFactory, Microsoft.Saturn.Packages.ClassView"/>
  40.     </projects>
  41.     <documentTypes>
  42.       <documentType extension="@type" type="Microsoft.Saturn.Packages.ClassView.Document.TypeDocumentFactory, Microsoft.Saturn.Packages.ClassView"/>
  43.     </documentTypes>
  44.     <classView>
  45.       <assembly name="mscorlib" displayName="mscorlib"/>
  46.       <assembly name="System" displayName="System"/>
  47.       <assembly name="System.Data" displayName="System.Data"/>
  48.       <assembly name="System.Design" displayName="System.Design"/>
  49.       <assembly name="System.Drawing" displayName="System.Drawing"/>
  50.       <assembly name="System.Web" displayName="System.Web"/>
  51.       <assembly name="System.Web.Mobile" displayName="System.Web.Mobile"/>
  52.       <assembly name="System.Web.Services" displayName="System.Web.Services"/>
  53.       <assembly name="System.Windows.Forms" displayName="System.Windows.Forms"/>
  54.       <assembly name="System.Xml" displayName="System.Xml"/>
  55.     </classView>
  56.   </microsoft.saturn>
  57. </configuration>
  58.