[xbuild] Add reserved property MSBuildExtensionsPath64 .
authorAnkit Jain <radical@corewars.org>
Wed, 18 Aug 2010 20:45:17 +0000 (02:15 +0530)
committerAnkit Jain <radical@corewars.org>
Wed, 18 Aug 2010 20:55:10 +0000 (02:25 +0530)
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Project.cs

index 4f7f90e377cbe65b0270b43f206cce2cc51d7277..cba8f82fc2fa4e0fa64ca7525d6827daa7d73da5 100644 (file)
@@ -946,6 +946,7 @@ namespace Microsoft.Build.BuildEngine {
                        EvaluatedProperties.AddProperty (new BuildProperty ("MSBuildToolsVersion", effective_tools_version, PropertyType.Reserved));
                        EvaluatedProperties.AddProperty (new BuildProperty ("MSBuildExtensionsPath", ExtensionsPath, PropertyType.Reserved));
                        EvaluatedProperties.AddProperty (new BuildProperty ("MSBuildExtensionsPath32", ExtensionsPath, PropertyType.Reserved));
+                       EvaluatedProperties.AddProperty (new BuildProperty ("MSBuildExtensionsPath64", ExtensionsPath, PropertyType.Reserved));
                        EvaluatedProperties.AddProperty (new BuildProperty ("MSBuildProjectDefaultTargets", DefaultTargets, PropertyType.Reserved));
                        EvaluatedProperties.AddProperty (new BuildProperty ("OS", OS, PropertyType.Environment));