blob: 6af599a1e98f1be13da7ab2c5501b8270c40f70c [file] [log] [blame]
@ECHO OFF
IF EXIST "C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\sn.exe" GOTO FOUND
goto USEPATH
:FOUND
"C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\sn.exe" -k %~dp0\Google.Protobuf.snk
GOTO EXIT
:USEPATH
sn.exe -k %~dp0\Google.Protobuf.snk
GOTO EXIT
:EXIT