﻿<?xml version="1.0" encoding="utf-8"?>
<!--Copyright, Microsoft Corporation, All rights reserved.-->
<Rule Name="WebServiceDebugger"
      DisplayName="Web Service Debugger"
      PageTemplate="debugger"
      Description="Web Service Debugger options"
      xmlns="http://schemas.microsoft.com/build/2009/properties">
  <Rule.DataSource>
    <DataSource Persistence="UserFile" />
  </Rule.DataSource>
  <StringProperty Name="WebServiceDebuggerHttpUrl" DisplayName="HTTP URL"
                Description="Specifies the URL for the project."
                F1Keyword="VC.Project.IVCWebSvcDebugPageObject.HttpUrl"/>
  <EnumProperty Name="WebServiceDebuggerDebuggerType" DisplayName="Debugger Type"
                Description="Specifies the debugger type to use. When set to Auto, the debugger type will be selected based on contents of the exe file."
                F1Keyword="VC.Project.IVCWebSvcDebugPageObject.DebuggerType">
    <EnumValue Name="NativeOnly" DisplayName="Native Only" Description="Native Only" />
    <EnumValue Name="ManagedOnly" DisplayName="Managed Only" Description="Managed Only" />
    <EnumValue Name="Mixed" DisplayName="Mixed" Description="Mixed" />
    <EnumValue Name="Auto" DisplayName="Auto" Description="Auto" />
    <EnumValue Name="Script" DisplayName="Script" Description="Script" />
  </EnumProperty>
  <BoolProperty Name="WebServiceDebuggerSQLDebugging" DisplayName="SQL Debugging"
                Description="Attach the SQL debugger."
                F1Keyword="VC.Project.IVCWebSvcDebugPageObject.SQLDebugging"/>
  <BoolProperty Name="UseLegacyManagedDebugger" Visible="false" />
</Rule>
