diff --git a/eng/WpfArcadeSdk/tools/Wpf.Cpp.targets b/eng/WpfArcadeSdk/tools/Wpf.Cpp.targets index f14aa74b1f15f87ae989b28fadc79e01669bd7db..62e2d5539a654d57b04723a37aaa382fb4372c78 100644 --- a/eng/WpfArcadeSdk/tools/Wpf.Cpp.targets +++ b/eng/WpfArcadeSdk/tools/Wpf.Cpp.targets @@ -2,6 +2,7 @@ $(IntermediateOutputPath)NativeVersion.rc $([System.IO.Path]::GetDirectoryName($(NativeVersionFile))) + $(IntermediateOutputPath)ExtendedNativeVersion.rc @@ -52,6 +53,55 @@ + + + + + <_WindowsFileVersion>$(FileVersion.Replace('.', ',')) + <_SourceBuildInfo> %40Commit: $(SourceRevisionId) + + <_ExtendedNativeVersionFileContents> + + + + + + <_ExtendenNativeVersionFileLines Include="$(_ExtendedNativeVersionFileContents)" /> + + + + + + + + + +