Page 1 of 1

version.g.cs missing - how to get / generate it?

PostPosted: Thu Nov 29, 2018 8:44 am
by daflodo
hi,

sorry but I did not find instructions on how to how get or generate the version.g.cs file (CefGlue/Interop/).
After cloning the code, trying to perform a build the errot states, that this file is missing. The file seems to be part of the csproj-file, but is not present in the cloned repository (so even visual studio states that the file is missing).

I downloaded an old version of this file, from when it was part of the repository, but now obviously the version information does not match the version of the cef binaries.

can you please help me getting started here?


best regards

florian

Re: version.g.cs missing - how to get / generate it?

PostPosted: Thu Nov 29, 2018 12:18 pm
by fddima
You need pick correct branch and matching CEF version. Branching model matches to CEF branching. E.g. 70 - will be 3538.

Master branch nearly matched to CEF master, but because there is no CEF buiods for this version - some files are missed.

Always pick release branch, not master and not beta.