1ffe3c632Sopenharmony_ci<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2ffe3c632Sopenharmony_ci    <PropertyGroup>
3ffe3c632Sopenharmony_ci        <protoc_tools>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)/../tools/'))</protoc_tools>
4ffe3c632Sopenharmony_ci        <protoc_linux64>$([System.IO.Path]::GetFullPath('$(protoc_tools)/linux_x64/protoc'))</protoc_linux64>
5ffe3c632Sopenharmony_ci        <protoc_linux86>$([System.IO.Path]::GetFullPath('$(protoc_tools)/linux_x86/protoc'))</protoc_linux86>
6ffe3c632Sopenharmony_ci        <protoc_macosx64>$([System.IO.Path]::GetFullPath('$(protoc_tools)/macosx_x64/protoc'))</protoc_macosx64>
7ffe3c632Sopenharmony_ci        <protoc_macosx86>$([System.IO.Path]::GetFullPath('$(protoc_tools)/macosx_x86/protoc'))</protoc_macosx86>
8ffe3c632Sopenharmony_ci        <protoc_windows64>$([System.IO.Path]::GetFullPath('$(protoc_tools)/windows_x64/protoc.exe'))</protoc_windows64>
9ffe3c632Sopenharmony_ci        <protoc_windows86>$([System.IO.Path]::GetFullPath('$(protoc_tools)/windows_x86/protoc.exe'))</protoc_windows86>
10ffe3c632Sopenharmony_ci    </PropertyGroup>
11ffe3c632Sopenharmony_ci</Project>
12