Skip to content

Commit

Permalink
Upgrade Windows.Form #95
Browse files Browse the repository at this point in the history
- ModelDesigner.ImportExport dependence on Windows.Form is just a side effect.
- UT 👍
  • Loading branch information
mpostol committed Feb 11, 2020
1 parent 3f0f32f commit 0b63ea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
18 changes: 5 additions & 13 deletions ModelDesigner.ImportExport/ImportOPCDAAddressSpace.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
//<summary>
// Title : Import model from OPC DA address space.
// System : Microsoft Visual C# .NET 2008
// $LastChangedDate$
// $Rev$
// $LastChangedBy$
// $URL$
// $Id$
//___________________________________________________________________________________
//
// Copyright (C)2009, CAS LODZ POLAND.
// TEL: +48 (42) 686 25 47
// mailto://[email protected]
// http://www.cas.eu
//</summary>
// Copyright (C) 2020, Mariusz Postol LODZ POLAND.
//
// To be in touch join the community at GITTER: https://gitter.im/mpostol/OPC-UA-OOI
//___________________________________________________________________________________

using CAS.Lib.OPC.AddressSpace;
using CAS.UA.Model.Designer.ImportExport.Properties;
Expand Down
9 changes: 0 additions & 9 deletions ModelDesigner.ImportExport/ModelDesigner.ImportExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,21 @@
</Reference>
<Reference Include="CAS.CommServer.DA.Client.Operations, Version=2.0.18.39654, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CommServer.DA.Client.2.00.18\lib\net451\CAS.CommServer.DA.Client.Operations.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CAS.CommServer.DA.Client.Services, Version=2.0.18.39653, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CommServer.DA.Client.2.00.18\lib\net451\CAS.CommServer.DA.Client.Services.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CAS.CommServer.DA.Viewer.AddressSpace, Version=3.11.17.41002, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CommServer.DA.Viewer.3.11.17\lib\net451\CAS.CommServer.DA.Viewer.AddressSpace.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CAS.CommServer.DA.Viewer.FormControls, Version=3.11.17.41003, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CommServer.DA.Viewer.3.11.17\lib\net451\CAS.CommServer.DA.Viewer.FormControls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CAS.CommServer.DAClientConfiguration, Version=5.1.6.25005, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CommServer.DAClientConfiguration.5.01.06\lib\net451\CAS.CommServer.DAClientConfiguration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CAS.CommServer.DeviceSimulator, Version=5.1.6.25004, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CommServer.DeviceSimulator.5.01.06\lib\net451\CAS.CommServer.DeviceSimulator.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CAS.CommServer.OPCClassicSDK.COMWrapper, Version=2.1.1063.26814, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CommServer.OPCClassic.SDK.COMWrapper.2.01.1063\lib\net451\CAS.CommServer.OPCClassicSDK.COMWrapper.dll</HintPath>
Expand Down Expand Up @@ -99,15 +93,12 @@
</Reference>
<Reference Include="CAS.RealTime, Version=5.0.6.23644, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.RealTime.5.0.6\lib\net451\CAS.RealTime.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CAS.RealTime.Core, Version=5.0.6.23643, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.RealTime.5.0.6\lib\net451\CAS.RealTime.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CAS.Windows.Forms, Version=6.1.2.24319, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.Windows.Forms.6.1.2\lib\net451\CAS.Windows.Forms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System" />
Expand Down

0 comments on commit 0b63ea4

Please sign in to comment.