File tree Expand file tree Collapse file tree 5 files changed +2
-9
lines changed
Expand file tree Collapse file tree 5 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 22using Smellyriver . TankInspector . UIComponents ;
33using Smellyriver . Wpf . Interop ;
44using System ;
5- using System . Diagnostics ;
6- using System . Reflection ;
7- using System . Timers ;
85using System . Windows ;
96using System . Windows . Controls ;
107using System . Windows . Input ;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11using System . Diagnostics ;
22using System . Windows ;
33using System . Windows . Controls ;
4- using System . Windows . Documents ;
54using System . Windows . Input ;
6- using System . Windows . Navigation ;
75
86namespace Smellyriver . TankInspector . UIComponents
97{
Original file line number Diff line number Diff line change 11using System . Collections . ObjectModel ;
2- using System . Globalization ;
32using System . Reflection ;
43
54namespace Smellyriver . TankInspector . UIComponents
Original file line number Diff line number Diff line change 44using System . Collections . ObjectModel ;
55using Smellyriver . Utilities ;
66using Smellyriver . TankInspector . Modeling ;
7- using System . Globalization ;
87
98namespace Smellyriver . TankInspector . UIComponents
109{
You can’t perform that action at this time.
0 commit comments