-
Notifications
You must be signed in to change notification settings - Fork 647
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
421 additions
and
142 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
40 changes: 0 additions & 40 deletions
40
buildsupport/GitFlowVersion/Build/GitFlowVersionTask.targets
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)..\</SolutionDir> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<GitVersionAppendRevision Condition="$(GitVersionAppendRevision) == '' Or $(GitVersionAppendRevision) == '*Undefined*'">false</GitVersionAppendRevision> | ||
</PropertyGroup> | ||
|
||
<UsingTask | ||
TaskName="GitVersionTask.UpdateAssemblyInfo" | ||
AssemblyFile="$(MSBuildThisFileDirectory)..\GitVersionTask.dll" /> | ||
<UsingTask | ||
TaskName="GitVersionTask.WriteVersionInfoToBuildLog" | ||
AssemblyFile="$(MSBuildThisFileDirectory)..\GitVersionTask.dll" /> | ||
|
||
<Target Name="UpdateAssemblyInfo" | ||
BeforeTargets="CoreCompile"> | ||
<WriteVersionInfoToBuildLog | ||
SolutionDirectory="$(SolutionDir)" | ||
/> | ||
<UpdateAssemblyInfo | ||
SolutionDirectory="$(SolutionDir)" | ||
ProjectFile="$(ProjectPath)" | ||
AppendRevision="$(GitVersionAppendRevision)" | ||
AssemblyVersioningScheme="MajorMinor" | ||
CompileFiles ="@(Compile)"> | ||
<Output | ||
TaskParameter="AssemblyInfoTempFilePath" | ||
PropertyName="AssemblyInfoTempFilePath" /> | ||
</UpdateAssemblyInfo> | ||
|
||
<ItemGroup> | ||
<Compile Include="$(AssemblyInfoTempFilePath)" /> | ||
</ItemGroup> | ||
</Target> | ||
|
||
<!--Support for ncrunch--> | ||
<ItemGroup> | ||
<None Include="$(MSBuildThisFileDirectory)..\GitVersionTask.dll" /> | ||
<None Include="$(MSBuildThisFileDirectory)..\GitVersionTask.pdb" /> | ||
<None Include="$(MSBuildThisFileDirectory)..\GitVersionCore.dll" /> | ||
<None Include="$(MSBuildThisFileDirectory)..\GitVersionCore.pdb" /> | ||
<None Include="$(MSBuildThisFileDirectory)..\LibGit2Sharp.dll" /> | ||
<None Include="$(MSBuildThisFileDirectory)..\NativeBinaries\**\*" /> | ||
</ItemGroup> | ||
|
||
|
||
</Project> | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.