| 1 | <Project> |
| 2 | <PropertyGroup> |
| 3 | <SomeVerInfoImported>true</SomeVerInfoImported> |
| 4 | <SomeVerInfoFromCache>true</SomeVerInfoFromCache> |
| 5 | <SomeVerInfoNextMajor>{nextmajor}</SomeVerInfoNextMajor> |
| 6 | <SomeVerInfoNextMinor>{nextminor}</SomeVerInfoNextMinor> |
| 7 | <SomeVerInfoMajor>{major}</SomeVerInfoMajor> |
| 8 | <SomeVerInfoMinor>{minor}</SomeVerInfoMinor> |
| 9 | <SomeVerInfoPatch>{patch}</SomeVerInfoPatch> |
| 10 | <SomeVerInfoHeight>{height}</SomeVerInfoHeight> |
| 11 | <SomeVerInfoFullHeight>{fullheight}</SomeVerInfoFullHeight> |
| 12 | <SomeVerInfoLabel>{label}</SomeVerInfoLabel> |
| 13 | <SomeVerInfoDashLabel>{dashlabel}</SomeVerInfoDashLabel> |
| 14 | <SomeVerInfoSha>{sha}</SomeVerInfoSha> |
| 15 | <SomeVerInfoShortSha>{shortsha}</SomeVerInfoShortSha> |
| 16 | <SomeVerInfoVersion>{informationalversion}</SomeVerInfoVersion> |
| 17 | </PropertyGroup> |
| 18 | |
| 19 | <PropertyGroup> |
| 20 | <AssemblyVersion>{major}.0.0.0</AssemblyVersion> |
| 21 | <FileVersion>{major}.{minor}.{patch}.{fullheight}</FileVersion> |
| 22 | <InformationalVersion>{informationalversion}</InformationalVersion> |
| 23 | <PackageVersion>{major}.{minor}.{patch}{dashlabel}</PackageVersion> |
| 24 | </PropertyGroup> |
| 25 | </Project> |