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
This commit is contained in:
Matt Cooley
2019-02-04 11:52:28 -08:00
committed by GitHub
parent 4cadfb204d
commit 177a606012
7 changed files with 38 additions and 76 deletions

View File

@@ -288,7 +288,7 @@
<ClInclude Include="UnitConverter.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="CalculatorHistory.Cpp" />
<ClCompile Include="CalculatorHistory.cpp" />
<ClCompile Include="CalculatorManager.cpp" />
<ClCompile Include="CEngine\calc.cpp" />
<ClCompile Include="CEngine\CalcUtils.cpp" />