I've an application that uses Google Drive API with .NET 4.0. When I build the application I get three warnings:
Warning 3 Unable to find dependency 'GOOGLE.APIS' (Signature='(null)' Version='1.8.1.31687') of assembly 'Google.Apis.Drive.v2.dll' D:\Documents\Visual Studio 2013\Projects\FFP Extended 1.0\FFPXInstaller\FFPXInstaller.vdproj
Warning 2 Unable to find dependency 'GOOGLE.APIS.CORE' (Signature='(null)' Version='1.8.1.31685') of assembly 'Google.Apis.Drive.v2.dll' D:\Documents\Visual Studio 2013\Projects\FFP Extended 1.0\FFPXInstaller\FFPXInstaller.vdproj
Warning 1 Unable to find dependency 'ZLIB.PORTABLE' (Signature='(null)' Version='1.9.1.9000') of assembly 'Google.Apis.dll' D:\Documents\Visual Studio 2013\Projects\FFP Extended 1.0\FFPXInstaller\FFPXInstaller.vdproj
The installed application seems to work fine, but, obviously, I'd rather not have any warning when it's compiled. Has anyone seen anything similar? If so, have you solved the problem?
-Andrew