I am using EdmGen.exe to automatically generate files:...Database.cs...Views.cs...Concept.csdl...Storage.ssdl...Mapping.msl...How can I generate an EDMX file from all that, so I can include it into my Visual Studio project?...I'm trying to automate EDMX u...