2023-04-10 14:55:09 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<ShowAllFiles>true</ShowAllFiles>
|
|
|
|
</PropertyGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|x64'">
|
2023-05-08 17:54:24 -07:00
|
|
|
<LocalDebuggerAttach>false</LocalDebuggerAttach>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
2023-09-11 20:22:53 -07:00
|
|
|
<LocalDebuggerCommand>$(ProjectDir)project\build\bootstrap.exe</LocalDebuggerCommand>
|
2023-05-08 17:54:24 -07:00
|
|
|
</PropertyGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test debug|x64'">
|
2023-05-08 17:54:24 -07:00
|
|
|
<LocalDebuggerAttach>false</LocalDebuggerAttach>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
2023-09-11 20:22:53 -07:00
|
|
|
<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>
|
2023-05-08 17:54:24 -07:00
|
|
|
</PropertyGroup>
|
2023-04-10 14:55:09 -07:00
|
|
|
</Project>
|