-
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.
Updated to GitVersion so that we can build support branches
- Loading branch information
John Simons
committed
Jul 21, 2014
1 parent
4435ed2
commit 176bbee
Showing
30 changed files
with
67 additions
and
64 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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.
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
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
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
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
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
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