calculator/src
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
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Remove calcmanager ref (#9) 2019-02-04 11:53:02 -08:00
Calculator Remove calcmanager ref (#9) 2019-02-04 11:53:02 -08:00
CalculatorUnitTests Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
CalcViewModel Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
Calculator.sln Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
nuget.config Hello GitHub 2019-01-28 16:24:37 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00