Perhaps you misunderstood. My app running on an Android device needs to be able to read the version number the app was compiled with.
What you provided seems to be a path on a Windows machine the app was compiled on.
When I look at the raw source file I see at the top a variable on the second line of "Version=6.5" I thought I could just access that from within the running app but it is not accessible at compile time to include in the binary.