diff --git a/ComputingServices/ComputingServices.vbproj b/ComputingServices/ComputingServices.vbproj index b6100a9..b397658 100644 --- a/ComputingServices/ComputingServices.vbproj +++ b/ComputingServices/ComputingServices.vbproj @@ -65,6 +65,26 @@ x64 MinimumRecommendedRules.ruleset + + true + bin\Publish\ + Microsoft.VisualBasic.ComputingServices.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + x64 + MinimumRecommendedRules.ruleset + + + true + bin\x64\Publish\ + Microsoft.VisualBasic.ComputingServices.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + x64 + MinimumRecommendedRules.ruleset + diff --git a/LINQ/LINQ/LDM/Parser/LINQStatement.vb b/LINQ/LINQ/LDM/Parser/LINQStatement.vb index 908b213..0c1ffa4 100644 --- a/LINQ/LINQ/LDM/Parser/LINQStatement.vb +++ b/LINQ/LINQ/LDM/Parser/LINQStatement.vb @@ -103,7 +103,7 @@ Namespace LDM.Statements ''' Public Shared Function TryParse(source As String, Optional types As TypeRegistry = Nothing) As LinqStatement Dim tokens As ClosureTokens() = ClosureParser.TryParse(source) - Dim statement As LinqStatement = New LinqStatement With { + Dim statement As New LinqStatement With { ._Text = source } Return __innerParser(tokens, types, statement) @@ -124,7 +124,7 @@ Namespace LDM.Statements Optional types As TypeRegistry = Nothing, Optional text As String = "") As LinqStatement Dim tokens As ClosureTokens() = ClosureParser.TryParse(source) - Dim statement As LinqStatement = New LinqStatement With { + Dim statement As New LinqStatement With { ._Text = text } diff --git a/LINQ/LINQ/LINQ.vbproj b/LINQ/LINQ/LINQ.vbproj index 4ad319d..ccb117d 100644 --- a/LINQ/LINQ/LINQ.vbproj +++ b/LINQ/LINQ/LINQ.vbproj @@ -90,6 +90,27 @@ x64 AllRules.ruleset + + true + bin\Publish\ + LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + AnyCPU + AllRules.ruleset + + + true + bin\x64\Publish\ + LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + x64 + AllRules.ruleset + true + diff --git a/RQL/RQL.vbproj b/RQL/RQL.vbproj index bd10983..f23f024 100644 --- a/RQL/RQL.vbproj +++ b/RQL/RQL.vbproj @@ -64,6 +64,26 @@ x64 MinimumRecommendedRules.ruleset + + true + bin\Publish\ + RQL.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + AnyCPU + MinimumRecommendedRules.ruleset + + + true + bin\x64\Publish\ + RQL.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + x64 + MinimumRecommendedRules.ruleset +