2017-12-21 00:45:38 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2021-06-15 19:42:20 +00:00
|
|
|
<!--
|
2017-12-21 00:45:38 +01:00
|
|
|
|
2021-06-15 19:42:20 +00:00
|
|
|
Copyright (C) 2017-2021 Intel Corporation
|
|
|
|
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
-->
|
2017-12-21 00:45:38 +01:00
|
|
|
|
|
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2020-03-18 07:53:22 +01:00
|
|
|
<LocalDebuggerCommandArguments>--gtest_filter=* --gtest_catch_exceptions=0 --enable_default_listener --disable_pagefaulting_tests</LocalDebuggerCommandArguments>
|
2017-12-21 00:45:38 +01:00
|
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2018-03-28 10:53:46 +02:00
|
|
|
<LocalDebuggerCommandArguments>--gtest_filter=* --gtest_catch_exceptions=0 --enable_default_listener</LocalDebuggerCommandArguments>
|
2017-12-21 00:45:38 +01:00
|
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2018-01-22 08:53:39 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseInternal|x64'">
|
2018-03-28 10:53:46 +02:00
|
|
|
<LocalDebuggerCommandArguments>--gtest_filter=* --gtest_catch_exceptions=0 --enable_default_listener</LocalDebuggerCommandArguments>
|
2017-12-21 00:45:38 +01:00
|
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|