mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
9 lines
470 B
XML
9 lines
470 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Target Name="AfterResolveReferences">
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.Extension)' == '.dll'">
|
|
<LogicalName>%(ReferenceCopyLocalPaths.DestinationSubDirectory)%(ReferenceCopyLocalPaths.Filename)%(ReferenceCopyLocalPaths.Extension)</LogicalName>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</Target>
|
|
</Project> |