c# project output how to Add files into desired folder under $TargetDir without using the orininal path
I need to add some images/Dlls in the Bin folder, but i dont to follow the original path The images are under this /ProjectName/Resources/Grafics”, if i set them as a CopyAlways in bin folder will be (ProjecName/Bin/Resources/Grafics) but i need (ProjecName/Bin/Grafics)
C#.NEt / I Need to Add dll/images into bin folder but not using the orininal path
I need to add some images/Dlls in the Bin folder, but i dont to follow the original path The images are under this /ProjectName/Resources/Grafics”, if i set them as a CopyAlways in bin folder will be (ProjecName/Bin/Resources/Grafics) but i need (ProjecName/Bin/Grafics)