Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion TcOpen.build.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,26 @@
"src\\TcoDrivesBeckhoff\\src\\XaeTcoDrivesBeckhoff\\XaeTcoDrivesBeckhoff.tsproj",
"src\\TcoDrivesBeckhoff\\tests\\TcoDrivesBeckhoffTestsConnector\\TcoDrivesBeckhoffTestsConnector.csproj",
"src\\TcoDrivesBeckhoff\\tests\\TcoDrivesBeckhoffUnitTests\\TcoDrivesBeckhoffUnitTests.csproj",
"src\\TcoElements\\src\\TcoElementsConnector\\TcoElementsConnector.csproj",
"src\\TcoElements\\src\\Wpf\\TcoElements.Wpf\\TcoElements.Wpf.csproj",
"src\\TcoElements\\src\\XAE\\XAE\\XAETcoElements.tsproj",
"src\\TcoElements\\tests\\PlcUnitTests\\TcoElementsUnitTests.csproj",
"src\\TcoElements\\tests\\Sandbox.TcoElements.Wpf\\Sandbox.TcoElements.Wpf.csproj",
"src\\TcoElements\\tests\\TcoElementsTestsConnector\\TcoElementsTestsConnector.csproj",
"src\\TcoIoBeckhoff\\src\\TcoIoBeckhoff.Wpf\\TcoIoBeckhoff.Wpf.csproj",
"src\\TcoIoBeckhoff\\src\\TcoIoBeckhoffConnector\\TcoIoBeckhoffConnector.csproj",
"src\\TcoIoBeckhoff\\src\\XaeTcoIoBeckhoff\\XaeTcoIoBeckhoff.tsproj",
"src\\TcoPneumatics\\src\\TcoPneumatics.Wpf\\TcoPneumatics.Wpf.csproj",
"src\\TcoPneumatics\\src\\TcoPneumaticsConnector\\TcoPneumaticsConnector.csproj",
"src\\TcoPneumatics\\src\\XaeTcoPneumatics\\XaeTcoPneumatics.tsproj",
"src\\TcoPneumatics\\tests\\TcoPneumaticsTestsConnector\\TcoPneumaticsTestsConnector.csproj",
"src\\TcoPneumatics\\tests\\TcoPneumaticsTests_nUnit\\TcoPneumaticsTests_nUnit.csproj"
"src\\TcoPneumatics\\tests\\TcoPneumaticsTests_nUnit\\TcoPneumaticsTests_nUnit.csproj",
"src\\librarytemplate\\src\\PlcTemplateConnector\\PlcTemplateConnector.csproj",
"src\\librarytemplate\\src\\Wpf\\PlcTemplate.Wpf\\PlcTemplate.Wpf.csproj",
"src\\librarytemplate\\src\\XAE\\XAE\\XAEPlcTemplate.tsproj",
"src\\librarytemplate\\tests\\PlcTemplateTestsConnector\\PlcTemplateTestsConnector.csproj",
"src\\librarytemplate\\tests\\PlcUnitTests\\PlcTemplateUnitTests.csproj",
"src\\librarytemplate\\tests\\Sandbox.PlcTemplate.Wpf\\Sandbox.PlcTemplate.Wpf.csproj"
]
}
}
5 changes: 4 additions & 1 deletion TcOpen.plc.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
"path": "TcOpen.sln",
"projects": [
"src\\Tc.Prober\\tests\\TcProber\\TcProber.tsproj",
"src\\TcoApplicationExamples\\XaeAppExamples\\XaeAppExamples.tsproj",
"src\\TcoCore\\src\\XaeTcoCore\\XaeTcoCore.tsproj",
"src\\TcoDrivesBeckhoff\\src\\XaeTcoDrivesBeckhoff\\XaeTcoDrivesBeckhoff.tsproj",
"src\\TcoElements\\src\\XAE\\XAE\\XAETcoElements.tsproj",
"src\\TcoIoBeckhoff\\src\\XaeTcoIoBeckhoff\\XaeTcoIoBeckhoff.tsproj",
"src\\TcoPneumatics\\src\\XaeTcoPneumatics\\XaeTcoPneumatics.tsproj"
"src\\TcoPneumatics\\src\\XaeTcoPneumatics\\XaeTcoPneumatics.tsproj",
"src\\librarytemplate\\src\\XAE\\XAE\\XAEPlcTemplate.tsproj"
]
}
}
5 changes: 4 additions & 1 deletion pipelines/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ task BuildWithInxtonBuilder -depends OpenVisualStudio {
"src\TcoDrivesBeckhoff\TcoDrivesBeckhoff.slnf",
"src\TcoIoBeckhoff\TcoIoBeckhoff.slnf",
"src\TcoPneumatics\TcoPneumatics.slnf"
"src\TcoApplicationExamples\TcoApplicationExamples.slnf"
"src\TcoElements\TcoElements.slnf",
"src\TcoApplicationExamples\TcoApplicationExamples.slnf",
"src\librarytemplate\PlcTemplate.slnf"
)

foreach($project in $projects)
Expand Down Expand Up @@ -164,6 +166,7 @@ task Tests -depends CloseVs -precondition { return $isTestingEnabled } {
$testProjects = @(
[System.Tuple]::Create(".\src\TcoCore\TcoCore.slnf", "\src\TcoCore\src\XaeTcoCore\", -1, "TcoCore"),
# [System.Tuple]::Create(".\src\TcoDrivesBeckhoff\TcoDrivesBeckhoff.slnf", "\src\TcoDrivesBeckhoff\src\XaeTcoDrivesBeckhoff\", -1, "TcoDrivesBeckhoff"),
[System.Tuple]::Create(".\src\TcoElements\TcoElements.slnf", ".\src\TcoElements\src\XAE\XAE\", -1, "TcoElements"),
[System.Tuple]::Create(".\src\TcoIoBeckhoff\TcoIoBeckhoff.slnf", "\src\TcoIoBeckhoff\src\XaeTcoIoBeckhoff\", -1, "TcoIoBeckhoff"),
[System.Tuple]::Create(".\src\TcoPneumatics\TcoPneumatics.slnf", "src\TcoPneumatics\src\XaeTcoPneumatics\", -1, "TcoPneumatics")
)
Expand Down
2 changes: 1 addition & 1 deletion src/Tc.Prober/src/Tc.Prober/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[assembly:InternalsVisibleTo("Tc.ProberTest")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
[assembly: AssemblyInformationalVersion("0.4.1-initial-dev.375+Branch.initial-dev.Sha.70df6b177f3b27b9fcedd3aa9c169ecdc6bd2d56")]
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]

[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
[assembly: AssemblyInformationalVersion("0.4.1-initial-dev.375+Branch.initial-dev.Sha.70df6b177f3b27b9fcedd3aa9c169ecdc6bd2d56")]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>PlcTcProberTests</Title>
<ProjectVersion>0.4.1.363</ProjectVersion>
<ProjectVersion>0.4.1.375</ProjectVersion>
<DefaultNamespace>PlcTcProberTests</DefaultNamespace>
<Placeholder>PlcTcProberTests</Placeholder>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
[assembly: AssemblyInformationalVersion("0.4.1-initial-dev.375+Branch.initial-dev.Sha.70df6b177f3b27b9fcedd3aa9c169ecdc6bd2d56")]

Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Declaration><![CDATA[FUNCTION_BLOCK ST_01_Components EXTENDS TcoCore.TcoObject
VAR

_horizontal : TcoPneumatics.fbCylinder(THIS^);
_vertical : TcoPneumatics.fbCylinder(THIS^);
_gripper : TcoPneumatics.fbCylinder(THIS^);
_horizontal : TcoPneumatics.Cylinder(THIS^);
_vertical : TcoPneumatics.Cylinder(THIS^);
_gripper : TcoPneumatics.Cylinder(THIS^);
END_VAR]]></Declaration>
<Implementation>
<ST><![CDATA[_horizontal(inAtHomePos:= ST_01_IO.INs[0], inAtWorkPos:= ST_01_IO.INs[1], outToHomePos=> ST_01_IO.OUTs[0], outToWorkPos=> ST_01_IO.OUTs[1]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<POU Name="InvokingTasks" Id="{12cfae65-b95f-0775-1a26-802c03070a44}" SpecialFunc="None">
<Declaration><![CDATA[FUNCTION_BLOCK InvokingTasks EXTENDS TcoCore.TcoContext
VAR
Cylinder : TcoPneumatics.fbCylinder(THIS^);
Cylinder : TcoPneumatics.Cylinder(THIS^);

TriggerHome : BOOL;
TriggerWork : BOOL;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>PlcAppExamples</Title>
<ProjectVersion>0.4.1.363</ProjectVersion>
<ProjectVersion>0.4.1.375</ProjectVersion>
<DefaultNamespace>PlcAppExamples</DefaultNamespace>
<Placeholder>PlcAppExamples</Placeholder>
</PropertyGroup>
Expand Down Expand Up @@ -172,20 +172,20 @@
<Namespace>Tc3_Module</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoCore">
<DefaultResolution>TcoCore, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoCore, 0.4.1.375 (Vortex.Library)</DefaultResolution>
<Namespace>TcoCore</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoPneumatics">
<DefaultResolution>TcoPneumatics, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoPneumatics, 0.4.1.375 (Vortex.Library)</DefaultResolution>
<Namespace>TcoPneumatics</Namespace>
</PlaceholderReference>
</ItemGroup>
<ItemGroup>
<PlaceholderResolution Include="TcoCore">
<Resolution>TcoCore, 0.4.1.363 (Vortex.Library)</Resolution>
<Resolution>TcoCore, 0.4.1.375 (Vortex.Library)</Resolution>
</PlaceholderResolution>
<PlaceholderResolution Include="TcoPneumatics">
<Resolution>TcoPneumatics, 0.4.1.363 (Vortex.Library)</Resolution>
<Resolution>TcoPneumatics, 0.4.1.375 (Vortex.Library)</Resolution>
</PlaceholderResolution>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ArrayInfo>
</DataType>
</DataTypes>
<Project ProjectGUID="{CBB44910-D138-4D2E-8A51-F7350E5E822D}" TargetNetId="172.20.10.2.1.1" Target64Bit="true" ShowHideConfigurations="#x106">
<Project ProjectGUID="{CBB44910-D138-4D2E-8A51-F7350E5E822D}" TargetNetId="172.20.10.2.1.1" ShowHideConfigurations="#x106">
<System>
<Tasks>
<Task Id="3" Priority="20" CycleTime="100000" AmsPort="350" AdtTasks="true">
Expand All @@ -20,7 +20,7 @@
</Tasks>
</System>
<Plc>
<Project GUID="{B8CE161A-872B-4092-B0F7-49898E4206A5}" Name="PlcAppExamples" PrjFilePath="PlcAppExamples\PlcAppExamples.plcproj" TmcFilePath="PlcAppExamples\PlcAppExamples.tmc" ReloadTmc="true" AmsPort="851" FileArchiveSettings="#x000e" SymbolicMapping="true">
<Project Disabled="true" GUID="{B8CE161A-872B-4092-B0F7-49898E4206A5}" Name="PlcAppExamples" PrjFilePath="PlcAppExamples\PlcAppExamples.plcproj" TmcFilePath="PlcAppExamples\PlcAppExamples.tmc" ReloadTmc="true" AmsPort="851" FileArchiveSettings="#x000e" SymbolicMapping="true">
<Instance Id="#x08502000" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="2" TmcPath="PlcAppExamples\PlcAppExamples.tmc">
<Name>PlcAppExamples Instance</Name>
<CLSID ClassFactory="TcPlc30">{08500001-0000-0000-F000-000000000064}</CLSID>
Expand Down
2 changes: 1 addition & 1 deletion src/TcoCore/src/TcoCore.Wpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
[assembly:Vortex.Presentation.Wpf.RenderableAssembly()]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
[assembly: AssemblyInformationalVersion("0.4.1-initial-dev.375+Branch.initial-dev.Sha.70df6b177f3b27b9fcedd3aa9c169ecdc6bd2d56")]


Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
[assembly: AssemblyInformationalVersion("0.4.1-initial-dev.375+Branch.initial-dev.Sha.70df6b177f3b27b9fcedd3aa9c169ecdc6bd2d56")]



Expand Down
2 changes: 1 addition & 1 deletion src/TcoCore/src/XaeTcoCore/TcoCore/TcoCore.plcproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>TcoCore</Title>
<ProjectVersion>0.4.1.363</ProjectVersion>
<ProjectVersion>0.4.1.375</ProjectVersion>
<DefaultNamespace>TcoCore</DefaultNamespace>
<Placeholder>TcoCore</Placeholder>
<Author>Inxton</Author>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<DefaultNamespace>TcoCoreExamples</DefaultNamespace>
<Placeholder>TcoCoreExamples</Placeholder>
<Author>Inxton</Author>
<ProjectVersion>0.4.1.363</ProjectVersion>
<ProjectVersion>0.4.1.375</ProjectVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Examples\Components\fbPiston.TcPOU">
Expand Down Expand Up @@ -135,7 +135,7 @@
<Namespace>Tc3_Module</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoCore">
<DefaultResolution>TcoCore, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoCore, 0.4.1.375 (Vortex.Library)</DefaultResolution>
<Namespace>TcoCore</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoPneumatics">
Expand All @@ -150,7 +150,7 @@
</ItemGroup>
<ItemGroup>
<PlaceholderResolution Include="TcoCore">
<Resolution>TcoCore, 0.4.1.363 (Vortex.Library)</Resolution>
<Resolution>TcoCore, 0.4.1.375 (Vortex.Library)</Resolution>
</PlaceholderResolution>
</ItemGroup>
<ProjectExtensions>
Expand Down
6 changes: 3 additions & 3 deletions src/TcoCore/src/XaeTcoCore/TcoCoreTests/TcoCoreTests.plcproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>TcoCoreTests</Title>
<ProjectVersion>0.4.1.363</ProjectVersion>
<ProjectVersion>0.4.1.375</ProjectVersion>
<DefaultNamespace>TcoCoreTests</DefaultNamespace>
<Placeholder>TcoCoreTests</Placeholder>
<CombineIds>true</CombineIds>
Expand Down Expand Up @@ -113,7 +113,7 @@
<Namespace>Tc3_Module</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoCore">
<DefaultResolution>TcoCore, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoCore, 0.4.1.375 (Vortex.Library)</DefaultResolution>
<Namespace>TcoCore</Namespace>
</PlaceholderReference>
</ItemGroup>
Expand All @@ -124,7 +124,7 @@
</ItemGroup>
<ItemGroup>
<PlaceholderResolution Include="TcoCore">
<Resolution>TcoCore, 0.4.1.363 (Vortex.Library)</Resolution>
<Resolution>TcoCore, 0.4.1.375 (Vortex.Library)</Resolution>
</PlaceholderResolution>
</ItemGroup>
<ProjectExtensions>
Expand Down
2 changes: 1 addition & 1 deletion src/TcoCore/tests/TcoCore.Sandbox.Wpf/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
[assembly: AssemblyInformationalVersion("0.4.1-initial-dev.375+Branch.initial-dev.Sha.70df6b177f3b27b9fcedd3aa9c169ecdc6bd2d56")]

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
[assembly: AssemblyInformationalVersion("0.4.1-initial-dev.375+Branch.initial-dev.Sha.70df6b177f3b27b9fcedd3aa9c169ecdc6bd2d56")]

Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
[assembly: AssemblyInformationalVersion("0.4.1-initial-dev.375+Branch.initial-dev.Sha.70df6b177f3b27b9fcedd3aa9c169ecdc6bd2d56")]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Released>false</Released>
<Company>Vortex.Library</Company>
<Title>TcoDrivesBeckhoff</Title>
<ProjectVersion>0.4.1.363</ProjectVersion>
<ProjectVersion>0.4.1.375</ProjectVersion>
<DefaultNamespace>TcoDrivesBeckhoff</DefaultNamespace>
<Placeholder>TcoDrivesBeckhoff</Placeholder>
<CombineIds>true</CombineIds>
Expand Down Expand Up @@ -147,7 +147,7 @@
<Namespace>Tc3_Module</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoCore">
<DefaultResolution>TcoCore, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoCore, 0.4.1.375 (Vortex.Library)</DefaultResolution>
<Namespace>TcoCore</Namespace>
</PlaceholderReference>
</ItemGroup>
Expand All @@ -158,7 +158,7 @@
</ItemGroup>
<ItemGroup>
<PlaceholderResolution Include="TcoCore">
<Resolution>TcoCore, 0.4.1.363 (Vortex.Library)</Resolution>
<Resolution>TcoCore, 0.4.1.375 (Vortex.Library)</Resolution>
</PlaceholderResolution>
</ItemGroup>
<ProjectExtensions>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<FileVersion>1.0.0.0</FileVersion>
Expand All @@ -17,8 +18,8 @@
<LibraryReferences>{5cd433f6-beb7-4a86-9239-7f940c20dd16}</LibraryReferences>
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>Vortex.Library</Title>
<ProjectVersion>0.0.0.1</ProjectVersion>
<Title>TcoDrivesBeckhoffTests</Title>
<ProjectVersion>0.4.1.375</ProjectVersion>
<DefaultNamespace>TcoDrivesBeckhoffTests</DefaultNamespace>
<Placeholder>TcoDrivesBeckhoffTests</Placeholder>
<Author>TcOpenGroup</Author>
Expand Down Expand Up @@ -63,20 +64,20 @@
<Namespace>Tc3_Module</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoCore">
<DefaultResolution>TcoCore, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoCore, 0.4.1.375 (Vortex.Library)</DefaultResolution>
<Namespace>TcoCore</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoDrivesBeckhoff">
<DefaultResolution>TcoDrivesBeckhoff, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoDrivesBeckhoff, 0.4.1.375 (Vortex.Library)</DefaultResolution>
<Namespace>TcoDrivesBeckhoff</Namespace>
</PlaceholderReference>
</ItemGroup>
<ItemGroup>
<PlaceholderResolution Include="TcoCore">
<Resolution>TcoCore, 0.4.1.363 (Vortex.Library)</Resolution>
<Resolution>TcoCore, 0.4.1.375 (Vortex.Library)</Resolution>
</PlaceholderResolution>
<PlaceholderResolution Include="TcoDrivesBeckhoff">
<Resolution>TcoDrivesBeckhoff, 0.4.1.363 (Vortex.Library)</Resolution>
<Resolution>TcoDrivesBeckhoff, 0.4.1.375 (Vortex.Library)</Resolution>
</PlaceholderResolution>
</ItemGroup>
<ItemGroup>
Expand Down
Loading