diff --git a/CURRENT/README.txt b/CURRENT/README.txt index 84a99945..54a2fd0f 100644 --- a/CURRENT/README.txt +++ b/CURRENT/README.txt @@ -5,6 +5,13 @@ *** If you found the software useful donation is something you might consider :-) *** *** http://mathparser.org/donate/ *** +v.4.0.0.2 (2017-04-17): Port to various .NET frameworks + - .NET Core + - .NET Standard + - .NET PCL + - Xamarin.Android + - Xamarin.iOS + v.4.0.0 (2017-03-27): Major update - Bitwise Operators - Numbers in scientific notation diff --git a/CURRENT/c-sharp/Backup/dotnet-other/mXparser-Core/mXparser-Core.xproj b/CURRENT/c-sharp/Backup/dotnet-other/mXparser-Core/mXparser-Core.xproj deleted file mode 100644 index 620bb86f..00000000 --- a/CURRENT/c-sharp/Backup/dotnet-other/mXparser-Core/mXparser-Core.xproj +++ /dev/null @@ -1,175 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - bf85a222-ffbf-4b36-9254-4c739f45894a - mxparser - .\obj - .\bin\ - v4.6 - - - 2.0 - - - - src\org\mariuszgromada\math\mxparser\Argument.cs - - - src\org\mariuszgromada\math\mxparser\Constant.cs - - - src\org\mariuszgromada\math\mxparser\Expression.cs - - - src\org\mariuszgromada\math\mxparser\Function.cs - - - src\org\mariuszgromada\math\mxparser\FunctionExtension.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\AstronomicalConstants.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\BinaryRelations.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\BooleanAlgebra.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\Calculus.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\Coefficients.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\Evaluate.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\MathConstants.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\MathFunctions.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\NumberTheory.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\PhysicalConstants.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\PrimesCache.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\ProbabilityDistributions.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\SpecialFunctions.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\Statistics.cs - - - src\org\mariuszgromada\math\mxparser\mathcollection\Units.cs - - - src\org\mariuszgromada\math\mxparser\Miscellaneous.cs - - - src\org\mariuszgromada\math\mxparser\mXparser.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\BinaryRelation.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\BitwiseOperator.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\BooleanOperator.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\CalculusOperator.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\ConstantValue.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\Function1Arg.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\Function2Arg.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\Function3Arg.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\FunctionVariadic.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\Operator.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\ParserSymbol.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\RandomVariable.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\Token.cs - - - src\org\mariuszgromada\math\mxparser\parsertokens\Unit.cs - - - src\org\mariuszgromada\math\mxparser\PrimitiveElement.cs - - - src\org\mariuszgromada\math\mxparser\RecursiveArgument.cs - - - src\org\mariuszgromada\math\mxparser\regressiontesting\PerformanceTests.cs - - - src\org\mariuszgromada\math\mxparser\regressiontesting\RegTestExpression.cs - - - src\org\mariuszgromada\math\mxparser\regressiontesting\RegTestExpressionAPI.cs - - - src\org\mariuszgromada\math\mxparser\regressiontesting\RegTestSyntax.cs - - - src\org\mariuszgromada\math\mxparser\regressiontesting\RunTest.cs - - - src\org\mariuszgromada\math\mxparser\syntaxchecker\ParseException.cs - - - src\org\mariuszgromada\math\mxparser\syntaxchecker\SimpleCharStream.cs - - - src\org\mariuszgromada\math\mxparser\syntaxchecker\SyntaxChecker.cs - - - src\org\mariuszgromada\math\mxparser\syntaxchecker\SyntaxCheckerConstants.cs - - - src\org\mariuszgromada\math\mxparser\syntaxchecker\SyntaxCheckerTokenManager.cs - - - src\org\mariuszgromada\math\mxparser\syntaxchecker\Token.cs - - - src\org\mariuszgromada\math\mxparser\syntaxchecker\TokenMgrError.cs - - - src\org\mariuszgromada\math\mxparser\Tutorial.cs - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/Backup/dotnet-other/mXparser-Core/project.json b/CURRENT/c-sharp/Backup/dotnet-other/mXparser-Core/project.json deleted file mode 100644 index 6de6198b..00000000 --- a/CURRENT/c-sharp/Backup/dotnet-other/mXparser-Core/project.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "copyright": "Copyright © Mariusz Gromada 2017", - "description": "A flexible mathematical expressions parser for JAVA and C# .NET", - "title": "mXparser - Math Parser Java C# Library", - "version": "4.0.0-*", - - "dependencies": { - "NETStandard.Library": "1.6.0" - }, - - "frameworks": { - "netstandard1.6": { - "imports": "dnxcore50" - } - }, - - "buildOptions": { - "outputName": "mxparser", - "keyFile": "..\\..\\..\\..\\..\\pfx-keys\\mariuszgromada.org.snk", - "define": [ "CORE" ], - "compile": { - "include": [ - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\Argument.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\Constant.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\Expression.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\Function.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\FunctionExtension.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\AstronomicalConstants.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\BinaryRelations.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\BooleanAlgebra.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\Calculus.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\Coefficients.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\Evaluate.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\MathConstants.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\MathFunctions.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\NumberTheory.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\PhysicalConstants.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\PrimesCache.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\ProbabilityDistributions.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\SpecialFunctions.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\Statistics.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mathcollection\\Units.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\Miscellaneous.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\mXparser.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\BinaryRelation.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\BitwiseOperator.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\BooleanOperator.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\CalculusOperator.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\ConstantValue.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\Function1Arg.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\Function2Arg.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\Function3Arg.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\FunctionVariadic.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\Operator.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\ParserSymbol.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\RandomVariable.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\Token.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\parsertokens\\Unit.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\PrimitiveElement.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\RecursiveArgument.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\regressiontesting\\PerformanceTests.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\regressiontesting\\RegTestExpression.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\regressiontesting\\RegTestExpressionAPI.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\regressiontesting\\RegTestSyntax.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\regressiontesting\\RunTest.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\syntaxchecker\\ParseException.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\syntaxchecker\\SimpleCharStream.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\syntaxchecker\\SyntaxChecker.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\syntaxchecker\\SyntaxCheckerConstants.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\syntaxchecker\\SyntaxCheckerTokenManager.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\syntaxchecker\\Token.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\syntaxchecker\\TokenMgrError.cs", - "..\\..\\src\\org\\mariuszgromada\\math\\mxparser\\Tutorial.cs" - ] - } - } - } diff --git a/CURRENT/c-sharp/Backup/exe-lib-tests/Run-Tests-Core/Run-Tests-Core.xproj b/CURRENT/c-sharp/Backup/exe-lib-tests/Run-Tests-Core/Run-Tests-Core.xproj deleted file mode 100644 index a5a3a9d0..00000000 --- a/CURRENT/c-sharp/Backup/exe-lib-tests/Run-Tests-Core/Run-Tests-Core.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - 1ad0ad36-0554-4775-aa6d-d12727a8ae52 - Run_Tests_Core - .\obj - .\bin\ - v4.5 - - - - 2.0 - - - diff --git a/CURRENT/c-sharp/Backup/exe-lib-tests/Run-Tests-Core/project.json b/CURRENT/c-sharp/Backup/exe-lib-tests/Run-Tests-Core/project.json deleted file mode 100644 index 100e7a0a..00000000 --- a/CURRENT/c-sharp/Backup/exe-lib-tests/Run-Tests-Core/project.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": "1.0.0-*", - "buildOptions": { - "emitEntryPoint": true - }, - - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.1" - }, - "mXparser-Core": "4.0.0-*" - }, - - "frameworks": { - "netcoreapp1.0": { - "imports": "dnxcore50" - } - } -} diff --git a/CURRENT/c-sharp/Backup/global.json b/CURRENT/c-sharp/Backup/global.json deleted file mode 100644 index 6ec75358..00000000 --- a/CURRENT/c-sharp/Backup/global.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projects": [ "dotnet-other" ] -} \ No newline at end of file diff --git a/CURRENT/c-sharp/Backup/mXparser.sln b/CURRENT/c-sharp/Backup/mXparser.sln deleted file mode 100644 index 90a875a6..00000000 --- a/CURRENT/c-sharp/Backup/mXparser.sln +++ /dev/null @@ -1,91 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser", "mXparser.csproj", "{DAB07121-1F1D-4D95-B837-539E2FE64BAB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Run-Tests", "exe-lib-tests\Run-Tests-Reg\Run-Tests.csproj", "{C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Run-Tests-Working", "exe-lib-tests\Run-Tests-Working\Run-Tests-Working.csproj", "{379A29D3-CE34-43AA-A333-AAF73165359A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-PCL", "dotnet-other\mXparser-PCL\mXparser-PCL.csproj", "{235B589E-6F06-4146-8882-F14F8EF2863C}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Run-Tests-PCL", "exe-lib-tests\Run-Tests-PCL\Run-Tests-PCL.csproj", "{E559856D-6721-45B6-B1B3-C95E74B8F62F}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "mXparser-Core", "dotnet-other\mXparser-Core\mXparser-Core.xproj", "{BF85A222-FFBF-4B36-9254-4C739F45894A}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{60336BBE-37D5-422C-98B7-979CFDCA00C8}" - ProjectSection(SolutionItems) = preProject - global.json = global.json - EndProjectSection -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Run-Tests-Core", "exe-lib-tests\Run-Tests-Core\Run-Tests-Core.xproj", "{1AD0AD36-0554-4775-AA6D-D12727A8AE52}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {DAB07121-1F1D-4D95-B837-539E2FE64BAB}.Debug|Any CPU.ActiveCfg = Debug|x86 - {DAB07121-1F1D-4D95-B837-539E2FE64BAB}.Debug|x86.ActiveCfg = Debug|x86 - {DAB07121-1F1D-4D95-B837-539E2FE64BAB}.Debug|x86.Build.0 = Debug|x86 - {DAB07121-1F1D-4D95-B837-539E2FE64BAB}.Release|Any CPU.ActiveCfg = Release|x86 - {DAB07121-1F1D-4D95-B837-539E2FE64BAB}.Release|x86.ActiveCfg = Release|x86 - {DAB07121-1F1D-4D95-B837-539E2FE64BAB}.Release|x86.Build.0 = Release|x86 - {C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}.Debug|x86.ActiveCfg = Debug|Any CPU - {C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}.Debug|x86.Build.0 = Debug|Any CPU - {C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}.Release|Any CPU.Build.0 = Release|Any CPU - {C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}.Release|x86.ActiveCfg = Release|Any CPU - {C27B3CA5-FF2E-4BEB-8C39-D33A777E852C}.Release|x86.Build.0 = Release|Any CPU - {379A29D3-CE34-43AA-A333-AAF73165359A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {379A29D3-CE34-43AA-A333-AAF73165359A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {379A29D3-CE34-43AA-A333-AAF73165359A}.Debug|x86.ActiveCfg = Debug|Any CPU - {379A29D3-CE34-43AA-A333-AAF73165359A}.Debug|x86.Build.0 = Debug|Any CPU - {379A29D3-CE34-43AA-A333-AAF73165359A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {379A29D3-CE34-43AA-A333-AAF73165359A}.Release|Any CPU.Build.0 = Release|Any CPU - {379A29D3-CE34-43AA-A333-AAF73165359A}.Release|x86.ActiveCfg = Release|Any CPU - {379A29D3-CE34-43AA-A333-AAF73165359A}.Release|x86.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Debug|x86.ActiveCfg = Debug|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Debug|x86.Build.0 = Debug|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Release|Any CPU.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Release|x86.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Release|x86.Build.0 = Release|Any CPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F}.Debug|x86.ActiveCfg = Debug|Any CPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F}.Debug|x86.Build.0 = Debug|Any CPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F}.Release|Any CPU.Build.0 = Release|Any CPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F}.Release|x86.ActiveCfg = Release|Any CPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F}.Release|x86.Build.0 = Release|Any CPU - {BF85A222-FFBF-4B36-9254-4C739F45894A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BF85A222-FFBF-4B36-9254-4C739F45894A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BF85A222-FFBF-4B36-9254-4C739F45894A}.Debug|x86.ActiveCfg = Debug|Any CPU - {BF85A222-FFBF-4B36-9254-4C739F45894A}.Debug|x86.Build.0 = Debug|Any CPU - {BF85A222-FFBF-4B36-9254-4C739F45894A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BF85A222-FFBF-4B36-9254-4C739F45894A}.Release|Any CPU.Build.0 = Release|Any CPU - {BF85A222-FFBF-4B36-9254-4C739F45894A}.Release|x86.ActiveCfg = Release|Any CPU - {BF85A222-FFBF-4B36-9254-4C739F45894A}.Release|x86.Build.0 = Release|Any CPU - {1AD0AD36-0554-4775-AA6D-D12727A8AE52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1AD0AD36-0554-4775-AA6D-D12727A8AE52}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1AD0AD36-0554-4775-AA6D-D12727A8AE52}.Debug|x86.ActiveCfg = Debug|Any CPU - {1AD0AD36-0554-4775-AA6D-D12727A8AE52}.Debug|x86.Build.0 = Debug|Any CPU - {1AD0AD36-0554-4775-AA6D-D12727A8AE52}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1AD0AD36-0554-4775-AA6D-D12727A8AE52}.Release|Any CPU.Build.0 = Release|Any CPU - {1AD0AD36-0554-4775-AA6D-D12727A8AE52}.Release|x86.ActiveCfg = Release|Any CPU - {1AD0AD36-0554-4775-AA6D-D12727A8AE52}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/CURRENT/c-sharp/UpgradeLog.htm b/CURRENT/c-sharp/UpgradeLog.htm deleted file mode 100644 index 2e5f25b6..00000000 Binary files a/CURRENT/c-sharp/UpgradeLog.htm and /dev/null differ