MFCMvsSample.vcxproj.user 1.1 KB

12345678910111213141516171819202122
  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)'=='Debug|Win32'">
  4. <LocalDebuggerWorkingDirectory>../bin</LocalDebuggerWorkingDirectory>
  5. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  8. <LocalDebuggerWorkingDirectory>../bin</LocalDebuggerWorkingDirectory>
  9. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  12. <LocalDebuggerWorkingDirectory>../bin</LocalDebuggerWorkingDirectory>
  13. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  16. <LocalDebuggerWorkingDirectory>../bin</LocalDebuggerWorkingDirectory>
  17. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  18. </PropertyGroup>
  19. <PropertyGroup>
  20. <RESOURCE_FILE>MFCMvsSample.rc</RESOURCE_FILE>
  21. </PropertyGroup>
  22. </Project>