Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a344126f authored by Michael KRISPER's avatar Michael KRISPER
Browse files

[VectoCommon] Cleaned up usings

parent f4de3593
Branches
Tags
No related merge requests found
Showing
with 14 additions and 40 deletions
using System;
using System.Text.RegularExpressions;
using TUGraz.VectoCommon.Utils;
using TUGraz.VectoCommon.Utils;
namespace TUGraz.VectoCommon.BusAuxiliaries {
public enum BusHVACSystemConfiguration
......
using System;
namespace TUGraz.VectoCommon.BusAuxiliaries {
namespace TUGraz.VectoCommon.BusAuxiliaries {
public enum FloorType
{
Unknown = 0,
......
......@@ -10,9 +10,7 @@
// See the LICENSE.txt for the specific language governing permissions and limitations.
using System;
using TUGraz.VectoCommon.Models;
using TUGraz.VectoCore.Models.BusAuxiliaries;
namespace TUGraz.VectoCommon.BusAuxiliaries
{
......
......@@ -9,11 +9,7 @@
//
// See the LICENSE.txt for the specific language governing permissions and limitations.
using System.Xml.Linq;
using Newtonsoft.Json;
using TUGraz.VectoCommon.InputData;
using TUGraz.VectoCommon.Utils;
using TUGraz.VectoCore.Models.BusAuxiliaries;
namespace TUGraz.VectoCommon.BusAuxiliaries {
public interface IAuxiliaryConfig
......
using System.Collections.Generic;
using TUGraz.VectoCommon.Utils;
using TUGraz.VectoCommon.Utils;
namespace TUGraz.VectoCommon.BusAuxiliaries
{
......
using System.Collections.Generic;
using TUGraz.VectoCommon.Utils;
using TUGraz.VectoCore.Models.BusAuxiliaries.DownstreamModules.Impl.Pneumatics;
using TUGraz.VectoCommon.Utils;
namespace TUGraz.VectoCommon.BusAuxiliaries
{
......
using System;
using System.Collections.Generic;
using System.ComponentModel;
using TUGraz.VectoCommon.Utils;
......
using System.Collections.Generic;
namespace TUGraz.VectoCommon.BusAuxiliaries
namespace TUGraz.VectoCommon.BusAuxiliaries
{
public interface ISSMTechnologyBenefits
{
......
......@@ -31,7 +31,6 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Xml;
using TUGraz.VectoCommon.BusAuxiliaries;
......
......@@ -29,7 +29,6 @@
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/
using System.Collections;
using System.Collections.Generic;
using System.Xml.Linq;
using TUGraz.VectoCommon.Models;
......
......@@ -3,7 +3,6 @@ using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Security.Cryptography;
namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
{
......
......@@ -30,7 +30,6 @@
*/
using System.Diagnostics;
using System.Dynamic;
using System.Linq;
using TUGraz.VectoCommon.Utils;
using TUGraz.VectoCore.Models.SimulationComponent.Impl;
......
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;
using TUGraz.VectoCommon.Utils;
namespace TUGraz.VectoCommon.Models
......
......@@ -37,7 +37,6 @@ using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Newtonsoft.Json;
using System.Runtime.CompilerServices;
using TUGraz.VectoCommon.Exceptions;
// ReSharper disable ClassNeverInstantiated.Global
......
......@@ -30,7 +30,6 @@
*/
using System;
using System.CodeDom;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
......
......@@ -12,14 +12,6 @@
<TargetFramework />
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\VectoCommon\VectoCommon.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\XSLT\SortInputData.xslt" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<Reference Include="System.Security" />
</ItemGroup>
......@@ -36,4 +28,12 @@
<Version>6.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VectoCommon\VectoCommon.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\XSLT\SortInputData.xslt" />
</ItemGroup>
</Project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment