|
459 | 459 | <!-- Include the bootstrap targets file when building the proto compiler using the bootstrap--> |
460 | 460 | <!-- Also include it if Proto targets file doesn't exist, e.g. when cleaning the build with /t:Clean--> |
461 | 461 | <ImportProject="$(LkgPath)\Microsoft.FSharp.targets" |
462 | | -Condition="(!Exists('..\Proto\$(protoCLIDir)\bin\Microsoft.FSharp-proto.targets') OR '$(BuildWith)' == 'LKG') AND '$(ProjectLanguage)' == 'FSharp')" /> |
| 462 | +Condition="(!Exists('..\Proto\$(protoCLIDir)\bin\Microsoft.FSharp-proto.targets') OR '$(BuildWith)' == 'LKG') AND '$(ProjectLanguage)' == 'FSharp'" /> |
463 | 463 | <ImportProject="Silverlight\$(SilverlightVersion)\FSharpSource.Silverlight.Common.targets" |
464 | 464 | Condition="'$(TargetFramework)'=='sl3' or '$(TargetFramework)'=='sl4' or '$(TargetFramework)'=='sl5' or '$(TargetFramework)'=='sl5-compiler'"/> |
465 | 465 |
|
|