calculator/src/CalcManager
Matt Cooley ac63c1e1c2
Remove calcmanager ref (#9)
Calculator (the main app project) depends on CalcManager, but only transitively: Calculator -> CalcViewModel -> CalcManager.

However, Calculator's project file currently has a direct dependency on CalcManager. Let's remove this to make it harder to accidentally introduce new dependencies between the layers.

Also cleaning up some commented-out directives in the CalcManager MSBuild file.
2019-02-04 11:53:02 -08:00
..
CEngine Add clarifying comment to call to CHistoryCollector::AddOpndToHistory 2019-01-29 14:27:24 -08:00
Header Files Return to initialization pattern in ExpressionCommand 2019-01-28 19:34:36 -08:00
Ratpack Hello GitHub 2019-01-28 16:24:37 -08:00
CalcException.h Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager.vcxproj Remove calcmanager ref (#9) 2019-02-04 11:53:02 -08:00
CalcManager.vcxproj.filters Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
CalculatorHistory.cpp Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
CalculatorHistory.h Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorManager.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorManager.h Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorResource.h Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorVector.h Hello GitHub 2019-01-28 16:24:37 -08:00
Command.h Hello GitHub 2019-01-28 16:24:37 -08:00
ExpressionCommand.cpp Remove empty COpndCommand destructor. Cleanup constructor declaration. 2019-01-29 14:28:03 -08:00
ExpressionCommand.h Remove empty COpndCommand destructor. Cleanup constructor declaration. 2019-01-29 14:28:03 -08:00
ExpressionCommandInterface.h Hello GitHub 2019-01-28 16:24:37 -08:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h Hello GitHub 2019-01-28 16:24:37 -08:00
targetver.h Hello GitHub 2019-01-28 16:24:37 -08:00
UnitConverter.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
UnitConverter.h Hello GitHub 2019-01-28 16:24:37 -08:00