blob: 682e11b024f21d80f6a78802eeba82b9d5eb8df3 [file] [log] [blame]
Sydney Acksman3d603f42018-06-25 18:21:30 -04001<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Sydney Acksman1f773422018-06-21 17:53:31 -04002 <PropertyGroup>
Sydney Acksman3d603f42018-06-25 18:21:30 -04003 <protoc_tools>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)/../tools/'))</protoc_tools>
4 <protoc_linux64>$([System.IO.Path]::GetFullPath('$(protoc_tools)/linux_x64/protoc'))</protoc_linux64>
5 <protoc_linux86>$([System.IO.Path]::GetFullPath('$(protoc_tools)/linux_x86/protoc'))</protoc_linux86>
6 <protoc_macosx64>$([System.IO.Path]::GetFullPath('$(protoc_tools)/macosx_x64/protoc'))</protoc_macosx64>
7 <protoc_macosx86>$([System.IO.Path]::GetFullPath('$(protoc_tools)/macosx_x86/protoc'))</protoc_macosx86>
8 <protoc_windows64>$([System.IO.Path]::GetFullPath('$(protoc_tools)/windows_x64/protoc.exe'))</protoc_windows64>
9 <protoc_windows86>$([System.IO.Path]::GetFullPath('$(protoc_tools)/windows_x86/protoc.exe'))</protoc_windows86>
Sydney Acksman1f773422018-06-21 17:53:31 -040010 </PropertyGroup>
Sydney Acksman3d603f42018-06-25 18:21:30 -040011</Project>