diff --git a/renderdoc/renderdoc_version.vcxproj b/renderdoc/renderdoc_version.vcxproj index 0dec255a9..f41b6f668 100644 --- a/renderdoc/renderdoc_version.vcxproj +++ b/renderdoc/renderdoc_version.vcxproj @@ -66,9 +66,13 @@ $([MSBuild]::Unescape("$(DevEnvDir)\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\LibGit2Sharp.dll")) $([MSBuild]::Unescape("$(VSInstallDir)\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\LibGit2Sharp.dll")) + + + + - + @@ -77,14 +81,15 @@ + { if (args.Name.Contains("LibGit2Sharp")) { return System.Reflection.Assembly.LoadFrom(LibGit2SharpAssemblyPath); } @@ -105,16 +110,71 @@ namespace GitIntrospection { [Microsoft.Build.Framework.Output] public string Sha1 { get; set; } } } +]]> + + + + + + + + + + + true - - + + - - + + + + + + GIT_COMMIT_HASH="$(CommitId)";%(PreprocessorDefinitions) + + + + + + + + + + GIT_COMMIT_HASH="$(CommitId)";%(PreprocessorDefinitions)