Enable implicit usings in test project (#266)
* use global usings * cleanup usings
This commit is contained in:
@@ -23,10 +23,18 @@
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
|
||||
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
|
||||
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
|
||||
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Using Include="Common.Logging" />
|
||||
<Using Include="Common.Logging.ILog" Alias="ILog" />
|
||||
<Using Include="Common.Logging.LogManager" Alias="LogManager" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DebugType>Full</DebugType>
|
||||
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
|
||||
|
||||
Reference in New Issue
Block a user