1c87c5fbaSopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 2c87c5fbaSopenharmony_ci<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3c87c5fbaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 4c87c5fbaSopenharmony_ci <LocalDebuggerEnvironment>PATH=$(InstallDir)bin</LocalDebuggerEnvironment> 5c87c5fbaSopenharmony_ci <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 6c87c5fbaSopenharmony_ci <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> 7c87c5fbaSopenharmony_ci </PropertyGroup> 8c87c5fbaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'"> 9c87c5fbaSopenharmony_ci <LocalDebuggerEnvironment>PATH=$(InstallDir)bin</LocalDebuggerEnvironment> 10c87c5fbaSopenharmony_ci <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 11c87c5fbaSopenharmony_ci <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> 12c87c5fbaSopenharmony_ci </PropertyGroup> 13c87c5fbaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 14c87c5fbaSopenharmony_ci <LocalDebuggerEnvironment>PATH=$(InstallDirDbg)bin</LocalDebuggerEnvironment> 15c87c5fbaSopenharmony_ci <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 16c87c5fbaSopenharmony_ci <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> 17c87c5fbaSopenharmony_ci </PropertyGroup> 18c87c5fbaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'"> 19c87c5fbaSopenharmony_ci <LocalDebuggerEnvironment>PATH=$(InstallDirDbg)bin</LocalDebuggerEnvironment> 20c87c5fbaSopenharmony_ci <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 21c87c5fbaSopenharmony_ci <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> 22c87c5fbaSopenharmony_ci </PropertyGroup> 23c87c5fbaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 24c87c5fbaSopenharmony_ci <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 25c87c5fbaSopenharmony_ci <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> 26c87c5fbaSopenharmony_ci <LocalDebuggerEnvironment>PATH=$(InstallDirDbg)bin</LocalDebuggerEnvironment> 27c87c5fbaSopenharmony_ci </PropertyGroup> 28c87c5fbaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'"> 29c87c5fbaSopenharmony_ci <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 30c87c5fbaSopenharmony_ci <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> 31c87c5fbaSopenharmony_ci <LocalDebuggerEnvironment>PATH=$(InstallDirDbg)bin</LocalDebuggerEnvironment> 32c87c5fbaSopenharmony_ci </PropertyGroup> 33c87c5fbaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 34c87c5fbaSopenharmony_ci <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 35c87c5fbaSopenharmony_ci <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> 36c87c5fbaSopenharmony_ci <LocalDebuggerEnvironment>PATH=$(InstallDir)bin</LocalDebuggerEnvironment> 37c87c5fbaSopenharmony_ci </PropertyGroup> 38c87c5fbaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'"> 39c87c5fbaSopenharmony_ci <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 40c87c5fbaSopenharmony_ci <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> 41c87c5fbaSopenharmony_ci <LocalDebuggerEnvironment>PATH=$(InstallDir)bin</LocalDebuggerEnvironment> 42c87c5fbaSopenharmony_ci </PropertyGroup> 43c87c5fbaSopenharmony_ci</Project>