blob: a8f5c5ae4562384aee7ee39bd99f857ed45a267a [file] [log] [blame]
Alexis Hetu0b3d56a2018-10-18 10:41:32 -04001<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Alexis Hetu0b3d56a2018-10-18 10:41:32 -04003 <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>
Nicolas Capens4c843792018-10-25 14:12:06 -040012</Project>