2 references to PathToTemplateFile
Microsoft.NET.Build.Tasks (2)
GetAssemblyAttributes.cs (2)
22
var fileVersionInfo = FileVersionInfo.GetVersionInfo(Path.GetFullPath(
PathToTemplateFile
));
23
Version assemblyVersion = FileUtilities.TryGetAssemblyVersion(Path.GetFullPath(
PathToTemplateFile
));