7 references to InputManifest
Microsoft.Build.Tasks.Core (7)
GenerateApplicationManifest.cs (4)
451
if (String.IsNullOrEmpty(
InputManifest
?.ItemSpec) || String.CompareOrdinal(
InputManifest
.ItemSpec, "NoManifest") == 0)
458
AbsolutePath inputManifestPath = TaskEnvironment.GetAbsolutePath(
InputManifest
.ItemSpec);
486
Log.LogErrorWithCodeFromResources("GenerateManifest.ReadInputManifestFailed",
InputManifest
.ItemSpec, ex.Message);
GenerateManifestBase.cs (3)
439
if (String.IsNullOrEmpty(
InputManifest
?.ItemSpec))
458
AbsolutePath inputManifestPath = TaskEnvironment.GetAbsolutePath(
InputManifest
.ItemSpec);
463
Log.LogErrorWithCodeFromResources("GenerateManifest.ReadInputManifestFailed",
InputManifest
.ItemSpec, ex.Message);