1 write to Sdk
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
62
xmlPair.VerifySetter("YetAnotherSDK", (p) => p.Sdk, (p, v) => p.
Sdk
= v);
5 references to Sdk
Microsoft.Build (2)
Construction\ProjectImportElement.cs (1)
122
/// added because of the <see cref="ProjectRootElement.
Sdk
"/> attribute and the location where the project was
Construction\ProjectRootElement.cs (1)
1880
string sdkAttribute =
Sdk
;
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
530
Assert.Equal(realXml.
Sdk
, viewXml.
Sdk
);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
62
xmlPair.VerifySetter("YetAnotherSDK", (p) => p.
Sdk
, (p, v) => p.Sdk = v);