* xbuild/Microsoft.Silverlight.Common.targets: Set Inputs/Outputs
authorAnkit Jain <radical@corewars.org>
Fri, 16 Jul 2010 15:35:18 +0000 (15:35 -0000)
committerAnkit Jain <radical@corewars.org>
Fri, 16 Jul 2010 15:35:18 +0000 (15:35 -0000)
for GenerateXap target.

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

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

index 6ee647c2b3f13c5a151887019662f2be9b100857..aae1a15808865cd2a7dc0407526c638f07afb0bf 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-16  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight.Common.targets: Set Inputs/Outputs
+       for GenerateXap target.
+
 2010-07-09  Ankit Jain  <jankit@novell.com>
 
        * Main.cs: Use tools version specified on the command line, if
index 5de5a885c0afc3d380bdb79dee9cbe8b44f6b98d..47481570bfa0a96e8e0bd87ec4ceea0bab74df6c 100644 (file)
                        GetXapInputFiles
                </GenerateXapDependsOn>
        </PropertyGroup>
-       <Target Name="GenerateXap" DependsOnTargets="$(GenerateXapDependsOn)" Condition="'$(XapOutputs)' == 'true'">
+       <Target Name="GenerateXap" DependsOnTargets="$(GenerateXapDependsOn)" Condition="'$(XapOutputs)' == 'true'"
+               Inputs="@(XapInputFiles)" Outputs="$(OutDir)$(XapFilename)">
                <!-- Looks for %(DestinationSubdirectory) in LocalCopyReferences -->
                <GenerateXap
                        InputFiles="@(XapInputFiles)"