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