Tagged Questions

0
votes
1answer
68 views

Import added does not appear in the Imports collection (Msbuild Project)

The title pretty much says it all... this code does not write anything to the console cause the collection is empty. Project p = new Project(engine); p.AddNewImport(@"C:\mytarget.targets",""); ...