parent
35b68527d3
commit
7a0797f972
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
@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.ProtocolBuffers.snk |
||||
GOTO EXIT |
||||
|
||||
:USEPATH |
||||
sn.exe -k %~dp0\Google.ProtocolBuffers.snk |
||||
GOTO EXIT |
||||
|
||||
:EXIT |
Loading…
Reference in new issue