1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 4 <LocalDebuggerEnvironment>PATH=$(SolutionDir)out\$(Configuration)_$(Platform)</LocalDebuggerEnvironment> 5 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 6 <LocalDebuggerCommandArguments>--gtest_break_on_failure --gtest_filter=*</LocalDebuggerCommandArguments> 7 </PropertyGroup> 8 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 9 <LocalDebuggerEnvironment>PATH=$(SolutionDir)out\$(Configuration)_$(Platform)</LocalDebuggerEnvironment> 10 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 11 </PropertyGroup> 12</Project>