|
|
@ -39,33 +39,10 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' "> |
|
|
|
<Content Include="..\Libs\I18N.Net4.dll"> |
|
|
|
<Link>Libraries\Mono\I18N.dll</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\Libs\I18N.West.Net4.dll"> |
|
|
|
<Link>Libraries\Mono\I18N.West.dll</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\Libs\Microsoft.CSharp.dll"> |
|
|
|
<Link>Libraries\Mono\Microsoft.CSharp.dll</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\Libs\System.Runtime.Serialization.Net4.dll"> |
|
|
|
<Link>Libraries\Mono\System.Runtime.Serialization.dll</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\Libs\netstandard.dll"> |
|
|
|
<Link>Libraries\Mono\netstandard.dll</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Content Include="..\Libs\thirdparty\*"> |
|
|
|
<Link>Libraries\Thirdparty\%(Filename)%(Extension)</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net35' "> |
|
|
|