mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
code cleanup
This commit is contained in:
parent
caba2ec50d
commit
1a2139f979
5 changed files with 3 additions and 5 deletions
|
@ -170,7 +170,7 @@
|
|||
<Compile Include="Views\GraphingCalculator\EquationStylePanelControl.xaml.cs">
|
||||
<DependentUpon>EquationStylePanelControl.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Views\GraphingCalculator\KeyGraphFeaturesTemplateSelector.cs" />
|
||||
<Compile Include="Selectors\KeyGraphFeaturesTemplateSelector.cs" />
|
||||
<Compile Include="Utils\DelegateCommandUtils.cs" />
|
||||
<Compile Include="Views\Calculator.xaml.cs">
|
||||
<DependentUpon>Calculator.xaml</DependentUpon>
|
||||
|
@ -236,7 +236,7 @@
|
|||
<DependentUpon>Settings.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Views\StateTriggers\AspectRatioTrigger.cs" />
|
||||
<Compile Include="Views\StateTriggers\CalculatorProgrammerDisplayPanel.xaml.cs">
|
||||
<Compile Include="Views\CalculatorProgrammerDisplayPanel.xaml.cs">
|
||||
<DependentUpon>CalculatorProgrammerDisplayPanel.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Views\StateTriggers\ControlSizeTrigger.cs" />
|
||||
|
@ -774,7 +774,7 @@
|
|||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Views\StateTriggers\CalculatorProgrammerDisplayPanel.xaml">
|
||||
<Page Include="Views\CalculatorProgrammerDisplayPanel.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
|
|
|
@ -5,10 +5,8 @@ using CalculatorApp.ViewModel.Common;
|
|||
using CalculatorApp.ViewModel.Common.Automation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.ComponentModel;
|
||||
using Windows.Foundation;
|
||||
using Windows.Foundation.Collections;
|
||||
using Windows.Graphics.Display;
|
||||
using Windows.Storage;
|
||||
using Windows.UI.Core;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue