|
|
|
@ -107,12 +107,14 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Private>True</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" /> |
|
|
|
<Import Project="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" Condition="Exists('$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets')" /> |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
<Target Name="Clean" Condition="!Exists('$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets')"> |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
<!-- F# not found? no need to clean anything --> |
|
|
|
<Target Name="BeforeBuild"> |
|
|
|
|
|
|
|
</Target> |
|
|
|
</Target> |
|
|
|
<Target Name="AfterBuild"> |
|
|
|
<Target Name="Build" Condition="!Exists('$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets')"> |
|
|
|
|
|
|
|
<Warning Text="Microsoft.FSharp.Targets not found, skipping F# binding"/> |
|
|
|
|
|
|
|
</Target> |
|
|
|
|
|
|
|
<Target Name="Rebuild" Condition="!Exists('$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets')"> |
|
|
|
|
|
|
|
<Warning Text="Microsoft.FSharp.Targets not found, skipping F# binding"/> |
|
|
|
</Target> |
|
|
|
</Target> |
|
|
|
--> |
|
|
|
|
|
|
|
</Project> |
|
|
|
</Project> |