• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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|Win32'">
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|Win32'">
9    <LocalDebuggerEnvironment>PATH=$(SolutionDir)out\$(Configuration)_$(Platform)</LocalDebuggerEnvironment>
10    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
11  </PropertyGroup>
12  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
13    <LocalDebuggerEnvironment>PATH=$(SolutionDir)out\$(Configuration)_$(Platform)</LocalDebuggerEnvironment>
14    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
15    <LocalDebuggerCommandArguments>--gtest_break_on_failure --gtest_filter=*</LocalDebuggerCommandArguments>
16  </PropertyGroup>
17  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
18    <LocalDebuggerEnvironment>PATH=$(SolutionDir)out\$(Configuration)_$(Platform)</LocalDebuggerEnvironment>
19    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
20  </PropertyGroup>
21</Project>