From 9e11267e26e680cdc5aff33ec0dc2e5394f3c678 Mon Sep 17 00:00:00 2001 From: b3b00 Date: Tue, 31 Jan 2023 09:35:43 +0100 Subject: [PATCH] Revert "remove reference to sly.csproj" This reverts commit 841f0a3d3c44746fe4b56721f3429b04042bba17. --- ParserTests/ParserTests.csproj | 1 + benchCurrent/benchCurrent.csproj | 4 ++++ .../GenericLexerWithCallbacks.csproj | 4 ++++ samples/IndentedWhile/indentedWhile.csproj | 1 + samples/ParserExample/ParserExample.csproj | 1 + samples/expressionParser/expressionParser.csproj | 3 +++ samples/indented/indented.csproj | 4 ++++ samples/jsonparser/jsonparser.csproj | 3 +++ 8 files changed, 21 insertions(+) diff --git a/ParserTests/ParserTests.csproj b/ParserTests/ParserTests.csproj index 5e7fda08..95691487 100644 --- a/ParserTests/ParserTests.csproj +++ b/ParserTests/ParserTests.csproj @@ -31,6 +31,7 @@ + diff --git a/benchCurrent/benchCurrent.csproj b/benchCurrent/benchCurrent.csproj index bfa75023..9446af34 100644 --- a/benchCurrent/benchCurrent.csproj +++ b/benchCurrent/benchCurrent.csproj @@ -26,4 +26,8 @@ + + + + diff --git a/samples/GenericLexerWithCallbacks/GenericLexerWithCallbacks.csproj b/samples/GenericLexerWithCallbacks/GenericLexerWithCallbacks.csproj index 2ead1faf..08a23199 100644 --- a/samples/GenericLexerWithCallbacks/GenericLexerWithCallbacks.csproj +++ b/samples/GenericLexerWithCallbacks/GenericLexerWithCallbacks.csproj @@ -3,6 +3,10 @@ net6.0 + + + + 1701;1702;1705;1591 diff --git a/samples/IndentedWhile/indentedWhile.csproj b/samples/IndentedWhile/indentedWhile.csproj index e9b8cde6..4170315a 100644 --- a/samples/IndentedWhile/indentedWhile.csproj +++ b/samples/IndentedWhile/indentedWhile.csproj @@ -5,6 +5,7 @@ csly.indentedWhileLang + diff --git a/samples/ParserExample/ParserExample.csproj b/samples/ParserExample/ParserExample.csproj index 709d6667..af572ea0 100644 --- a/samples/ParserExample/ParserExample.csproj +++ b/samples/ParserExample/ParserExample.csproj @@ -30,6 +30,7 @@ + diff --git a/samples/expressionParser/expressionParser.csproj b/samples/expressionParser/expressionParser.csproj index 3f4ba355..539eefc5 100644 --- a/samples/expressionParser/expressionParser.csproj +++ b/samples/expressionParser/expressionParser.csproj @@ -3,6 +3,9 @@ b3b00 net6.0 + + + 1701;1702;1705;1591 diff --git a/samples/indented/indented.csproj b/samples/indented/indented.csproj index 4f444d8c..e3ae0d32 100644 --- a/samples/indented/indented.csproj +++ b/samples/indented/indented.csproj @@ -4,4 +4,8 @@ net6.0 + + + + diff --git a/samples/jsonparser/jsonparser.csproj b/samples/jsonparser/jsonparser.csproj index 31ef5265..02910573 100644 --- a/samples/jsonparser/jsonparser.csproj +++ b/samples/jsonparser/jsonparser.csproj @@ -3,6 +3,9 @@ net6.0 b3b00 + + + 1701;1702;1705;1591