$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
$(IntermediateOutputPath)NativeDllName.g.cs
$(IntermediateOutputPath)UniqueIdentifier.g.cs
$(IntermediateOutputPath)AssemblyCommitIds.g.cs
namespace LibGit2Sharp.Core
{
internal static class NativeDllName
{
public const string Name = "$(libgit2FileName)"%3b
}
}
namespace LibGit2Sharp.Core
{
internal static class UniqueId
{
public const string UniqueIdentifier = "$([System.Guid]::NewGuid())"%3b
}
}
namespace LibGit2Sharp
{
internal static class AssemblyCommitIds
{
public const string LibGit2CommitSha = "$(libgit2hash)"%3b
public const string LibGit2SharpCommitSha = "$(GitCommitId)"%3b
}
}