Refactor riferimenti CVCncLib --> EgwProxy.OsaiCncLib

This commit is contained in:
Samuele Locatelli
2022-05-19 11:29:17 +02:00
parent 566110d4e9
commit 4e99904920
9 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -199,8 +199,8 @@ EgwProxy.Icoel:build:staging:
- main
- master
before_script:
# - *nuget-fix
# - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'
- *nuget-fix
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'
- *version-fix
script:
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=$env:CONFIG /p:Platform="Any CPU" /p:OutputPath=bin/$env:CONFIG /verbosity:minimal /m'
+1 -1
View File
@@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "VersGen\VersGen.
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CncLib", "CncLib\CncLib.vbproj", "{2D769FFD-1122-4276-A115-29246E6D23C5}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CVCncLib", "CVCncLib\CVCncLib.vbproj", "{DC6B309E-F8E9-4BA2-A621-4F617C072533}"
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EgwProxy.OsaiCncLib", "EgwProxy.OsaiCncLib\EgwProxy.OsaiCncLib.vbproj", "{DC6B309E-F8E9-4BA2-A621-4F617C072533}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B52E3E86-1B82-4F4D-982C-0C8909CD2A28}"
ProjectSection(SolutionItems) = preProject
+1 -1
View File
@@ -1289,7 +1289,7 @@ namespace IOB_WIN_NEXT
case tipoAdapter.OSAI_OPEN:
case tipoAdapter.OSAI_CNDEX:
case tipoAdapter.OSAI_VB6:
// versione CVCncLib
// versione EgwProxy.OsaiCncLib
iobObj = new IobOSAI(this, IOBConf);
start.Enabled = true;
break;
+2 -2
View File
@@ -846,9 +846,9 @@
<Project>{2d769ffd-1122-4276-a115-29246e6d23c5}</Project>
<Name>CncLib</Name>
</ProjectReference>
<ProjectReference Include="..\CVCncLib\CVCncLib.vbproj">
<ProjectReference Include="..\EgwProxy.OsaiCncLib\EgwProxy.OsaiCncLib.vbproj">
<Project>{dc6b309e-f8e9-4ba2-a621-4f617c072533}</Project>
<Name>CVCncLib</Name>
<Name>EgwProxy.OsaiCncLib</Name>
</ProjectReference>
<ProjectReference Include="..\IOB-UT-NEXT\IOB-UT-NEXT.csproj">
<Project>{90512e12-29fc-460d-94cc-648c2a072dbd}</Project>
+1 -1
View File
@@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.Net;
using System.Net.NetworkInformation;
using CVCncLib;
using EgwProxy.OsaiCncLib;
namespace IOB_WIN_NEXT
{
+1 -1
View File
@@ -14,7 +14,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IOB-UT", "IOB-UT\IOB-UT.csp
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CncLib", "CncLib\CncLib.vbproj", "{2D769FFD-1122-4276-A115-29246E6D23C5}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CVCncLib", "CVCncLib\CVCncLib.vbproj", "{DC6B309E-F8E9-4BA2-A621-4F617C072533}"
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EgwProxy.OsaiCncLib", "EgwProxy.OsaiCncLib\EgwProxy.OsaiCncLib.vbproj", "{DC6B309E-F8E9-4BA2-A621-4F617C072533}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B52E3E86-1B82-4F4D-982C-0C8909CD2A28}"
ProjectSection(SolutionItems) = preProject
+1 -1
View File
@@ -1162,7 +1162,7 @@ namespace IOB_WIN
case tipoAdapter.OSAI_OPEN:
case tipoAdapter.OSAI_CNDEX:
case tipoAdapter.OSAI_VB6:
// versione CVCncLib
// versione EgwProxy.OsaiCncLib
iobObj = new IobOSAI(this, IOBConf);
start.Enabled = true;
break;
+2 -2
View File
@@ -605,9 +605,9 @@
<Project>{2d769ffd-1122-4276-a115-29246e6d23c5}</Project>
<Name>CncLib</Name>
</ProjectReference>
<ProjectReference Include="..\CVCncLib\CVCncLib.vbproj">
<ProjectReference Include="..\EgwProxy.OsaiCncLib\EgwProxy.OsaiCncLib.vbproj">
<Project>{dc6b309e-f8e9-4ba2-a621-4f617c072533}</Project>
<Name>CVCncLib</Name>
<Name>EgwProxy.OsaiCncLib</Name>
</ProjectReference>
<ProjectReference Include="..\IOB-UT\IOB-UT.csproj">
<Project>{90512e12-29fc-460d-94cc-648c2a072dbd}</Project>
+1 -1
View File
@@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.Net;
using System.Net.NetworkInformation;
using CVCncLib;
using EgwProxy.OsaiCncLib;
namespace IOB_WIN
{