mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
9 lines
470 B
Plaintext
9 lines
470 B
Plaintext
|
|
<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>
|