9 lines
410 B
XML
9 lines
410 B
XML
<!--https://developercommunity.visualstudio.com/t/Building-an-net-iOS-project-which-conta/10225786?entry=myfeedback-->
|
|
<Project>
|
|
<Target Name="_DisableRemoteBuildForLibraries" BeforeTargets="BeforeBuild;_SayHello" Condition="'$(OutputType)'=='Library'">
|
|
<PropertyGroup>
|
|
<IsRemoteBuild>false</IsRemoteBuild>
|
|
<ServerAddress>10.0.0.121</ServerAddress>
|
|
</PropertyGroup>
|
|
</Target>
|
|
</Project> |