* xbuild/Microsoft.VisualBasic.targets (Vbc.References): Remove
authorAnkit Jain <radical@corewars.org>
Wed, 22 Jul 2009 08:39:12 +0000 (08:39 -0000)
committerAnkit Jain <radical@corewars.org>
Wed, 22 Jul 2009 08:39:12 +0000 (08:39 -0000)
"@(ChildProjectReferences)" as it gets resolved earlier
and is part of @(ResolvedFiles).

svn path=/trunk/mcs/; revision=138370

mcs/tools/xbuild/ChangeLog
mcs/tools/xbuild/xbuild/Microsoft.VisualBasic.targets

index 68283a3033de893f909d2284b905c9058211cc85..dd9a373eab95b46841cb6ec31474be0712e1cac5 100644 (file)
@@ -1,3 +1,9 @@
+2009-07-22  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.VisualBasic.targets (Vbc.References): Remove
+       "@(ChildProjectReferences)" as it gets resolved earlier
+       and is part of @(ResolvedFiles).
+
 2009-07-22  Ankit Jain  <jankit@novell.com>
 
        * xbuild.Microsoft.CSharp.targets (Csc.References): Remove
index 2ec9e22881f64c042aa17c9ba74efc54b64b2a6e..2a7f91152b2845c62ea5680de3f933e03513ad8c 100644 (file)
@@ -63,7 +63,7 @@
                        OptionStrictType="$(OptionStrictType)" 
                        OutputAssembly="$(IntermediateAssembly)"
                        Platform="$(PlatformTarget)"
-                       References="@(ResolvedFiles);@(ChildProjectReferences)"
+                       References="@(ResolvedFiles)"
                        RemoveIntegerChecks="$(RemoveIntegerChecks)"
                        Resources="@(ManifestResourceWithNoCulture);@(ManifestNonResxWithNoCultureOnDisk);@(CompiledLicenseFile)"
                        ResponseFiles="$(CompilerResponseFile)"