* xbuild/Microsoft.Silverlight.Common.targets(GenerateMoonlightManifest):
authorAnkit Jain <radical@corewars.org>
Thu, 22 Jul 2010 00:15:48 +0000 (00:15 -0000)
committerAnkit Jain <radical@corewars.org>
Thu, 22 Jul 2010 00:15:48 +0000 (00:15 -0000)
Set Inputs/Outputs for the target.

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

mcs/tools/xbuild/ChangeLog
mcs/tools/xbuild/xbuild/Microsoft.Silverlight.Common.targets

index 08eaad2f4b7805cd176ce0dc2bce0403fec65834..67e04f7e551e775122e658f2f43b84c2727bb284 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight.Common.targets(GenerateMoonlightManifest):
+       Set Inputs/Outputs for the target.
+
 2010-07-22  Ankit Jain  <jankit@novell.com>
 
        * xbuild/Microsoft.CSharp.targets (CoreCompile): Add
index ccfcc6e2f1b5817a0f8cb229d6acbf735c1fedf7..2f85987ed02b482c2e4cd95c01067705b4ca7bd6 100644 (file)
@@ -93,7 +93,9 @@
                </XamlG>
        </Target>
 
-       <Target Name="GenerateMoonlightManifest">
+       <Target Name="GenerateMoonlightManifest"
+               Inputs="$(MSBuildAllProjects);$(SilverlightManifestTemplate)"
+               Outputs="@(MoonlightManifestFile->'%(Identity)')">
                <GenerateMoonlightManifest
                        ManifestFile="@(MoonlightManifestFile->'%(Identity)')"
                        EntryPointAssembly="$(AssemblyName)$(TargetExt)"