21 references to defaultToolsVersion
Microsoft.Build (3)
Definition\ToolsetReader.cs (3)
299
defaultToolsVersion = Constants.
defaultToolsVersion
;
302
if (toolsets.ContainsKey(Constants.
defaultToolsVersion
))
310
Constants.
defaultToolsVersion
== "2.0",
Microsoft.Build.Engine.UnitTests (18)
BackEnd\CacheSerialization_Tests.cs (6)
27
new BuildRequestData("path1", new Dictionary<string, string> { ["a1"] = "b1" }, Constants.
defaultToolsVersion
, new[] { "target1", "target2" }, null),
28
Constants.
defaultToolsVersion
);
32
new BuildRequestData("path2", new Dictionary<string, string> { ["a2"] = "b2" }, Constants.
defaultToolsVersion
, new[] { "target2" }, null),
33
Constants.
defaultToolsVersion
);
36
new BuildRequestData("path3", new Dictionary<string, string> { ["a3"] = "b3" }, Constants.
defaultToolsVersion
, new[] { "target3" }, null),
37
Constants.
defaultToolsVersion
);
BackEnd\ConfigCache_Tests.cs (12)
27
new BuildRequestData("path1", new Dictionary<string, string> { ["a1"] = "b1" }, Constants.
defaultToolsVersion
, new[] { "target1" }, null),
28
Constants.
defaultToolsVersion
);
37
new BuildRequestData("path2", new Dictionary<string, string> { ["a2"] = "b2" }, Constants.
defaultToolsVersion
, new[] { "target2" }, null),
38
Constants.
defaultToolsVersion
);
46
new BuildRequestData("path3", new Dictionary<string, string> { ["a3"] = "b3" }, Constants.
defaultToolsVersion
, new[] { "target3" }, null),
47
Constants.
defaultToolsVersion
);
74
new BuildRequestData("path1", new Dictionary<string, string> { ["a1"] = "b1" }, Constants.
defaultToolsVersion
, new[] { "target1" }, null),
75
Constants.
defaultToolsVersion
);
78
new BuildRequestData("path2", new Dictionary<string, string> { ["a2"] = "b2" }, Constants.
defaultToolsVersion
, new[] { "target2" }, null),
79
Constants.
defaultToolsVersion
);
82
new BuildRequestData("path3", new Dictionary<string, string> { ["a3"] = "b3" }, Constants.
defaultToolsVersion
, new[] { "target3" }, null),
83
Constants.
defaultToolsVersion
);