mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-25 15:22:42 +00:00
Move msbuild target files into folder
This commit is contained in:
parent
f327091f6a
commit
629d784d0b
4 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<DebugType>full</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="PublishAllRids.targets" />
|
||||
<Import Project="FixBindingRedirects.targets" />
|
||||
<Import Project="MonoFacades.targets" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and !$(RuntimeIdentifier.StartsWith('win'))" />
|
||||
<Import Project="Targets/PublishAllRids.targets" />
|
||||
<Import Project="Targets/FixBindingRedirects.targets" />
|
||||
<Import Project="Targets/MonoFacades.targets" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and !$(RuntimeIdentifier.StartsWith('win'))" />
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue