|
33 | 33 | <ItemGroup>
|
34 | 34 | <Compile Include="NUnitFrameworkShims.fs" />
|
35 | 35 | <Compile Include="LibraryTestFx.fs" />
|
| 36 | + <Compile Include="FSharp.Core\PrimTypes.fs" /> |
| 37 | + <Compile Include="FSharp.Core\ComparersRegression.fs" /> |
| 38 | + <Compile Include="FSharp.Core\DiscrimantedUnionType.fs" /> |
| 39 | + <Compile Include="FSharp.Core\RecordTypes.fs" /> |
| 40 | + <Compile Include="FSharp.Core\OperatorsModule1.fs" /> |
| 41 | + <Compile Include="FSharp.Core\OperatorsModule2.fs" /> |
| 42 | + <Compile Include="FSharp.Core\OperatorsModuleChecked.fs" /> |
36 | 43 |
|
37 | 44 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\Utils.fs" />
|
38 | 45 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\ArrayModule.fs" />
|
|
59 | 66 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\CollectionModulesConsistency.fs" />
|
60 | 67 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\StringModule.fs" />
|
61 | 68 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\SeqMultipleIteration.fs" />
|
62 |
| - <Compile Include="FSharp.Core\PrimTypes.fs" /> |
63 |
| - <Compile Include="FSharp.Core\ComparersRegression.fs" /> |
64 |
| - <Compile Include="FSharp.Core\DiscrimantedUnionType.fs" /> |
65 |
| - <Compile Include="FSharp.Core\RecordTypes.fs" /> |
66 | 69 | <Compile Include="FSharp.Core\Microsoft.FSharp.Core\BigIntType.fs" />
|
67 | 70 | <Compile Include="FSharp.Core\Microsoft.FSharp.Core\IntConversions.fs" />
|
68 | 71 | <Compile Include="FSharp.Core\Microsoft.FSharp.Core\IntConversionsGenerated.fs" />
|
|
87 | 90 | <Compile Include="SurfaceArea.net40.fs" Condition="$(TargetFramework.StartsWith('net4'))" />
|
88 | 91 | </ItemGroup>
|
89 | 92 |
|
90 |
| - <ItemGroup> |
91 |
| - <Content Include="**/*" Exclude="**/*.bak;Directory.Build.Props;Directory.Build.targets;FSharp.Core.UnitTests.fsproj" CopyToOutputDirectory="never" /> |
92 |
| - </ItemGroup> |
| 93 | + <ItemGroup /> |
93 | 94 |
|
94 | 95 | <ItemGroup Condition="'$(BUILD_IN_FSHARP_REPOSITORY)' == 'true'">
|
95 | 96 | <ProjectReference Include="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" />
|
|
106 | 107 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" />
|
107 | 108 | </ItemGroup>
|
108 | 109 |
|
| 110 | + <ItemGroup> |
| 111 | + <Content Remove="FSharp.Core\OperatorsModule2.fs" /> |
| 112 | + </ItemGroup> |
| 113 | + |
109 | 114 | </Project>
|
0 commit comments