sample-lua.vcxproj.user 863 B

123456789101112131415
  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)'=='DebugMem|x64'">
  4. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows;</LocalDebuggerEnvironment>
  5. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  8. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows;</LocalDebuggerEnvironment>
  9. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  12. <LocalDebuggerEnvironment>PATH=%PATH%;../../bin/windows;</LocalDebuggerEnvironment>
  13. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  14. </PropertyGroup>
  15. </Project>