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:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user