5 references to AssemblyReference
Microsoft.Build.Tasks.Core (5)
GenerateApplicationManifest.cs (2)
302clrPlatformAssembly = new AssemblyReference { IsPrerequisite = true }; 431var assembly = new AssemblyReference
GenerateManifestBase.cs (2)
85var assembly = new AssemblyReference 129assembly = new AssemblyReference { AssemblyIdentity = identity };
ManifestUtil\ApplicationManifest.cs (1)
123CLRPlatformAssembly = new AssemblyReference { IsPrerequisite = true };