Skip to content

Commit 8882026

Browse files
authored
Chore: added the file with error texts to the sln for easier debugging
2 parents 0d88a9c + ec5b445 commit 8882026

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

FSharp.Compiler.Service.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Compiler.ComponentTe
2222
{38A23D53-E2BF-4B76-907F-49F41D60C88E} = {38A23D53-E2BF-4B76-907F-49F41D60C88E}
2323
EndProjectSection
2424
EndProject
25+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD4D4A7E-D519-4409-89DA-16DCA3EF80AA}"
26+
ProjectSection(SolutionItems) = preProject
27+
src\Compiler\FSComp.txt = src\Compiler\FSComp.txt
28+
EndProjectSection
29+
EndProject
2530
Global
2631
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2732
Debug|Any CPU = Debug|Any CPU

FSharp.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "fsiAnyCpu", "src\fsi\fsiAny
101101
EndProject
102102
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "fsiArm64", "src\fsi\fsiArm64Project\fsiArm64.fsproj", "{209C7D37-8C01-413C-8698-EC25F4C86976}"
103103
EndProject
104+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D58BFE8B-7C85-4D3B-B5F3-9A7BB90FF1EE}"
105+
ProjectSection(SolutionItems) = preProject
106+
src\Compiler\FSComp.txt = src\Compiler\FSComp.txt
107+
EndProjectSection
108+
EndProject
104109
Global
105110
GlobalSection(SolutionConfigurationPlatforms) = preSolution
106111
Debug|Any CPU = Debug|Any CPU

VisualFSharp.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VisualFSharp", "VisualFShar
1313
EndProjectSection
1414
EndProject
1515
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compiler", "Compiler", "{3881429D-A97A-49EB-B7AE-A82BA5FE9C77}"
16+
ProjectSection(SolutionItems) = preProject
17+
src\Compiler\FSComp.txt = src\Compiler\FSComp.txt
18+
EndProjectSection
1619
EndProject
1720
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F7876C9B-FB6A-4EFB-B058-D6967DB75FB2}"
1821
EndProject

0 commit comments

Comments
 (0)