|
29 | 29 | <ItemGroup>
|
30 | 30 | <Compile Include="..\service\FsUnit.fs">
|
31 | 31 | <Link>FsUnit.fs</Link>
|
32 |
| - </Compile> |
| 32 | + </Compile> |
33 | 33 | <Compile Include="Conformance\BasicGrammarElements\AccessibilityAnnotations\Basic\Basic.fs" />
|
34 | 34 | <Compile Include="Conformance\BasicGrammarElements\AccessibilityAnnotations\OnOverridesAndIFaceImpl\OnOverridesAndIFaceImpl.fs" />
|
35 | 35 | <Compile Include="Conformance\BasicGrammarElements\AccessibilityAnnotations\OnTypeMembers\OnTypeMembers.fs" />
|
|
112 | 112 | <Compile Include="Conformance\Types\RecordTypes\AnonymousRecords.fs" />
|
113 | 113 | <Compile Include="Conformance\Types\RecordTypes\RecordTypes.fs" />
|
114 | 114 | <Compile Include="Conformance\Types\StructTypes\StructTypes.fs" />
|
115 |
| - <Compile Include="Conformance\Types\StructTypes\StructActivePatterns.fs" /> |
| 115 | + <Compile Include="Conformance\Types\StructTypes\StructActivePatterns.fs" /> |
116 | 116 | <Compile Include="Conformance\Types\TypeConstraints\CheckingSyntacticTypes\CheckingSyntacticTypes.fs" />
|
117 | 117 | <Compile Include="Conformance\Types\TypeConstraints\LogicalPropertiesOfTypes\LogicalPropertiesOfTypes.fs" />
|
118 | 118 | <Compile Include="Conformance\Types\TypeConstraints\IWSAMsAndSRTPs\IWSAMsAndSRTPsTests.fs" />
|
|
176 | 176 | <Compile Include="ErrorMessages\DontSuggestTests.fs" />
|
177 | 177 | <Compile Include="ErrorMessages\ElseBranchHasWrongTypeTests.fs" />
|
178 | 178 | <Compile Include="ErrorMessages\InvalidLiteralTests.fs" />
|
179 |
| - <Compile Include="ErrorMessages\InvalidNumericLiteralTests.fs" /> |
| 179 | + <Compile Include="ErrorMessages\InvalidNumericLiteralTests.fs" /> |
180 | 180 | <Compile Include="ErrorMessages\MissingElseBranch.fs" />
|
181 | 181 | <Compile Include="ErrorMessages\MissingExpressionTests.fs" />
|
182 | 182 | <Compile Include="ErrorMessages\ModuleTests.fs" />
|
|
192 | 192 | <Compile Include="ErrorMessages\Repro1548.fs" />
|
193 | 193 | <Compile Include="ErrorMessages\WarnIfDiscardedInList.fs" />
|
194 | 194 | <Compile Include="ErrorMessages\UnionCasePatternMatchingErrors.fs" />
|
195 |
| - <Compile Include="ErrorMessages\InterfaceImplInAugmentationsTests.fs" /> |
| 195 | + <Compile Include="ErrorMessages\InterfaceImplInAugmentationsTests.fs" /> |
196 | 196 | <Compile Include="ErrorMessages\ExtendedDiagnosticDataTests.fs" />
|
197 | 197 | <Compile Include="Language\IndexerSetterParamArray.fs" />
|
198 | 198 | <Compile Include="Language\MultiDimensionalArrayTests.fs" />
|
|
226 | 226 | <Compile Include="Interop\RequiredAndInitOnlyProperties.fs" />
|
227 | 227 | <Compile Include="Interop\StaticsInInterfaces.fs" />
|
228 | 228 | <Compile Include="Interop\VisibilityTests.fs" />
|
| 229 | + <Compile Include="Interop\ByrefTests.fs" /> |
229 | 230 | <Compile Include="Scripting\Interactive.fs" />
|
230 | 231 | <Compile Include="TypeChecks\SeqTypeCheckTests.fs" />
|
231 | 232 | <Compile Include="TypeChecks\CheckDeclarationsTests.fs" />
|
|
324 | 325 | <ItemGroup Condition="'$(FSHARPCORE_USE_PACKAGE)' == 'true'">
|
325 | 326 | <PackageReference Include="FSharp.Core" Version="$(FSharpCoreShippedPackageVersionValue)" />
|
326 | 327 | </ItemGroup>
|
327 |
| - |
| 328 | + |
328 | 329 | </Project>
|
0 commit comments