<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <!-- Add your debugger to the list of available debuggers in the project property pages dialog. -->
    <PropertyPageSchema Include="$(MSBuildThisFileDirectory)DbgengLocalDebugger.xml" />
    <PropertyPageSchema Include="$(MSBuildThisFileDirectory)DbgengRemoteDebugger.xml" />
    <PropertyPageSchema Include="$(MSBuildThisFileDirectory)DbgengKernelDebugger.xml" />
  </ItemGroup>
  <PropertyGroup>
    <DbgengLocalCommand Condition="'$(DbgengLocalCommand)'==''">$(TargetPath)</DbgengLocalCommand>
    <DbgengLocalWorkingDirectory Condition="'$(DbgengLocalWorkingDirectory)'==''">$(ProjectDir)</DbgengLocalWorkingDirectory>
  </PropertyGroup>
</Project>