File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
package/Library/Lindexi.Src.CustomWPF Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
- <Target Name =" CopyWpfAssetsFile" AfterTargets =" AfterBuild" >
3
- <Copy SourceFiles =" $(MSBuildThisFileDirectory)..\Assets\**\*" DestinationFolder =" $(OutputPath)\" SkipUnchangedFiles =" True" ></Copy >
2
+ <Target Name =" CopyWpfAssetsFile" AfterTargets =" Publish" >
3
+ <ItemGroup >
4
+ <_CustomWPFCopyItem Include =" $(MSBuildThisFileDirectory)..\Assets\**\*" ></_CustomWPFCopyItem >
5
+ </ItemGroup >
6
+ <Copy SourceFiles =" @(_CustomWPFCopyItem)" DestinationFolder =" $(OutputPath)\publish" SkipUnchangedFiles =" True" ></Copy >
4
7
</Target >
5
8
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net5.0</TargetFramework >
5
+ <Version >1.0.3</Version >
5
6
</PropertyGroup >
6
7
7
8
<ItemGroup >
You can’t perform that action at this time.
0 commit comments