File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 118
118
<Target Name =" AfterBuild" >
119
119
<Copy
120
120
SourceFiles =" $(LibSassPath)libsass32.dll;$(LibSassPath)libsass64.dll"
121
- DestinationFolder =" $(OutputPath)" />
121
+ DestinationFolder =" $(OutputPath)"
122
+ SkipUnchangedFiles =" true" />
122
123
</Target >
123
124
</Project >
Original file line number Diff line number Diff line change 52
52
<Target Name =" AfterBuild" >
53
53
<Copy
54
54
SourceFiles =" $(LibSassPath)libsass32.dll;$(LibSassPath)libsass64.dll"
55
- DestinationFolder =" $(OutputPath)" />
55
+ DestinationFolder =" $(OutputPath)"
56
+ SkipUnchangedFiles =" true" />
56
57
</Target >
57
58
</Project >
Original file line number Diff line number Diff line change 59
59
<Target Name =" AfterBuild" >
60
60
<Copy
61
61
SourceFiles =" $(LibSassPath)libsass32.dll;$(LibSassPath)libsass64.dll"
62
- DestinationFolder =" $(OutputPath)" />
62
+ DestinationFolder =" $(OutputPath)"
63
+ SkipUnchangedFiles =" true" />
63
64
</Target >
64
65
</Project >
You can’t perform that action at this time.
0 commit comments