zpzDll.vcxproj.user 629 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  4. <LocalDebuggerCommand>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\$(TargetFileName)</LocalDebuggerCommand>
  5. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  6. <LocalDebuggerWorkingDirectory>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\</LocalDebuggerWorkingDirectory>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <ShowAllFiles>true</ShowAllFiles>
  10. </PropertyGroup>
  11. </Project>