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