calculator/src
Matt Cooley afa144cd16
Remove unnecessary dependencies from UITestFramework project (#745)
The CalculatorUITestFramework project does not need Microsoft.NET.Test.Sdk or MSTest.TestAdapter. These dependencies are needed only in the project which produces the actual test assembly (in our case, the CalculatorUITests project).

Removing these resolves a build warning, since the test adapter package does not target .NET Standard.
2019-10-28 10:54:26 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Updating CalculatorHistory to use a default destructor. (#723) 2019-10-21 12:47:09 -07:00
Calculator Update localized strings 2019-10-21 (#724) 2019-10-21 14:47:32 -07:00
CalculatorUITestFramework Remove unnecessary dependencies from UITestFramework project (#745) 2019-10-28 10:54:26 -07:00
CalculatorUITests Do not hide expression when user presses Enter or = (#695) 2019-10-18 13:40:13 -07:00
CalculatorUnitTests Allow negative numbers without digits before the decimal point (#743) 2019-10-28 10:17:02 -07:00
CalcViewModel Allow negative numbers without digits before the decimal point (#743) 2019-10-28 10:17:02 -07:00
Calculator.sln Update to v142 build tools for Visual Studio 2019 (#548) 2019-06-24 16:38:45 -07:00
CMakeLists.txt Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00