Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@@ -127,7 +127,6 @@ namespace Microsoft.Build.Construction
case "ContinueOnError":
ContinueOnError = value;
break;
#if NET_4_5
case "ExecuteTargets":
ExecuteTargets = value;
break;
@@ -137,7 +136,6 @@ namespace Microsoft.Build.Construction
case "MSBuildRuntime":
MSBuildRuntime = value;
break;
#endif
case "xmlns":
break;
case "Label":
@@ -162,13 +160,11 @@ namespace Microsoft.Build.Construction
private Dictionary<string, string> parameters = new Dictionary<string, string> ();
public string ExecuteTargets { get; set; }
#if NET_4_5
public ElementLocation ExecuteTargetsLocation { get; set; }
public ElementLocation ContinueOnErrorLocation { get; set; }
public string MSBuildArchitecture { get; set; }
public ElementLocation MSBuildArchitectureLocation { get; set; }
public string MSBuildRuntime { get; set; }
public ElementLocation MSBuildRuntimeLocation { get; set; }
#endif
}
}