appveyor.yml: query CurrentVersion.props for version

- Rather than hard code the build version, query from source.
- This cannot be in "init:" phase because git repo is not cloned yet.
- Strip any spaces in the resulting version construct

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>