Advertisement
jserve

Untitled

May 10th, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  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)'=='Release|Win32'">
  4. <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
  5. <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
  6. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  9. <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
  10. <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
  11. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
  14. <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
  15. <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
  16. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
  19. <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
  20. <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
  21. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  24. <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
  25. <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
  26. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  29. <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
  30. <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
  31. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
  34. <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
  35. <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
  36. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
  39. <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
  40. <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
  41. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  42. </PropertyGroup>
  43. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement