BeefySysLib.vcxproj.user 789 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  4. <LocalDebuggerCommand>$(SolutionDir)/dist/$(SolutionName).exe</LocalDebuggerCommand>
  5. <LocalDebuggerWorkingDirectory>$(SolutionDir)/dist</LocalDebuggerWorkingDirectory>
  6. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  9. <LocalDebuggerCommand>C:\Beef\CycloBuddy\dist\CycloBuddy.exe</LocalDebuggerCommand>
  10. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  11. </PropertyGroup>
  12. <PropertyGroup>
  13. <ShowAllFiles>true</ShowAllFiles>
  14. </PropertyGroup>
  15. </Project>