From d2e3243c4cfc32b8f085e3f54679f3f45a4a82b1 Mon Sep 17 00:00:00 2001 From: Apollo3zehn Date: Sun, 14 Apr 2019 18:49:32 +0200 Subject: [PATCH 1/2] Clean-up .NET projects. --- .../mXparser-20-Core.1.0.csproj | 106 --- .../mXparser-21-Core.1.1.csproj | 106 --- .../mXparser-21-Core.2.0.csproj | 106 --- .../mXparser-21-Core.2.1.csproj | 106 --- .../mXparser-22-Core.2.2.csproj | 106 --- .../mXparser-23-Core.3.0.csproj | 106 --- .../mXparser-PCL/mXparser-30-PCL.csproj | 215 ------ .../mXparser-01-dot.net.2.0.csproj | 258 ------- .../mXparser-02-dot.net.3.0.csproj | 258 ------- .../mXparser-03-dot.net.3.5.csproj | 260 ------- .../mXparser-04-dot.net.4.0.csproj | 261 ------- .../mXparser-06-dot.net.4.5.1.csproj | 262 ------- .../mXparser-07-dot.net.4.5.2.csproj | 262 ------- .../mXparser-05-dot.net.4.5.csproj | 262 ------- .../mXparser-09-dot.net.4.6.1.csproj | 262 ------- .../mXparser-10-dot.net.4.6.2.csproj | 262 ------- .../mXparser-08-dot.net.4.6.csproj | 262 ------- .../mXparser-11-dot.net.4.7.2.csproj | 262 ------- .../mXparser-11-dot.net.4.7.csproj | 262 ------- .../mXparser-dot.net/mXparser-dot.net.csproj | 49 ++ .../mXparser-40-dot.stand.1.0.csproj | 99 --- .../mXparser-41-dot.stand.1.6.csproj | 99 --- .../mXparser-41-dot.stand.2.0.csproj | 99 --- .../Run-Tests-Reg/Run-Tests-00-Current.csproj | 2 +- .../exe-lib-tests/Run-Tests-Reg/RunTests.cs | 3 - .../Run-Tests-Working.csproj | 2 +- CURRENT/c-sharp/mXparser-00-Current.csproj | 2 +- CURRENT/c-sharp/mXparser.nuspec | 43 +- CURRENT/c-sharp/mXparser.sln | 644 +----------------- .../math/mxparser/Expression.cs | 8 +- .../mariuszgromada/math/mxparser/mXparser.cs | 6 +- .../regressiontesting/PerformanceTests.cs | 6 +- .../syntaxchecker/SimpleCharStream.cs | 2 +- .../SyntaxCheckerTokenManager.cs | 2 +- .../Tests-mXparser-00-Current.csproj | 2 +- 35 files changed, 72 insertions(+), 4980 deletions(-) delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-Core.1.0/mXparser-20-Core.1.0.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-Core.1.1/mXparser-21-Core.1.1.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-Core.2.0/mXparser-21-Core.2.0.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-Core.2.1/mXparser-21-Core.2.1.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-Core.2.2/mXparser-22-Core.2.2.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-Core.3.0/mXparser-23-Core.3.0.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-PCL/mXparser-30-PCL.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.2.0/mXparser-01-dot.net.2.0.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.3.0/mXparser-02-dot.net.3.0.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.3.5/mXparser-03-dot.net.3.5.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.0/mXparser-04-dot.net.4.0.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5.1/mXparser-06-dot.net.4.5.1.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5.2/mXparser-07-dot.net.4.5.2.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5/mXparser-05-dot.net.4.5.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6.1/mXparser-09-dot.net.4.6.1.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6.2/mXparser-10-dot.net.4.6.2.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6/mXparser-08-dot.net.4.6.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.7.2/mXparser-11-dot.net.4.7.2.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.7/mXparser-11-dot.net.4.7.csproj create mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.net/mXparser-dot.net.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.1.0/mXparser-40-dot.stand.1.0.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.1.6/mXparser-41-dot.stand.1.6.csproj delete mode 100644 CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.2.0/mXparser-41-dot.stand.2.0.csproj diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-Core.1.0/mXparser-20-Core.1.0.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-Core.1.0/mXparser-20-Core.1.0.csproj deleted file mode 100644 index 512e8d7d..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-Core.1.0/mXparser-20-Core.1.0.csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - netcoreapp1.0 - MathParser.org-mXparser - mxparser - 4.3.3.0 - 4.3.3.0 - 4.3.3 - MathParser.org-mXparser - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2018 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - v.4.3 Caprica - - - - TRACE;RELEASE;NETCOREAPP1_1;CORE - AnyCPU - - - true - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - - - TRACE;DEBUG;CORE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-Core.1.1/mXparser-21-Core.1.1.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-Core.1.1/mXparser-21-Core.1.1.csproj deleted file mode 100644 index 02d50a05..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-Core.1.1/mXparser-21-Core.1.1.csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - netcoreapp1.1 - MathParser.org-mXparser - mxparser - 4.3.3.0 - 4.3.3.0 - 4.3.3 - MathParser.org-mXparser - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2018 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - v.4.3 Caprica - - - - TRACE;RELEASE;NETCOREAPP1_1;CORE - AnyCPU - - - true - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - - - TRACE;DEBUG;CORE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.0/mXparser-21-Core.2.0.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.0/mXparser-21-Core.2.0.csproj deleted file mode 100644 index a7178f8d..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.0/mXparser-21-Core.2.0.csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - netcoreapp2.0 - MathParser.org-mXparser - mxparser - 4.3.3.0 - 4.3.3.0 - 4.3.3 - MathParser.org-mXparser - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2019 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - v.4.3 Caprica - - - - TRACE;RELEASE;NETCOREAPP1_1;CORE - AnyCPU - - - true - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - - - TRACE;DEBUG;CORE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.1/mXparser-21-Core.2.1.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.1/mXparser-21-Core.2.1.csproj deleted file mode 100644 index c067df84..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.1/mXparser-21-Core.2.1.csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - netcoreapp2.1 - MathParser.org-mXparser - mxparser - 4.3.3.0 - 4.3.3.0 - 4.3.3 - MathParser.org-mXparser - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2019 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - v.4.3 Caprica - - - - TRACE;RELEASE;NETCOREAPP1_1;CORE - AnyCPU - - - true - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - - - TRACE;DEBUG;CORE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.2/mXparser-22-Core.2.2.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.2/mXparser-22-Core.2.2.csproj deleted file mode 100644 index ddcc814c..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-Core.2.2/mXparser-22-Core.2.2.csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - netcoreapp2.2 - MathParser.org-mXparser - mxparser - 4.3.3.0 - 4.3.3.0 - 4.3.3 - MathParser.org-mXparser - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2019 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - v.4.3 Caprica - - - - TRACE;RELEASE;NETCOREAPP1_1;CORE - AnyCPU - - - true - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - - - TRACE;DEBUG;CORE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-Core.3.0/mXparser-23-Core.3.0.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-Core.3.0/mXparser-23-Core.3.0.csproj deleted file mode 100644 index 3a78df9b..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-Core.3.0/mXparser-23-Core.3.0.csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - netcoreapp3.0 - MathParser.org-mXparser - mxparser - 4.3.3.0 - 4.3.3.0 - 4.3.3 - MathParser.org-mXparser - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2019 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - v.4.3 Caprica - - - - TRACE;RELEASE;NETCOREAPP1_1;CORE - AnyCPU - - - true - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - - - TRACE;DEBUG;CORE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-PCL/mXparser-30-PCL.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-PCL/mXparser-30-PCL.csproj deleted file mode 100644 index c22280f1..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-PCL/mXparser-30-PCL.csproj +++ /dev/null @@ -1,215 +0,0 @@ - - - - - 11.0 - Debug - AnyCPU - {235B589E-6F06-4146-8882-F14F8EF2863C} - Library - Properties - mxparser - MathParser.org-mXparser - en-US - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Profile111 - v4.5 - - - true - full - false - bin\Debug\ - TRACE;DEBUG;PCL - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE;PCL - prompt - 4 - AnyCPU - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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/dotnet-other/mXparser-dot.net.2.0/mXparser-01-dot.net.2.0.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.2.0/mXparser-01-dot.net.2.0.csproj deleted file mode 100644 index a2332880..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.2.0/mXparser-01-dot.net.2.0.csproj +++ /dev/null @@ -1,258 +0,0 @@ - - - - Debug - x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063} - Library - false - MathParser.org-mXparser - v2.0 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.3.0/mXparser-02-dot.net.3.0.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.3.0/mXparser-02-dot.net.3.0.csproj deleted file mode 100644 index 6b95b4eb..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.3.0/mXparser-02-dot.net.3.0.csproj +++ /dev/null @@ -1,258 +0,0 @@ - - - - Debug - x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0} - Library - false - MathParser.org-mXparser - v3.0 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.3.5/mXparser-03-dot.net.3.5.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.3.5/mXparser-03-dot.net.3.5.csproj deleted file mode 100644 index 6061773a..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.3.5/mXparser-03-dot.net.3.5.csproj +++ /dev/null @@ -1,260 +0,0 @@ - - - - Debug - x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906} - Library - false - MathParser.org-mXparser - v3.5 - Client - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.0/mXparser-04-dot.net.4.0.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.0/mXparser-04-dot.net.4.0.csproj deleted file mode 100644 index aca27bb6..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.0/mXparser-04-dot.net.4.0.csproj +++ /dev/null @@ -1,261 +0,0 @@ - - - - Debug - x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB} - Library - false - MathParser.org-mXparser - v4.0 - Client - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5.1/mXparser-06-dot.net.4.5.1.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5.1/mXparser-06-dot.net.4.5.1.csproj deleted file mode 100644 index 8a107f24..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5.1/mXparser-06-dot.net.4.5.1.csproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - Debug - x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A} - Library - false - MathParser.org-mXparser - v4.5.1 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5.2/mXparser-07-dot.net.4.5.2.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5.2/mXparser-07-dot.net.4.5.2.csproj deleted file mode 100644 index 1546938b..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5.2/mXparser-07-dot.net.4.5.2.csproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - Debug - x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB} - Library - false - MathParser.org-mXparser - v4.5.2 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5/mXparser-05-dot.net.4.5.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5/mXparser-05-dot.net.4.5.csproj deleted file mode 100644 index 754cbb74..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.5/mXparser-05-dot.net.4.5.csproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - Debug - x86 - {146BFA1C-8D4B-4940-A320-BAD384879397} - Library - false - MathParser.org-mXparser - v4.5 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6.1/mXparser-09-dot.net.4.6.1.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6.1/mXparser-09-dot.net.4.6.1.csproj deleted file mode 100644 index 46a4a0eb..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6.1/mXparser-09-dot.net.4.6.1.csproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - Debug - x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B} - Library - false - MathParser.org-mXparser - v4.6.1 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6.2/mXparser-10-dot.net.4.6.2.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6.2/mXparser-10-dot.net.4.6.2.csproj deleted file mode 100644 index 658ff73b..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6.2/mXparser-10-dot.net.4.6.2.csproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - Debug - x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB} - Library - false - MathParser.org-mXparser - v4.6.2 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6/mXparser-08-dot.net.4.6.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6/mXparser-08-dot.net.4.6.csproj deleted file mode 100644 index e6c9ca45..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.6/mXparser-08-dot.net.4.6.csproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - Debug - x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F} - Library - false - MathParser.org-mXparser - v4.6 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.7.2/mXparser-11-dot.net.4.7.2.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.7.2/mXparser-11-dot.net.4.7.2.csproj deleted file mode 100644 index dc3f6caa..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.7.2/mXparser-11-dot.net.4.7.2.csproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - Debug - x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793} - Library - false - MathParser.org-mXparser - v4.7.2 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.7/mXparser-11-dot.net.4.7.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.7/mXparser-11-dot.net.4.7.csproj deleted file mode 100644 index 6360036e..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net.4.7/mXparser-11-dot.net.4.7.csproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - Debug - x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F} - Library - false - MathParser.org-mXparser - v4.7 - - - 512 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 0 - AnyCPU - false - - - mxparser - - - - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - - - - - - - - - - - - - - - - - Properties\AssemblyInfo.cs - - - 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\FunctionExtensionVariadic.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\KeyWord.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 - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 4.5 - true - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.net/mXparser-dot.net.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net/mXparser-dot.net.csproj new file mode 100644 index 00000000..0faaeb1d --- /dev/null +++ b/CURRENT/c-sharp/dotnet-other/mXparser-dot.net/mXparser-dot.net.csproj @@ -0,0 +1,49 @@ + + + + netstandard1.0;netstandard1.3;net20 + + + + MathParser.org-mXparser + mxparser + MathParser.org-mXparser + 4.3.3 + 4.3.3.0 + 4.3.3.0 + Mariusz Gromada - MathParser.org + Mariusz Gromada - MathParser.org + mXparser + A flexible mathematical expressions parser for JAVA and C# .NET + Copyright © Mariusz Gromada 2019 + http://mathparser.org/mxparser-license/ + http://mathparser.org/ + http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg + http://github.com/mariuszgromada/MathParser.org-mXparser + GIT + v.4.3 Caprica + Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom + + + + AnyCPU + false + False + ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx + + + + TRACE;RELEASE + + + + TRACE;DEBUG + + + + + src\org\mariuszgromada\math\mxparser\%(RecursiveDir)%(Filename)%(Extension) + + + + \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.1.0/mXparser-40-dot.stand.1.0.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.1.0/mXparser-40-dot.stand.1.0.csproj deleted file mode 100644 index 97af9a72..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.1.0/mXparser-40-dot.stand.1.0.csproj +++ /dev/null @@ -1,99 +0,0 @@ - - - - netstandard1.0 - MathParser.org-mXparser - mxparser - MathParser.org-mXparser - 4.3.3 - 4.3.3.0 - 4.3.3.0 - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2019 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - v.4.3 Caprica - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - AnyCPU - - - TRACE;RELEASE;NETSTANDARD1_0;NETSTANDARD - - - TRACE;DEBUG;NETSTANDARD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.1.6/mXparser-41-dot.stand.1.6.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.1.6/mXparser-41-dot.stand.1.6.csproj deleted file mode 100644 index 61d3ea7e..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.1.6/mXparser-41-dot.stand.1.6.csproj +++ /dev/null @@ -1,99 +0,0 @@ - - - - netstandard1.6 - MathParser.org-mXparser - mxparser - MathParser.org-mXparser - 4.3.3 - 4.3.3.0 - 4.3.3.0 - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2019 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - v.4.3 Caprica - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - AnyCPU - - - TRACE;RELEASE;NETSTANDARD1_0;NETSTANDARD - - - TRACE;DEBUG;NETSTANDARD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.2.0/mXparser-41-dot.stand.2.0.csproj b/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.2.0/mXparser-41-dot.stand.2.0.csproj deleted file mode 100644 index 78a316d5..00000000 --- a/CURRENT/c-sharp/dotnet-other/mXparser-dot.stand.2.0/mXparser-41-dot.stand.2.0.csproj +++ /dev/null @@ -1,99 +0,0 @@ - - - - netstandard2.0 - MathParser.org-mXparser - mxparser - MathParser.org-mXparser - 4.3.3 - 4.3.3.0 - 4.3.3.0 - Mariusz Gromada - MathParser.org - Mariusz Gromada - MathParser.org - mXparser - A flexible mathematical expressions parser for JAVA and C# .NET - Copyright © Mariusz Gromada 2019 - http://mathparser.org/mxparser-license/ - http://mathparser.org/ - http://mathparser.org/wp-content/uploads/2016/01/MathParser-org-mXparser-logo-Tutorial.jpg - http://github.com/mariuszgromada/MathParser.org-mXparser - GIT - v.4.3 Caprica - Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom - - - true - - - ..\..\..\..\..\pfx-keys\mariuszgromada.org.pfx - False - AnyCPU - - - TRACE;RELEASE;NETSTANDARD1_0;NETSTANDARD - - - TRACE;DEBUG;NETSTANDARD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/Run-Tests-00-Current.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/Run-Tests-00-Current.csproj index 07d54a10..b43cf048 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/Run-Tests-00-Current.csproj +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/Run-Tests-00-Current.csproj @@ -9,7 +9,7 @@ Properties mxparser.runtests Run-Tests-Reg - v4.7 + v4.7.2 512 true diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/RunTests.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/RunTests.cs index 07e13781..5172000e 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/RunTests.cs +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/RunTests.cs @@ -10,9 +10,6 @@ static void Main(string[] args) { RunTest.Start("reg"); mXparser.consolePrintln(".NET CLR version:" + Environment.Version); mXparser.consolePrintln(".NET version:" + System.Diagnostics.FileVersionInfo.GetVersionInfo(typeof(int).Assembly.Location).ProductVersion); - #if PCL - Console.WriteLine(mXparser.getConsoleOutput()); - #endif } } } diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Working/Run-Tests-Working.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Working/Run-Tests-Working.csproj index 538ae7d6..17f39327 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Working/Run-Tests-Working.csproj +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Working/Run-Tests-Working.csproj @@ -9,7 +9,7 @@ Properties mxparser.runtests Run-Tests-Working - v4.7 + v4.7.2 512 true diff --git a/CURRENT/c-sharp/mXparser-00-Current.csproj b/CURRENT/c-sharp/mXparser-00-Current.csproj index 39b728bc..844deb8f 100644 --- a/CURRENT/c-sharp/mXparser-00-Current.csproj +++ b/CURRENT/c-sharp/mXparser-00-Current.csproj @@ -7,7 +7,7 @@ Library false MathParser.org-mXparser - v4.7 + v4.7.2 512 diff --git a/CURRENT/c-sharp/mXparser.nuspec b/CURRENT/c-sharp/mXparser.nuspec index aa3ac7fa..7cb93a70 100644 --- a/CURRENT/c-sharp/mXparser.nuspec +++ b/CURRENT/c-sharp/mXparser.nuspec @@ -17,46 +17,15 @@ Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom MONO .NET Core Standard PCL Xamarin Android iOS Unary Binary Ternary Quaternary Quinary Senary Septenary Octal Nonary Decimal Undecimal Duodecimal Tridecimal Tetradecimal Pentadecimal Hexadecimal Base_N - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/mXparser.sln b/CURRENT/c-sharp/mXparser.sln index 1e954ab9..668e1199 100644 --- a/CURRENT/c-sharp/mXparser.sln +++ b/CURRENT/c-sharp/mXparser.sln @@ -11,56 +11,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Run-Tests-00-Current", "exe 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-30-PCL", "dotnet-other\mXparser-PCL\mXparser-30-PCL.csproj", "{235B589E-6F06-4146-8882-F14F8EF2863C}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-01-dot.net.2.0", "dotnet-other\mXparser-dot.net.2.0\mXparser-01-dot.net.2.0.csproj", "{2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-02-dot.net.3.0", "dotnet-other\mXparser-dot.net.3.0\mXparser-02-dot.net.3.0.csproj", "{88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-03-dot.net.3.5", "dotnet-other\mXparser-dot.net.3.5\mXparser-03-dot.net.3.5.csproj", "{EFF93574-E6F6-4684-B713-5D505EC6E906}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-04-dot.net.4.0", "dotnet-other\mXparser-dot.net.4.0\mXparser-04-dot.net.4.0.csproj", "{8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-05-dot.net.4.5", "dotnet-other\mXparser-dot.net.4.5\mXparser-05-dot.net.4.5.csproj", "{146BFA1C-8D4B-4940-A320-BAD384879397}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-06-dot.net.4.5.1", "dotnet-other\mXparser-dot.net.4.5.1\mXparser-06-dot.net.4.5.1.csproj", "{3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-07-dot.net.4.5.2", "dotnet-other\mXparser-dot.net.4.5.2\mXparser-07-dot.net.4.5.2.csproj", "{B0CB25EB-E075-474A-866C-A1FD4203A1EB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-08-dot.net.4.6", "dotnet-other\mXparser-dot.net.4.6\mXparser-08-dot.net.4.6.csproj", "{454BC1C6-64BF-4CD8-AAEA-E52392C5425F}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-09-dot.net.4.6.1", "dotnet-other\mXparser-dot.net.4.6.1\mXparser-09-dot.net.4.6.1.csproj", "{9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-10-dot.net.4.6.2", "dotnet-other\mXparser-dot.net.4.6.2\mXparser-10-dot.net.4.6.2.csproj", "{026C3CC0-8398-4587-9FEE-A97A989A56FB}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-21-Core.1.1", "dotnet-other\mXparser-Core.1.1\mXparser-21-Core.1.1.csproj", "{DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-50-Android", "dotnet-other\mXparser-Android\mXparser-50-Android.csproj", "{9ECB8076-4575-4C0A-B8EE-76A3C630B257}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-60-iOS", "dotnet-other\mXparser-iOS\mXparser-60-iOS.csproj", "{A473AE2D-0B54-4C91-A0AD-D6DD4CF13FCE}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-40-dot.stand.1.0", "dotnet-other\mXparser-dot.stand.1.0\mXparser-40-dot.stand.1.0.csproj", "{6CA73C24-80B4-496C-827C-B675240C7928}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-41-dot.stand.1.6", "dotnet-other\mXparser-dot.stand.1.6\mXparser-41-dot.stand.1.6.csproj", "{62A792C9-CEAE-41DE-8B4D-53B4202F3023}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-20-Core.1.0", "dotnet-other\mXparser-Core.1.0\mXparser-20-Core.1.0.csproj", "{CD04B354-C338-4AD9-94AE-E858FEDCBB58}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-11-dot.net.4.7", "dotnet-other\mXparser-dot.net.4.7\mXparser-11-dot.net.4.7.csproj", "{71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-21-Core.2.0", "dotnet-other\mXparser-Core.2.0\mXparser-21-Core.2.0.csproj", "{97750DE1-8D58-4C6D-AB70-AE549A03238F}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-41-dot.stand.2.0", "dotnet-other\mXparser-dot.stand.2.0\mXparser-41-dot.stand.2.0.csproj", "{1EB178BD-4531-4A6A-B07C-3E59E0286E0D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-dot.net", "dotnet-other\mXparser-dot.net\mXparser-dot.net.csproj", "{6CA73C24-80B4-496C-827C-B675240C7928}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests-mXparser-00-Current", "unit-tests\Tests-mXparser-00-Current\Tests-mXparser-00-Current.csproj", "{783F19DC-8ED9-4120-8B7B-BBCA8D859D8B}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-21-Core.2.1", "dotnet-other\mXparser-Core.2.1\mXparser-21-Core.2.1.csproj", "{F2966F34-289F-4D1E-B317-2A1446978FDA}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mXparser-11-dot.net.4.7.2", "dotnet-other\mXparser-dot.net.4.7.2\mXparser-11-dot.net.4.7.2.csproj", "{DA182EFD-F967-4C80-B9F6-FBB620E18793}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-22-Core.2.2", "dotnet-other\mXparser-Core.2.2\mXparser-22-Core.2.2.csproj", "{5E79CDB5-2087-420B-A1C6-6003DA6CAF23}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mXparser-23-Core.3.0", "dotnet-other\mXparser-Core.3.0\mXparser-23-Core.3.0.csproj", "{269943F5-148D-4395-A8C0-A00BDAC1A2ED}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Ad-Hoc|Any CPU = Ad-Hoc|Any CPU @@ -171,330 +129,6 @@ Global {379A29D3-CE34-43AA-A333-AAF73165359A}.Release|iPhoneSimulator.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}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Ad-Hoc|x86.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.AppStore|Any CPU.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.AppStore|iPhone.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.AppStore|x86.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.AppStore|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|iPhone.ActiveCfg = Debug|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Debug|iPhone.Build.0 = Debug|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Debug|iPhoneSimulator.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|iPhone.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Release|iPhone.Build.0 = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {235B589E-6F06-4146-8882-F14F8EF2863C}.Release|iPhoneSimulator.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 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Ad-Hoc|x86.Build.0 = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.AppStore|Any CPU.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.AppStore|Any CPU.Build.0 = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.AppStore|iPhone.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.AppStore|iPhone.Build.0 = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.AppStore|x86.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.AppStore|x86.Build.0 = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Debug|Any CPU.ActiveCfg = Debug|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Debug|iPhone.ActiveCfg = Debug|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Debug|x86.ActiveCfg = Debug|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Debug|x86.Build.0 = Debug|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Release|Any CPU.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Release|iPhone.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Release|x86.ActiveCfg = Release|x86 - {2EF37D03-5EDC-4DE6-BD02-7BCF4D827063}.Release|x86.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Ad-Hoc|x86.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.AppStore|Any CPU.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.AppStore|Any CPU.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.AppStore|iPhone.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.AppStore|iPhone.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.AppStore|x86.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.AppStore|x86.Build.0 = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Debug|iPhone.ActiveCfg = Debug|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Debug|x86.ActiveCfg = Debug|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Debug|x86.Build.0 = Debug|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Release|Any CPU.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Release|iPhone.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Release|x86.ActiveCfg = Release|x86 - {88A80CDE-AC3F-4B82-A7CD-7EDF7D46B4C0}.Release|x86.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Ad-Hoc|x86.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.AppStore|Any CPU.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.AppStore|Any CPU.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.AppStore|iPhone.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.AppStore|iPhone.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.AppStore|x86.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.AppStore|x86.Build.0 = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Debug|Any CPU.ActiveCfg = Debug|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Debug|iPhone.ActiveCfg = Debug|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Debug|x86.ActiveCfg = Debug|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Debug|x86.Build.0 = Debug|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Release|Any CPU.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Release|iPhone.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Release|x86.ActiveCfg = Release|x86 - {EFF93574-E6F6-4684-B713-5D505EC6E906}.Release|x86.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Ad-Hoc|x86.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.AppStore|Any CPU.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.AppStore|Any CPU.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.AppStore|iPhone.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.AppStore|iPhone.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.AppStore|x86.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.AppStore|x86.Build.0 = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Debug|Any CPU.ActiveCfg = Debug|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Debug|iPhone.ActiveCfg = Debug|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Debug|x86.ActiveCfg = Debug|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Debug|x86.Build.0 = Debug|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Release|Any CPU.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Release|iPhone.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Release|x86.ActiveCfg = Release|x86 - {8DE2D908-7B14-4D27-B081-3E97E2FD0ADB}.Release|x86.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Ad-Hoc|x86.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.AppStore|Any CPU.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.AppStore|Any CPU.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.AppStore|iPhone.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.AppStore|iPhone.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.AppStore|x86.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.AppStore|x86.Build.0 = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Debug|Any CPU.ActiveCfg = Debug|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Debug|iPhone.ActiveCfg = Debug|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Debug|x86.ActiveCfg = Debug|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Debug|x86.Build.0 = Debug|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Release|Any CPU.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Release|iPhone.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Release|x86.ActiveCfg = Release|x86 - {146BFA1C-8D4B-4940-A320-BAD384879397}.Release|x86.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Ad-Hoc|x86.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.AppStore|Any CPU.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.AppStore|Any CPU.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.AppStore|iPhone.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.AppStore|iPhone.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.AppStore|x86.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.AppStore|x86.Build.0 = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Debug|Any CPU.ActiveCfg = Debug|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Debug|iPhone.ActiveCfg = Debug|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Debug|x86.ActiveCfg = Debug|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Debug|x86.Build.0 = Debug|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Release|Any CPU.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Release|iPhone.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Release|x86.ActiveCfg = Release|x86 - {3F14A8DE-B5CC-4148-9B24-C9A4A38F539A}.Release|x86.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Ad-Hoc|x86.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.AppStore|Any CPU.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.AppStore|Any CPU.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.AppStore|iPhone.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.AppStore|iPhone.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.AppStore|x86.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.AppStore|x86.Build.0 = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Debug|iPhone.ActiveCfg = Debug|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Debug|x86.ActiveCfg = Debug|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Debug|x86.Build.0 = Debug|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Release|Any CPU.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Release|iPhone.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Release|x86.ActiveCfg = Release|x86 - {B0CB25EB-E075-474A-866C-A1FD4203A1EB}.Release|x86.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Ad-Hoc|x86.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.AppStore|Any CPU.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.AppStore|Any CPU.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.AppStore|iPhone.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.AppStore|iPhone.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.AppStore|x86.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.AppStore|x86.Build.0 = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Debug|iPhone.ActiveCfg = Debug|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Debug|x86.ActiveCfg = Debug|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Debug|x86.Build.0 = Debug|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Release|Any CPU.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Release|iPhone.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Release|x86.ActiveCfg = Release|x86 - {454BC1C6-64BF-4CD8-AAEA-E52392C5425F}.Release|x86.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Ad-Hoc|x86.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.AppStore|Any CPU.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.AppStore|Any CPU.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.AppStore|iPhone.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.AppStore|iPhone.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.AppStore|x86.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.AppStore|x86.Build.0 = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Debug|iPhone.ActiveCfg = Debug|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Debug|x86.ActiveCfg = Debug|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Debug|x86.Build.0 = Debug|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Release|Any CPU.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Release|iPhone.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Release|x86.ActiveCfg = Release|x86 - {9DF2BBB7-9F35-463F-8EB9-F029EAE83F7B}.Release|x86.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Ad-Hoc|x86.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.AppStore|Any CPU.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.AppStore|Any CPU.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.AppStore|iPhone.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.AppStore|iPhone.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.AppStore|x86.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.AppStore|x86.Build.0 = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Debug|Any CPU.ActiveCfg = Debug|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Debug|iPhone.ActiveCfg = Debug|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Debug|x86.ActiveCfg = Debug|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Debug|x86.Build.0 = Debug|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Release|Any CPU.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Release|iPhone.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Release|x86.ActiveCfg = Release|x86 - {026C3CC0-8398-4587-9FEE-A97A989A56FB}.Release|x86.Build.0 = Release|x86 - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Ad-Hoc|x86.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.AppStore|Any CPU.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.AppStore|iPhone.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.AppStore|x86.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.AppStore|x86.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Debug|iPhone.Build.0 = Debug|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Debug|x86.ActiveCfg = Debug|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Debug|x86.Build.0 = Debug|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Release|Any CPU.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Release|iPhone.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Release|iPhone.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Release|x86.ActiveCfg = Release|Any CPU - {DA6EDD0B-37C7-43B9-B87B-915955FA0DC6}.Release|x86.Build.0 = Release|Any CPU {9ECB8076-4575-4C0A-B8EE-76A3C630B257}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU {9ECB8076-4575-4C0A-B8EE-76A3C630B257}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU {9ECB8076-4575-4C0A-B8EE-76A3C630B257}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU @@ -591,160 +225,6 @@ Global {6CA73C24-80B4-496C-827C-B675240C7928}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {6CA73C24-80B4-496C-827C-B675240C7928}.Release|x86.ActiveCfg = Release|Any CPU {6CA73C24-80B4-496C-827C-B675240C7928}.Release|x86.Build.0 = Release|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.AppStore|iPhone.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.AppStore|x86.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.AppStore|x86.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Debug|Any CPU.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Debug|iPhone.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Debug|x86.ActiveCfg = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Debug|x86.Build.0 = Debug|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Release|Any CPU.ActiveCfg = Release|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Release|Any CPU.Build.0 = Release|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Release|iPhone.ActiveCfg = Release|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Release|iPhone.Build.0 = Release|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Release|x86.ActiveCfg = Release|Any CPU - {62A792C9-CEAE-41DE-8B4D-53B4202F3023}.Release|x86.Build.0 = Release|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.AppStore|iPhone.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.AppStore|x86.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.AppStore|x86.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Debug|iPhone.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Debug|x86.ActiveCfg = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Debug|x86.Build.0 = Debug|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Release|Any CPU.Build.0 = Release|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Release|iPhone.ActiveCfg = Release|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Release|iPhone.Build.0 = Release|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Release|x86.ActiveCfg = Release|Any CPU - {CD04B354-C338-4AD9-94AE-E858FEDCBB58}.Release|x86.Build.0 = Release|Any CPU - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Ad-Hoc|x86.Build.0 = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.AppStore|Any CPU.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.AppStore|Any CPU.Build.0 = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.AppStore|iPhone.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.AppStore|iPhone.Build.0 = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.AppStore|x86.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.AppStore|x86.Build.0 = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Debug|iPhone.ActiveCfg = Debug|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Debug|x86.ActiveCfg = Debug|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Debug|x86.Build.0 = Debug|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Release|Any CPU.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Release|iPhone.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Release|x86.ActiveCfg = Release|x86 - {71FD87A3-0F29-4F5C-AB6E-8D6CA6CD436F}.Release|x86.Build.0 = Release|x86 - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.AppStore|iPhone.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.AppStore|x86.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.AppStore|x86.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Debug|iPhone.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Debug|x86.ActiveCfg = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Debug|x86.Build.0 = Debug|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Release|Any CPU.Build.0 = Release|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Release|iPhone.ActiveCfg = Release|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Release|iPhone.Build.0 = Release|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Release|x86.ActiveCfg = Release|Any CPU - {97750DE1-8D58-4C6D-AB70-AE549A03238F}.Release|x86.Build.0 = Release|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.AppStore|iPhone.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.AppStore|x86.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.AppStore|x86.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Debug|iPhone.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Debug|x86.ActiveCfg = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Debug|x86.Build.0 = Debug|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Release|Any CPU.Build.0 = Release|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Release|iPhone.ActiveCfg = Release|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Release|iPhone.Build.0 = Release|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Release|x86.ActiveCfg = Release|Any CPU - {1EB178BD-4531-4A6A-B07C-3E59E0286E0D}.Release|x86.Build.0 = Release|Any CPU {783F19DC-8ED9-4120-8B7B-BBCA8D859D8B}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU {783F19DC-8ED9-4120-8B7B-BBCA8D859D8B}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU {783F19DC-8ED9-4120-8B7B-BBCA8D859D8B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU @@ -777,128 +257,6 @@ Global {783F19DC-8ED9-4120-8B7B-BBCA8D859D8B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {783F19DC-8ED9-4120-8B7B-BBCA8D859D8B}.Release|x86.ActiveCfg = Release|Any CPU {783F19DC-8ED9-4120-8B7B-BBCA8D859D8B}.Release|x86.Build.0 = Release|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.AppStore|iPhone.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.AppStore|x86.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.AppStore|x86.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Debug|iPhone.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Debug|x86.ActiveCfg = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Debug|x86.Build.0 = Debug|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Release|Any CPU.Build.0 = Release|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Release|iPhone.ActiveCfg = Release|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Release|iPhone.Build.0 = Release|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Release|x86.ActiveCfg = Release|Any CPU - {F2966F34-289F-4D1E-B317-2A1446978FDA}.Release|x86.Build.0 = Release|Any CPU - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Ad-Hoc|Any CPU.Build.0 = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Ad-Hoc|iPhone.Build.0 = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Ad-Hoc|x86.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Ad-Hoc|x86.Build.0 = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.AppStore|Any CPU.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.AppStore|Any CPU.Build.0 = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.AppStore|iPhone.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.AppStore|iPhone.Build.0 = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.AppStore|iPhoneSimulator.Build.0 = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.AppStore|x86.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.AppStore|x86.Build.0 = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Debug|Any CPU.ActiveCfg = Debug|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Debug|iPhone.ActiveCfg = Debug|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Debug|x86.ActiveCfg = Debug|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Debug|x86.Build.0 = Debug|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Release|Any CPU.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Release|iPhone.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Release|x86.ActiveCfg = Release|x86 - {DA182EFD-F967-4C80-B9F6-FBB620E18793}.Release|x86.Build.0 = Release|x86 - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.AppStore|iPhone.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.AppStore|x86.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.AppStore|x86.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Debug|iPhone.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Debug|x86.ActiveCfg = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Debug|x86.Build.0 = Debug|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Release|Any CPU.Build.0 = Release|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Release|iPhone.ActiveCfg = Release|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Release|iPhone.Build.0 = Release|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Release|x86.ActiveCfg = Release|Any CPU - {5E79CDB5-2087-420B-A1C6-6003DA6CAF23}.Release|x86.Build.0 = Release|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.AppStore|iPhone.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.AppStore|x86.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.AppStore|x86.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Debug|Any CPU.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Debug|iPhone.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Debug|x86.ActiveCfg = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Debug|x86.Build.0 = Debug|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Release|Any CPU.ActiveCfg = Release|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Release|Any CPU.Build.0 = Release|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Release|iPhone.ActiveCfg = Release|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Release|iPhone.Build.0 = Release|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Release|x86.ActiveCfg = Release|Any CPU - {269943F5-148D-4395-A8C0-A00BDAC1A2ED}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/Expression.cs b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/Expression.cs index bb95b8ae..314d02f4 100644 --- a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/Expression.cs +++ b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/Expression.cs @@ -1770,7 +1770,7 @@ private void USER_FUNCTION(int pos) { try { value = function.calculate(); } catch( - #if PCL || CORE || NETSTANDARD + #if NETSTANDARD Exception #else StackOverflowException @@ -4786,7 +4786,7 @@ public bool checkLexSyntax() { errorMessage = "Empty expression string\n"; return syntax; } - #if PCL || NETSTANDARD + #if NETSTANDARD1_0 syntaxchecker.SyntaxChecker syn = new syntaxchecker.SyntaxChecker(new MemoryStream(Encoding.UTF8.GetBytes(expressionString))); #else syntaxchecker.SyntaxChecker syn = new syntaxchecker.SyntaxChecker(new MemoryStream(Encoding.ASCII.GetBytes(expressionString))); @@ -4885,10 +4885,10 @@ private bool checkSyntax(String level, bool functionWithBodyExt) { recursionCallPending = false; return syntax; } - #if PCL || NETSTANDARD + #if NETSTANDARD1_0 syntaxchecker.SyntaxChecker syn = new syntaxchecker.SyntaxChecker(new MemoryStream(Encoding.UTF8.GetBytes(expressionString))); #else - syntaxchecker.SyntaxChecker syn = new syntaxchecker.SyntaxChecker(new MemoryStream(Encoding.ASCII.GetBytes(expressionString)) ); + syntaxchecker.SyntaxChecker syn = new syntaxchecker.SyntaxChecker(new MemoryStream(Encoding.ASCII.GetBytes(expressionString))); #endif try { syn.checkSyntax(); diff --git a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/mXparser.cs b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/mXparser.cs index 0eda7914..be9097e2 100644 --- a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/mXparser.cs +++ b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/mXparser.cs @@ -1072,21 +1072,21 @@ public static String toMixedFractionString(double value) { public static void doNothing(Object o) { } private static void consoleWriteLine(Object o) { - #if PCL || NETSTANDARD + #if NETSTANDARD1_0 System.Diagnostics.Debug.WriteLine(o); #else Console.WriteLine(o); #endif } private static void consoleWriteLine() { - #if PCL || NETSTANDARD + #if NETSTANDARD1_0 System.Diagnostics.Debug.WriteLine(""); #else Console.WriteLine(); #endif } private static void consoleWrite(Object o) { - #if PCL || NETSTANDARD + #if NETSTANDARD1_0 System.Diagnostics.Debug.WriteLine(o); #else Console.Write(o); diff --git a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/regressiontesting/PerformanceTests.cs b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/regressiontesting/PerformanceTests.cs index 536c140b..607430d3 100644 --- a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/regressiontesting/PerformanceTests.cs +++ b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/regressiontesting/PerformanceTests.cs @@ -97,7 +97,7 @@ public class PerformanceTests { static void createRunJoinThreads(PerformanceTestResult test, int classId) { test.testInit(); TestThread[] runners = new TestThread[test.threadsNum]; - #if !PCL && !CORE && !NETSTANDARD + #if !NETSTANDARD Thread[] threads = new Thread[test.threadsNum]; #endif for (int threadId = 0; threadId < test.threadsNum; threadId++) { @@ -124,14 +124,14 @@ static void createRunJoinThreads(PerformanceTestResult test, int classId) { case 19: runners[threadId] = new Test019Thread(test); break; case 20: runners[threadId] = new Test020Thread(test); break; } - #if PCL || CORE || NETSTANDARD + #if NETSTANDARD runners[threadId].run(); #else threads[threadId] = new Thread(runners[threadId].run); threads[threadId].Start(); #endif } - #if !PCL && !CORE && !NETSTANDARD + #if !NETSTANDARD for (int threadId = 0; threadId < test.threadsNum; threadId++) try { threads[threadId].Join(); diff --git a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/syntaxchecker/SimpleCharStream.cs b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/syntaxchecker/SimpleCharStream.cs index 9845bd12..5231c63e 100644 --- a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/syntaxchecker/SimpleCharStream.cs +++ b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/syntaxchecker/SimpleCharStream.cs @@ -99,7 +99,7 @@ protected void FillBuff(){ try { if (stream_closed || (i = inputStream.Read(buffer, maxNextCharInd, available - maxNextCharInd)) <= 0){ stream_closed = true; - #if PCL || CORE || NETSTANDARD + #if NETSTANDARD inputStream.Dispose(); #else inputStream.Close(); diff --git a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/syntaxchecker/SyntaxCheckerTokenManager.cs b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/syntaxchecker/SyntaxCheckerTokenManager.cs index 5e6fdcd3..37e9a457 100644 --- a/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/syntaxchecker/SyntaxCheckerTokenManager.cs +++ b/CURRENT/c-sharp/src/org/mariuszgromada/math/mxparser/syntaxchecker/SyntaxCheckerTokenManager.cs @@ -6,7 +6,7 @@ namespace org.mariuszgromada.math.mxparser.syntaxchecker{ public class SyntaxCheckerTokenManager : SyntaxCheckerConstants { - #if PCL || NETSTANDARD + #if NETSTANDARD1_0 public System.IO.TextWriter debugStream = new System.IO.StreamWriter(new System.IO.MemoryStream()); #else public System.IO.TextWriter debugStream = new System.IO.StreamWriter(System.Console.OpenStandardError()); diff --git a/CURRENT/c-sharp/unit-tests/Tests-mXparser-00-Current/Tests-mXparser-00-Current.csproj b/CURRENT/c-sharp/unit-tests/Tests-mXparser-00-Current/Tests-mXparser-00-Current.csproj index bce5c477..fe0f5cf2 100644 --- a/CURRENT/c-sharp/unit-tests/Tests-mXparser-00-Current/Tests-mXparser-00-Current.csproj +++ b/CURRENT/c-sharp/unit-tests/Tests-mXparser-00-Current/Tests-mXparser-00-Current.csproj @@ -9,7 +9,7 @@ Properties test Tests-mXparser-00-Current - v4.7 + v4.7.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 15.0 From 951ea7401cfd1d3b2a2229a63fe7eadc1447562c Mon Sep 17 00:00:00 2001 From: Apollo3zehn Date: Sun, 14 Apr 2019 19:22:07 +0200 Subject: [PATCH 2/2] Update tests. --- .../Properties/AssemblyInfo.cs | 2 +- .../Run-Tests-PCL/Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-PCL/Run-Tests-30-PCL.csproj | 72 ------------------- .../exe-lib-tests/Run-Tests-PCL/app.config | 3 - .../Run-Tests-Reg/Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 36 ---------- .../Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-02-dot.net.3.0.csproj | 55 -------------- .../Run-Tests-dot.net.3.0/app.config | 3 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-03-dot.net.3.5.csproj | 55 -------------- .../Run-Tests-dot.net.3.5/app.config | 3 - .../Run-Tests-04-dot.net.4.0.csproj | 55 -------------- .../Run-Tests-dot.net.4.0/app.config | 3 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-06-dot.net.4.5.1.csproj | 57 --------------- .../Run-Tests-dot.net.4.5.1/app.config | 3 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-07-dot.net.4.5.2.csproj | 57 --------------- .../Run-Tests-dot.net.4.5.2/app.config | 3 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-05-dot.net.4.5.csproj | 57 --------------- .../Run-Tests-dot.net.4.5/app.config | 3 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-09-dot.net.4.6.1.csproj | 57 --------------- .../Run-Tests-dot.net.4.6.1/app.config | 3 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-10-dot.net.4.6.2.csproj | 57 --------------- .../Run-Tests-dot.net.4.6.2/app.config | 3 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Run-Tests-08-dot.net.4.6.csproj | 57 --------------- .../Run-Tests-dot.net.4.6/app.config | 3 - .../Properties/AssemblyInfo.cs | 6 +- .../Run-Tests-dot.net.csproj} | 2 +- .../Run-Tests-iOS/Properties/AssemblyInfo.cs | 2 +- .../Run-Tests-iOS/Resources/LaunchScreen.xib | 2 +- 37 files changed, 9 insertions(+), 978 deletions(-) delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/Run-Tests-30-PCL.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.2.0/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/Run-Tests-02-dot.net.3.0.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/Run-Tests-03-dot.net.3.5.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/Run-Tests-04-dot.net.4.0.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/Run-Tests-06-dot.net.4.5.1.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/Run-Tests-07-dot.net.4.5.2.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/Run-Tests-05-dot.net.4.5.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/Run-Tests-09-dot.net.4.6.1.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/Run-Tests-10-dot.net.4.6.2.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/app.config delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/Properties/AssemblyInfo.cs delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/Run-Tests-08-dot.net.4.6.csproj delete mode 100644 CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/app.config rename CURRENT/c-sharp/exe-lib-tests/{Run-Tests-dot.net.4.0 => Run-Tests-dot.net}/Properties/AssemblyInfo.cs (88%) rename CURRENT/c-sharp/exe-lib-tests/{Run-Tests-dot.net.2.0/Run-Tests-01-dot.net.2.0.csproj => Run-Tests-dot.net/Run-Tests-dot.net.csproj} (98%) diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Android/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Android/Properties/AssemblyInfo.cs index 9e9eaa53..9623b95b 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Android/Properties/AssemblyInfo.cs +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Android/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Run-Tests-Android")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/Properties/AssemblyInfo.cs deleted file mode 100644 index 547d0f73..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-PCL")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-PCL")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e559856d-6721-45b6-b1b3-c95e74b8f62f")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/Run-Tests-30-PCL.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/Run-Tests-30-PCL.csproj deleted file mode 100644 index a43e67cc..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/Run-Tests-30-PCL.csproj +++ /dev/null @@ -1,72 +0,0 @@ - - - - - Debug - AnyCPU - {E559856D-6721-45B6-B1B3-C95E74B8F62F} - Exe - Properties - Run_Tests_PCL - Run-Tests-PCL - v4.5 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE;PCL - prompt - 4 - false - - - - - - - - - - - - - - - - RunTests.cs - - - - - - - - - {235b589e-6f06-4146-8882-f14f8ef2863c} - mXparser-30-PCL - - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/app.config deleted file mode 100644 index 51278a45..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-PCL/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/Properties/AssemblyInfo.cs index 25bdc85f..2a60834a 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/Properties/AssemblyInfo.cs +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Reg/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mariusz Gromada")] [assembly: AssemblyProduct("mXparser")] -[assembly: AssemblyCopyright("Copyright © Mariusz Gromada 2016")] +[assembly: AssemblyCopyright("Copyright © Mariusz Gromada 2019")] [assembly: AssemblyTrademark("mXparser")] [assembly: AssemblyCulture("")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Working/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Working/Properties/AssemblyInfo.cs index e8d0f47f..62f026bd 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Working/Properties/AssemblyInfo.cs +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-Working/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mariusz Gromada")] [assembly: AssemblyProduct("mXparser")] -[assembly: AssemblyCopyright("Copyright © Mariusz Gromada 2016")] +[assembly: AssemblyCopyright("Copyright © Mariusz Gromada 2019")] [assembly: AssemblyTrademark("mXparser")] [assembly: AssemblyCulture("")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.2.0/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.2.0/Properties/AssemblyInfo.cs deleted file mode 100644 index 9b1285b9..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.2.0/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.2.0")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.2.0")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/Properties/AssemblyInfo.cs deleted file mode 100644 index a7bc9903..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.3.0")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.3.0")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/Run-Tests-02-dot.net.3.0.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/Run-Tests-02-dot.net.3.0.csproj deleted file mode 100644 index 5c3c3b71..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/Run-Tests-02-dot.net.3.0.csproj +++ /dev/null @@ -1,55 +0,0 @@ - - - - - Debug - AnyCPU - {5D3A58BE-38B7-4797-8E13-D50861547C55} - Exe - mxparser.runtests - Run-Tests-Reg - v3.0 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - RunTests.cs - - - - - - - - - {88a80cde-ac3f-4b82-a7cd-7edf7d46b4c0} - mXparser-02-dot.net.3.0 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/app.config deleted file mode 100644 index 2fa6e95d..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.0/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/Properties/AssemblyInfo.cs deleted file mode 100644 index 09225fa6..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.3.5")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.3.5")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/Run-Tests-03-dot.net.3.5.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/Run-Tests-03-dot.net.3.5.csproj deleted file mode 100644 index 2cc29c44..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/Run-Tests-03-dot.net.3.5.csproj +++ /dev/null @@ -1,55 +0,0 @@ - - - - - Debug - AnyCPU - {0A08BB1E-E1C0-4BD4-98C1-1B07014FE69F} - Exe - mxparser.runtests - Run-Tests-Reg - v3.5 - 512 - Client - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - RunTests.cs - - - - - - - - - {eff93574-e6f6-4684-b713-5d505ec6e906} - mXparser-03-dot.net.3.5 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/app.config deleted file mode 100644 index 5044c982..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.3.5/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/Run-Tests-04-dot.net.4.0.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/Run-Tests-04-dot.net.4.0.csproj deleted file mode 100644 index a3f8eded..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/Run-Tests-04-dot.net.4.0.csproj +++ /dev/null @@ -1,55 +0,0 @@ - - - - - Debug - AnyCPU - {F2D2016C-A19E-4F7E-96B6-83D3FD5BA546} - Exe - mxparser.runtests - Run-Tests-Reg - v4.0 - 512 - Client - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - RunTests.cs - - - - - - - - - {8de2d908-7b14-4d27-b081-3e97e2fd0adb} - mXparser-04-dot.net.4.0 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/app.config deleted file mode 100644 index e2a5a187..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/Properties/AssemblyInfo.cs deleted file mode 100644 index f2602e4d..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.4.5.1")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.4.5.1")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/Run-Tests-06-dot.net.4.5.1.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/Run-Tests-06-dot.net.4.5.1.csproj deleted file mode 100644 index 1185b954..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/Run-Tests-06-dot.net.4.5.1.csproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Debug - AnyCPU - {BB10FF88-DBB3-482B-A637-9EF06BD675A6} - Exe - mxparser.runtests - Run-Tests-Reg - v4.5.1 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - RunTests.cs - - - - - - - - - {3f14a8de-b5cc-4148-9b24-c9a4a38f539a} - mXparser-06-dot.net.4.5.1 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/app.config deleted file mode 100644 index 884f9844..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.1/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/Properties/AssemblyInfo.cs deleted file mode 100644 index 9c1d3d30..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.4.5.2")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.4.5.2")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/Run-Tests-07-dot.net.4.5.2.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/Run-Tests-07-dot.net.4.5.2.csproj deleted file mode 100644 index ad69fd65..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/Run-Tests-07-dot.net.4.5.2.csproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Debug - AnyCPU - {C0D8342D-0319-469E-AEBF-60D78BDF83CD} - Exe - mxparser.runtests - Run-Tests-Reg - v4.5.2 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - RunTests.cs - - - - - - - - - {b0cb25eb-e075-474a-866c-a1fd4203a1eb} - mXparser-07-dot.net.4.5.2 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/app.config deleted file mode 100644 index ff995010..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5.2/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/Properties/AssemblyInfo.cs deleted file mode 100644 index 7a946528..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.4.5")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.4.5")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/Run-Tests-05-dot.net.4.5.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/Run-Tests-05-dot.net.4.5.csproj deleted file mode 100644 index e38efdda..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/Run-Tests-05-dot.net.4.5.csproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Debug - AnyCPU - {5E8C9CD7-414A-4396-9E8F-BE9D5DA38466} - Exe - mxparser.runtests - Run-Tests-Reg - v4.5 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - RunTests.cs - - - - - - - - - {146bfa1c-8d4b-4940-a320-bad384879397} - mXparser-05-dot.net.4.5 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/app.config deleted file mode 100644 index 51278a45..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.5/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/Properties/AssemblyInfo.cs deleted file mode 100644 index b23cc0ab..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.4.6.1")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.4.6.1")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/Run-Tests-09-dot.net.4.6.1.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/Run-Tests-09-dot.net.4.6.1.csproj deleted file mode 100644 index 73920765..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/Run-Tests-09-dot.net.4.6.1.csproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Debug - AnyCPU - {B78FDA0F-5890-4B4B-9F91-8C376B8868F8} - Exe - mxparser.runtests - Run-Tests-Reg - v4.6.1 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - RunTests.cs - - - - - - - - - {9df2bbb7-9f35-463f-8eb9-f029eae83f7b} - mXparser-09-dot.net.4.6.1 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/app.config deleted file mode 100644 index 3dbff35f..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.1/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/Properties/AssemblyInfo.cs deleted file mode 100644 index ddab811e..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.4.6.2")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.4.6.2")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/Run-Tests-10-dot.net.4.6.2.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/Run-Tests-10-dot.net.4.6.2.csproj deleted file mode 100644 index e5143bf6..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/Run-Tests-10-dot.net.4.6.2.csproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Debug - AnyCPU - {F568DADE-530A-46C4-A375-36BDF9BAC76A} - Exe - mxparser.runtests - Run-Tests-Reg - v4.6.2 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - RunTests.cs - - - - - - - - - {026c3cc0-8398-4587-9fee-a97a989a56fb} - mXparser-10-dot.net.4.6.2 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/app.config deleted file mode 100644 index 2a0024f7..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6.2/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/Properties/AssemblyInfo.cs deleted file mode 100644 index 6690afb7..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.4.6")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.4.6")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("808e6378-ec34-4a7a-b980-53c8d7fa4f07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/Run-Tests-08-dot.net.4.6.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/Run-Tests-08-dot.net.4.6.csproj deleted file mode 100644 index ef80634a..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/Run-Tests-08-dot.net.4.6.csproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Debug - AnyCPU - {26955926-74F1-4EB9-A7E2-8EF2FFC76EB6} - Exe - mxparser.runtests - Run-Tests-Reg - v4.6 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - RunTests.cs - - - - - - - - - {454bc1c6-64bf-4cd8-aaea-e52392c5425f} - mXparser-08-dot.net.4.6 - - - - \ No newline at end of file diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/app.config b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/app.config deleted file mode 100644 index b45f31e8..00000000 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.6/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net/Properties/AssemblyInfo.cs similarity index 88% rename from CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/Properties/AssemblyInfo.cs rename to CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net/Properties/AssemblyInfo.cs index d3ac5210..5f88660d 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.4.0/Properties/AssemblyInfo.cs +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net/Properties/AssemblyInfo.cs @@ -5,12 +5,12 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Run-Tests-dot.net.4.0")] +[assembly: AssemblyTitle("Run-Tests-dot.net")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Run-Tests-dot.net.4.0")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyProduct("Run-Tests-dot.net")] +[assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.2.0/Run-Tests-01-dot.net.2.0.csproj b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net/Run-Tests-dot.net.csproj similarity index 98% rename from CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.2.0/Run-Tests-01-dot.net.2.0.csproj rename to CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net/Run-Tests-dot.net.csproj index 2b4b34bb..81e48cd2 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net.2.0/Run-Tests-01-dot.net.2.0.csproj +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-dot.net/Run-Tests-dot.net.csproj @@ -42,7 +42,7 @@ - + {2ef37d03-5edc-4de6-bd02-7bcf4d827063} mXparser-01-dot.net.2.0 diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-iOS/Properties/AssemblyInfo.cs b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-iOS/Properties/AssemblyInfo.cs index b6079979..682384c4 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-iOS/Properties/AssemblyInfo.cs +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-iOS/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Run-Tests-iOS")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-iOS/Resources/LaunchScreen.xib b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-iOS/Resources/LaunchScreen.xib index f0c072d7..ba4dcd10 100644 --- a/CURRENT/c-sharp/exe-lib-tests/Run-Tests-iOS/Resources/LaunchScreen.xib +++ b/CURRENT/c-sharp/exe-lib-tests/Run-Tests-iOS/Resources/LaunchScreen.xib @@ -11,7 +11,7 @@ -