From ac63c1e1c2c53f702eb94e62dbe3ea22ca775d85 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Mon, 4 Feb 2019 11:53:02 -0800 Subject: [PATCH] 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. --- src/CalcManager/CalcManager.vcxproj | 3 --- src/Calculator/Calculator.vcxproj | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/CalcManager/CalcManager.vcxproj b/src/CalcManager/CalcManager.vcxproj index 3f41b48b..9a9ea380 100644 --- a/src/CalcManager/CalcManager.vcxproj +++ b/src/CalcManager/CalcManager.vcxproj @@ -315,9 +315,6 @@ - Create Create diff --git a/src/Calculator/Calculator.vcxproj b/src/Calculator/Calculator.vcxproj index cfa37198..b620ec06 100644 --- a/src/Calculator/Calculator.vcxproj +++ b/src/Calculator/Calculator.vcxproj @@ -813,9 +813,6 @@ - - {311e866d-8b93-4609-a691-265941fee101} - {90e9761d-9262-4773-942d-caeae75d7140}