sample-browser.vcxproj.user 1.7 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  4. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows/x86;</LocalDebuggerEnvironment>
  5. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  6. <LocalDebuggerDebuggerType>NativeOnly</LocalDebuggerDebuggerType>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  9. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows/x86;</LocalDebuggerEnvironment>
  10. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'">
  13. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows/x86;</LocalDebuggerEnvironment>
  14. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
  17. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows/x64;</LocalDebuggerEnvironment>
  18. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  21. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows/x64;</LocalDebuggerEnvironment>
  22. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  25. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows/x64;</LocalDebuggerEnvironment>
  26. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  27. </PropertyGroup>
  28. </Project>