From 177a6060122b52614007823c8464b10f217bc72d Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Mon, 4 Feb 2019 11:52:28 -0800 Subject: [PATCH] Clean up project structure in Visual Studio (#8) A few small changes to improve the view of the code in Solution Explorer: * Delete folders from solution explorer which don't appear on disk (Resource Files, PerfTrack) * Delete files on disk which aren't compiled into the project (Type.xaml) * Rename CalculatorHistory.Cpp to CalculatorHistory.cpp, for consistency with other files --- src/CalcManager/CalcManager.vcxproj | 2 +- src/CalcManager/CalcManager.vcxproj.filters | 6 +-- ...latorHistory.Cpp => CalculatorHistory.cpp} | 0 .../CalcViewModel.vcxproj.filters | 4 -- src/Calculator/Calculator.vcxproj.filters | 3 -- src/Calculator/Themes/Type.xaml | 53 ------------------- .../CalculatorUnitTests.vcxproj.filters | 46 ++++++++++++---- 7 files changed, 38 insertions(+), 76 deletions(-) rename src/CalcManager/{CalculatorHistory.Cpp => CalculatorHistory.cpp} (100%) delete mode 100644 src/Calculator/Themes/Type.xaml diff --git a/src/CalcManager/CalcManager.vcxproj b/src/CalcManager/CalcManager.vcxproj index 02e5f8a..3f41b48 100644 --- a/src/CalcManager/CalcManager.vcxproj +++ b/src/CalcManager/CalcManager.vcxproj @@ -288,7 +288,7 @@ - + diff --git a/src/CalcManager/CalcManager.vcxproj.filters b/src/CalcManager/CalcManager.vcxproj.filters index fd61b03..7c4ad53 100644 --- a/src/CalcManager/CalcManager.vcxproj.filters +++ b/src/CalcManager/CalcManager.vcxproj.filters @@ -1,10 +1,6 @@  - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tga;tiff;tif;png;wav;mfcribbon-ms - {957a8e3c-00c7-48bc-b63c-83b2140a8251} @@ -81,7 +77,7 @@ RatPack - + diff --git a/src/CalcManager/CalculatorHistory.Cpp b/src/CalcManager/CalculatorHistory.cpp similarity index 100% rename from src/CalcManager/CalculatorHistory.Cpp rename to src/CalcManager/CalculatorHistory.cpp diff --git a/src/CalcViewModel/CalcViewModel.vcxproj.filters b/src/CalcViewModel/CalcViewModel.vcxproj.filters index 5154242..d05aca0 100644 --- a/src/CalcViewModel/CalcViewModel.vcxproj.filters +++ b/src/CalcViewModel/CalcViewModel.vcxproj.filters @@ -1,10 +1,6 @@  - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tga;tiff;tif;png;wav;mfcribbon-ms - {1daab7c4-63f6-4266-a259-f34acad66d09} diff --git a/src/Calculator/Calculator.vcxproj.filters b/src/Calculator/Calculator.vcxproj.filters index c702af9..f17fe36 100644 --- a/src/Calculator/Calculator.vcxproj.filters +++ b/src/Calculator/Calculator.vcxproj.filters @@ -14,9 +14,6 @@ {5a666ef7-54fb-46cc-9588-5cbcfaed3465} - - {1cba827f-63eb-4cda-8bf0-eea60190725e} - {f9b88d9e-918b-49ac-869b-a1a380ec3201} diff --git a/src/Calculator/Themes/Type.xaml b/src/Calculator/Themes/Type.xaml deleted file mode 100644 index bb0d126..0000000 --- a/src/Calculator/Themes/Type.xaml +++ /dev/null @@ -1,53 +0,0 @@ - - - 12 - 15 - 15 - 20 - 24 - 34 - 46 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj.filters b/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj.filters index c468442..57ac4fe 100644 --- a/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj.filters +++ b/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj.filters @@ -17,7 +17,6 @@ - @@ -27,31 +26,50 @@ + + Mocks + - + + Mocks + - + - - - - - - - + + Assets + + + Assets + + + Assets + + + Assets + + + Assets + + + Assets + + + Assets + @@ -59,4 +77,12 @@ + + + {f2987b0a-9832-46fc-b818-d5347362b3d8} + + + {d3ec8922-022d-4531-8744-f65a872f3841} + + \ No newline at end of file