5 references to AssemblyReference
Microsoft.Build.Tasks.Core (5)
GenerateApplicationManifest.cs (2)
303clrPlatformAssembly = new AssemblyReference { IsPrerequisite = true }; 432var assembly = new AssemblyReference
GenerateManifestBase.cs (2)
86var assembly = new AssemblyReference 130assembly = new AssemblyReference { AssemblyIdentity = identity };
ManifestUtil\ApplicationManifest.cs (1)
124CLRPlatformAssembly = new AssemblyReference { IsPrerequisite = true };