[tasque/transition: 135/213] MSBuild tasks should be around even after build target "clean"



commit 25d7f86973be09a5313922af104d6464c1a36bc2
Author: Antonius Riha <antoniusriha gmail com>
Date:   Fri Aug 17 22:27:19 2012 +0200

    MSBuild tasks should be around even after build target "clean"
    
    Otherwise the MSBuild tasks that are used for cleanup action are not
    there to do their job.

 build/build.csproj |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/build/build.csproj b/build/build.csproj
index c9ae10b..7519c45 100644
--- a/build/build.csproj
+++ b/build/build.csproj
@@ -149,4 +149,5 @@
     <Folder Include="Libraries\" />
     <Folder Include="Libraries\ObservableCollectionTransforms\" />
   </ItemGroup>
+  <Target Name="Clean" />
 </Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]