You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
850 B

echo Working dir: %cd%
certUtil -hashfile "QRCoder\bin\Release\net35\QRCoder.dll" md5
certUtil -hashfile "QRCoder\bin\Release\net40\QRCoder.dll" md5
certUtil -hashfile "QRCoder\bin\Release\netcore\QRCoder.dll" md5
certUtil -hashfile "QRCoder\bin\Release\netstandard2.0\QRCoder.dll" md5
powershell -Command "[Reflection.Assembly]::ReflectionOnlyLoadFrom(\"%cd%\QRCoder\bin\Release\net35\QRCoder.dll\").ImageRuntimeVersion"
powershell -Command "[Reflection.Assembly]::ReflectionOnlyLoadFrom(\"%cd%\QRCoder\bin\Release\net40\QRCoder.dll\").ImageRuntimeVersion"
powershell -Command "[Reflection.Assembly]::ReflectionOnlyLoadFrom(\"%cd%\QRCoder\bin\Release\netcore\QRCoder.dll\").ImageRuntimeVersion"
powershell -Command "[Reflection.Assembly]::ReflectionOnlyLoadFrom(\"%cd%\QRCoder\bin\Release\netstandard2.0\QRCoder.dll\").ImageRuntimeVersion"
pause