3 references to TpnFile
installer.tasks (3)
StaticFileRegeneration\RegenerateThirdPartyNotices.cs (3)
129TpnDocument existingTpn = TpnDocument.Parse(File.ReadAllLines(TpnFile)); 184File.WriteAllText(TpnFile, newTpn.ToString()); 186Log.LogMessage(MessageImportance.High, $"Wrote new TPN contents to {TpnFile}.");