Skip to content

Commit 296a9e3

Browse files
committed
enforce code styles
1 parent f390c84 commit 296a9e3

File tree

5 files changed

+2
-9
lines changed

5 files changed

+2
-9
lines changed

TankInspector/MainWindow.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
using Smellyriver.TankInspector.UIComponents;
33
using Smellyriver.Wpf.Interop;
44
using System;
5-
using System.Diagnostics;
6-
using System.Reflection;
7-
using System.Timers;
85
using System.Windows;
96
using System.Windows.Controls;
107
using System.Windows.Input;

TankInspector/TankInspector.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<DebugType>pdbonly</DebugType>
5555
<Optimize>true</Optimize>
5656
<OutputPath>..\bin\Release\</OutputPath>
57-
<DefineConstants>TRACE;NOLOGIN</DefineConstants>
57+
<DefineConstants>TRACE</DefineConstants>
5858
<ErrorReport>prompt</ErrorReport>
5959
<WarningLevel>4</WarningLevel>
6060
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6161
<UseVSHostingProcess>true</UseVSHostingProcess>
62-
<LangVersion>5</LangVersion>
62+
<LangVersion>7</LangVersion>
6363
</PropertyGroup>
6464
<PropertyGroup>
6565
<StartupObject>Smellyriver.TankInspector.App</StartupObject>

TankInspector/UIComponents/CreditsView.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
using System.Diagnostics;
22
using System.Windows;
33
using System.Windows.Controls;
4-
using System.Windows.Documents;
54
using System.Windows.Input;
6-
using System.Windows.Navigation;
75

86
namespace Smellyriver.TankInspector.UIComponents
97
{

TankInspector/UIComponents/CreditsViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Collections.ObjectModel;
2-
using System.Globalization;
32
using System.Reflection;
43

54
namespace Smellyriver.TankInspector.UIComponents

TankInspector/UIComponents/DetailedDataViewModel.DataGroups.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Collections.ObjectModel;
55
using Smellyriver.Utilities;
66
using Smellyriver.TankInspector.Modeling;
7-
using System.Globalization;
87

98
namespace Smellyriver.TankInspector.UIComponents
109
{

0 commit comments

Comments
 (0)