Skip to content

Commit 2537238

Browse files
committed
fix
1 parent 3ed3c7b commit 2537238

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+0
-4095
lines changed

LLVMSharp.sln

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
6363
.github\workflows\ci.yml = .github\workflows\ci.yml
6464
EndProjectSection
6565
EndProject
66-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kaleidoscope", "samples\KaleidoscopeTutorial\Chapter3\Kaleidoscope\Kaleidoscope.csproj", "{D27EBCA1-AA49-46BD-B9C3-FDAC5858EAD9}"
67-
EndProject
68-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KaleidoscopeLLVM", "samples\KaleidoscopeTutorial\Chapter3\KaleidoscopeLLVM\KaleidoscopeLLVM.csproj", "{A6F6EE4E-B036-4335-AEA7-8BBA9E339116}"
69-
EndProject
7066
Global
7167
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7268
Debug|Any CPU = Debug|Any CPU
@@ -85,14 +81,6 @@ Global
8581
{CEA0F0C9-DF25-446B-8F55-FB629BD1D3E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
8682
{CEA0F0C9-DF25-446B-8F55-FB629BD1D3E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
8783
{CEA0F0C9-DF25-446B-8F55-FB629BD1D3E6}.Release|Any CPU.Build.0 = Release|Any CPU
88-
{D27EBCA1-AA49-46BD-B9C3-FDAC5858EAD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
89-
{D27EBCA1-AA49-46BD-B9C3-FDAC5858EAD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
90-
{D27EBCA1-AA49-46BD-B9C3-FDAC5858EAD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
91-
{D27EBCA1-AA49-46BD-B9C3-FDAC5858EAD9}.Release|Any CPU.Build.0 = Release|Any CPU
92-
{A6F6EE4E-B036-4335-AEA7-8BBA9E339116}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
93-
{A6F6EE4E-B036-4335-AEA7-8BBA9E339116}.Debug|Any CPU.Build.0 = Debug|Any CPU
94-
{A6F6EE4E-B036-4335-AEA7-8BBA9E339116}.Release|Any CPU.ActiveCfg = Release|Any CPU
95-
{A6F6EE4E-B036-4335-AEA7-8BBA9E339116}.Release|Any CPU.Build.0 = Release|Any CPU
9684
EndGlobalSection
9785
GlobalSection(SolutionProperties) = preSolution
9886
HideSolutionNode = FALSE
@@ -102,8 +90,6 @@ Global
10290
{293C5F55-2CB1-4398-946B-8AD8E37D7FEE} = {5E2DA015-A829-4304-9B2F-B868ECB77A95}
10391
{CEA0F0C9-DF25-446B-8F55-FB629BD1D3E6} = {62B5C536-C224-4EE1-972F-05F732B5980B}
10492
{706334B8-BB91-49A4-BC9C-DFFDF3DCD770} = {E8ADE5A7-4363-43B7-B104-6B0E5510CAF0}
105-
{D27EBCA1-AA49-46BD-B9C3-FDAC5858EAD9} = {62B5C536-C224-4EE1-972F-05F732B5980B}
106-
{A6F6EE4E-B036-4335-AEA7-8BBA9E339116} = {62B5C536-C224-4EE1-972F-05F732B5980B}
10793
EndGlobalSection
10894
GlobalSection(ExtensibilityGlobals) = postSolution
10995
SolutionGuid = {75550D8C-A492-4ED3-8387-206830F8B21E}

samples/Directory.Build.props

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/Directory.Build.targets

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/KaleidoscopeTutorial/Chapter3/Kaleidoscope.sln

Lines changed: 0 additions & 37 deletions
This file was deleted.

samples/KaleidoscopeTutorial/Chapter3/Kaleidoscope/AST/BinaryExprAST.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

samples/KaleidoscopeTutorial/Chapter3/Kaleidoscope/AST/CallExprAST.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

samples/KaleidoscopeTutorial/Chapter3/Kaleidoscope/AST/ExprAST.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

samples/KaleidoscopeTutorial/Chapter3/Kaleidoscope/AST/ExprType.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

samples/KaleidoscopeTutorial/Chapter3/Kaleidoscope/AST/ExprVisitor.cs

Lines changed: 0 additions & 65 deletions
This file was deleted.

samples/KaleidoscopeTutorial/Chapter3/Kaleidoscope/AST/FunctionAST.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)