Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BuildValues.props « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cfa9faaa959fd58ef0e4f35d1516ef8f95aaeff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <!--
      the value of BuildNumber must be numeric and contain enough
      leading zeroes to satisfy a 16-bit integer in base-10 format.  this
      is needed because SemVer v1 performs a lexical comparison of the
      prerelease version number and without the leading zeroes foo-20 is
      smaller than foo-4.
    -->
    <RevisionNumber>00001</RevisionNumber>
  </PropertyGroup>
</Project>