|
9 | 9 | <ImportProject="$(FSharpSourcesRoot)\FSharpSource.Settings.targets" /> |
10 | 10 | <PropertyGroup> |
11 | 11 | <OutputType>Library</OutputType> |
12 | | - <AssemblyName>FSharp.Build-proto</AssemblyName> |
| 12 | + <AssemblyName>FSharp.Build</AssemblyName> |
13 | 13 | <AllowCrossTargeting>true</AllowCrossTargeting> |
14 | 14 | <BuildWith>LKG</BuildWith> |
15 | 15 | <ProjectGuid>{D8BC791F-C1A9-49DC-9432-0F3090537555}</ProjectGuid> |
|
39 | 39 | <CompileInclude="..\FSharp.Build\WriteCodeFragment.fs"> |
40 | 40 | <Link>WriteCodeFragment.fs</Link> |
41 | 41 | </Compile> |
42 | | - <CopyAndSubstituteTextInclude="..\FSharp.Build\Microsoft.FSharp.Targets"> |
43 | | - <Link>Microsoft.FSharp-proto.targets</Link> |
44 | | - <TargetFilename>Microsoft.FSharp-proto.targets</TargetFilename> |
45 | | - <Pattern1>{BuildSuffix}</Pattern1> |
46 | | - <Replacement1>-proto</Replacement1> |
47 | | - </CopyAndSubstituteText> |
48 | | - <CopyAndSubstituteTextInclude="..\FSharp.Build\Microsoft.Portable.FSharp.Targets"> |
49 | | - <Link>Microsoft.Portable.FSharp-proto.targets</Link> |
50 | | - <TargetFilename>Microsoft.Portable.FSharp-proto.targets</TargetFilename> |
51 | | - <Pattern1>{BuildSuffix}</Pattern1> |
52 | | - <Replacement1>-proto</Replacement1> |
53 | | - </CopyAndSubstituteText> |
54 | | - <CopyAndSubstituteTextInclude="..\FSharp.Build\Microsoft.FSharp.NetSdk.props"> |
55 | | - <Link>Microsoft.FSharp.NetSdk-proto.props</Link> |
56 | | - <TargetFilename>Microsoft.FSharp.NetSdk-proto.props</TargetFilename> |
57 | | - <Pattern1>{BuildSuffix}</Pattern1> |
58 | | - <Replacement1>-proto</Replacement1> |
59 | | - </CopyAndSubstituteText> |
60 | | - <CopyAndSubstituteTextInclude="..\FSharp.Build\Microsoft.FSharp.NetSdk.targets"> |
61 | | - <Link>Microsoft.FSharp.NetSdk-proto.targets</Link> |
62 | | - <TargetFilename>Microsoft.FSharp.NetSdk-proto.targets</TargetFilename> |
63 | | - <Pattern1>{BuildSuffix}</Pattern1> |
64 | | - <Replacement1>-proto</Replacement1> |
65 | | - </CopyAndSubstituteText> |
| 42 | + <NoneInclude="..\FSharp.Build\Microsoft.FSharp.Targets"CopyToOutputDirectory="PreserveNewest"> |
| 43 | + <Link>Microsoft.FSharp.Targets</Link> |
| 44 | + </None> |
| 45 | + <NoneInclude="..\FSharp.Build\Microsoft.Portable.FSharp.Targets"CopyToOutputDirectory="PreserveNewest"> |
| 46 | + <Link>Microsoft.Portable.FSharp.Targets</Link> |
| 47 | + </None> |
| 48 | + <NoneInclude="..\FSharp.Build\Microsoft.FSharp.NetSdk.props"CopyToOutputDirectory="PreserveNewest"> |
| 49 | + <Link>Microsoft.FSharp.NetSdk.props</Link> |
| 50 | + </None> |
| 51 | + <NoneInclude="..\FSharp.Build\Microsoft.FSharp.NetSdk.targets"CopyToOutputDirectory="PreserveNewest"> |
| 52 | + <Link>Microsoft.FSharp.NetSdk.targets</Link> |
| 53 | + </None> |
66 | 54 | </ItemGroup> |
67 | 55 | <ItemGroup> |
68 | 56 | <ReferenceInclude="mscorlib" /> |
|