|
35 | 35 | <ItemGroup>
|
36 | 36 | <Compile Include="$(AssemblyInfoTempFilePath)" />
|
37 | 37 | </ItemGroup>
|
| 38 | + |
| 39 | + |
| 40 | + <GetVersion SolutionDirectory="$(SolutionDir)"> |
| 41 | + <Output TaskParameter="Major" PropertyName="GfvMajor" /> |
| 42 | + <Output TaskParameter="Minor" PropertyName="GfvMinor" /> |
| 43 | + <Output TaskParameter="Patch" PropertyName="GfvPatch" /> |
| 44 | + <Output TaskParameter="BuildMetaData" PropertyName="GfvBuildMetaData" /> |
| 45 | + <Output TaskParameter="FullBuildMetaData" PropertyName="GfvFullBuildMetaData" /> |
| 46 | + <Output TaskParameter="BranchName" PropertyName="GfvBranchName" /> |
| 47 | + <Output TaskParameter="Sha" PropertyName="GfvSha" /> |
| 48 | + <Output TaskParameter="MajorMinorPatch" PropertyName="GfvMajorMinorPatch" /> |
| 49 | + <Output TaskParameter="SemVer" PropertyName="GfvSemVer" /> |
| 50 | + <Output TaskParameter="LegacySemVer" PropertyName="GfvLegacySemVer" /> |
| 51 | + <Output TaskParameter="LegacySemVerPadded" PropertyName="GfvLegacySemVerPadded" /> |
| 52 | + <Output TaskParameter="FullSemVer" PropertyName="GfvFullSemVer" /> |
| 53 | + <Output TaskParameter="AssemblySemVer" PropertyName="GfvAssemblySemVer" /> |
| 54 | + <Output TaskParameter="ClassicVersion" PropertyName="GfvClassicVersion" /> |
| 55 | + <Output TaskParameter="ClassicVersionWithTag" PropertyName="GfvClassicVersionWithTag" /> |
| 56 | + <Output TaskParameter="PreReleaseTag" PropertyName="GfvPreReleaseTag" /> |
| 57 | + <Output TaskParameter="PreReleaseTagWithDash" PropertyName="GfvPreReleaseTagWithDash" /> |
| 58 | + <Output TaskParameter="InformationalVersion" PropertyName="GfvInformationalVersion" /> |
| 59 | + <Output TaskParameter="AssemblyVersion" PropertyName="GfvAssemblyVersion" /> |
| 60 | + <Output TaskParameter="AssemblyFileVersion" PropertyName="GfvAssemblyFileVersion" /> |
| 61 | + <Output TaskParameter="OriginalRelease" PropertyName="GfvOriginalRelease" /> |
| 62 | + </GetVersion> |
| 63 | + |
38 | 64 | </Target>
|
39 | 65 |
|
40 | 66 | <!--Support for ncrunch-->
|
41 | 67 | <ItemGroup>
|
42 | 68 | <None Include="$(MSBuildThisFileDirectory)..\GitVersionTask.dll" />
|
43 | 69 | <None Include="$(MSBuildThisFileDirectory)..\GitVersionTask.pdb" />
|
44 |
| - <None Include="$(MSBuildThisFileDirectory)..\GitVersionCore.dll" /> |
45 |
| - <None Include="$(MSBuildThisFileDirectory)..\GitVersionCore.pdb" /> |
46 |
| - <None Include="$(MSBuildThisFileDirectory)..\LibGit2Sharp.dll" /> |
47 | 70 | <None Include="$(MSBuildThisFileDirectory)..\NativeBinaries\**\*" />
|
48 | 71 | </ItemGroup>
|
49 | 72 |
|
50 |
| - |
51 | 73 | </Project>
|
52 | 74 |
|
53 | 75 |
|
0 commit comments