<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ShowAllFiles>true</ShowAllFiles> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|x64'"> <LocalDebuggerAttach>false</LocalDebuggerAttach> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <LocalDebuggerCommand>$(ProjectDir)project\build\bootstrap.exe</LocalDebuggerCommand> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test debug|x64'"> <LocalDebuggerAttach>false</LocalDebuggerAttach> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <LocalDebuggerCommand>$(ProjectDir)project\build\bootstrap.exe</LocalDebuggerCommand> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader debug|x64'"> <LocalDebuggerAttach>false</LocalDebuggerAttach> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <LocalDebuggerCommand>$(ProjectDir)project\build\bootstrap.exe</LocalDebuggerCommand> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader release|x64'"> <LocalDebuggerAttach>false</LocalDebuggerAttach> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <LocalDebuggerCommand>$(ProjectDir)project\build\bootstrap.exe</LocalDebuggerCommand> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap release|x64'"> <LocalDebuggerAttach>false</LocalDebuggerAttach> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <LocalDebuggerCommand>$(ProjectDir)project\build\bootstrap.exe</LocalDebuggerCommand> </PropertyGroup> </Project>