|
40 | 40 | <ItemGroup> |
41 | 41 | <Compile Include="NUnitFrameworkShims.fs" /> |
42 | 42 | <Compile Include="LibraryTestFx.fs" /> |
| 43 | + <Compile Include="FSharp.Core\PrimTypes.fs" /> |
| 44 | + <Compile Include="FSharp.Core\ComparersRegression.fs" /> |
| 45 | + <Compile Include="FSharp.Core\DiscrimantedUnionType.fs" /> |
| 46 | + <Compile Include="FSharp.Core\RecordTypes.fs" /> |
| 47 | + <Compile Include="FSharp.Core\OperatorsModule1.fs" /> |
| 48 | + <Compile Include="FSharp.Core\OperatorsModule2.fs" /> |
| 49 | + <Compile Include="FSharp.Core\OperatorsModuleChecked.fs" /> |
43 | 50 |
|
44 | 51 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\Utils.fs" /> |
45 | 52 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\ArrayModule.fs" /> |
|
66 | 73 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\CollectionModulesConsistency.fs" /> |
67 | 74 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\StringModule.fs" /> |
68 | 75 | <Compile Include="FSharp.Core\Microsoft.FSharp.Collections\SeqMultipleIteration.fs" /> |
69 | | - <Compile Include="FSharp.Core\PrimTypes.fs" /> |
70 | | - <Compile Include="FSharp.Core\ComparersRegression.fs" /> |
71 | | - <Compile Include="FSharp.Core\DiscrimantedUnionType.fs" /> |
72 | | - <Compile Include="FSharp.Core\RecordTypes.fs" /> |
73 | 76 | <Compile Include="FSharp.Core\Microsoft.FSharp.Core\BigIntType.fs" /> |
74 | 77 | <Compile Include="FSharp.Core\Microsoft.FSharp.Core\IntConversions.fs" /> |
75 | 78 | <Compile Include="FSharp.Core\Microsoft.FSharp.Core\IntConversionsGenerated.fs" /> |
|
94 | 97 | <Compile Include="SurfaceArea.net40.fs" Condition="$(TargetFramework.StartsWith('net4'))" /> |
95 | 98 | </ItemGroup> |
96 | 99 |
|
97 | | - <ItemGroup> |
98 | | - <Content Include="**/*" Exclude="**/*.bak;Directory.Build.Props;Directory.Build.targets;FSharp.Core.UnitTests.fsproj" CopyToOutputDirectory="never" /> |
99 | | - </ItemGroup> |
| 100 | + <ItemGroup /> |
100 | 101 |
|
101 | 102 | <ItemGroup Condition="'$(BUILD_IN_FSHARP_REPOSITORY)' == 'true'"> |
102 | 103 | <ProjectReference Include="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" /> |
|
113 | 114 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" /> |
114 | 115 | </ItemGroup> |
115 | 116 |
|
| 117 | + <ItemGroup> |
| 118 | + <Content Remove="FSharp.Core\OperatorsModule2.fs" /> |
| 119 | + </ItemGroup> |
| 120 | + |
116 | 121 | </Project> |
0 commit comments