Closed mattleibow closed 3 years ago
Aliases can be added using the Link="xxx" attribute/element in msbuild.
Not only will this appear nicely in the IDE when multiple files using the same name are included, but they can also be organized.
<ItemGroup> <SharedImage Include="loginbg.png" BaseSize="123,105" Link="changed_name.png" /> </ItemGroup>
Aliases can be added using the Link="xxx" attribute/element in msbuild.
Not only will this appear nicely in the IDE when multiple files using the same name are included, but they can also be organized.