- Added QRValidation vision control system - Includes CapCleaningControl UI components - WebSocket-based barcode validation system - Support for Crevis PLC integration - Test projects for PLC emulator, motion, IO panel, and Modbus 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
304 lines
13 KiB
XML
304 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{65F3E762-800C-499E-862F-A535642EC59F}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>Project</RootNamespace>
|
|
<AssemblyName>CrevisQRCode</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<PublishUrl>게시\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<NoWin32Manifest>False</NoWin32Manifest>
|
|
<SignAssembly>False</SignAssembly>
|
|
<DelaySign>False</DelaySign>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
<NoStdLib>False</NoStdLib>
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>Full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>..\..\..\..\..\amkor\ReelSorter\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\..\ManualMapEditor\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>icons8_iris_scan_80_XQd_icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateManifests>false</GenerateManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\..\..\..\CrevisQRCode%28L%29\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;V2,EMGU</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<StartAction>Project</StartAction>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
|
<BaseAddress>4194304</BaseAddress>
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ArLog.Net4">
|
|
<HintPath>..\DLL\ArLog.Net4.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ArSetting.Net4, Version=19.7.3.2330, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\DLL\ArSetting.Net4.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ChilkatDotNet4">
|
|
<HintPath>..\DLL\ChilkatDotNet4.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Crevis.VirtualFG40Library, Version=4.4.6820.30340, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\DLL\Crevis\x86\Crevis.VirtualFG40Library.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Emgu.CV.DebuggerVisualizers.VS2017, Version=3.2.0.2682, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\DLL\Emgu\Emgu.CV.DebuggerVisualizers.VS2017.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Emgu.CV.UI, Version=3.2.0.2682, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\DLL\Emgu\Emgu.CV.UI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Emgu.CV.World, Version=3.2.0.2682, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\DLL\Emgu\Emgu.CV.World.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Open_eVision_NetApi_2_11, Version=2.11.1.12832, Culture=neutral, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files (x86)\Euresys\Open eVision 2.11\Bin32\Open_eVision_NetApi_2_11.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SoftekBarcodeNet">
|
|
<HintPath>..\DLL\SoftekBarcodeNet.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WatsonWebsocket">
|
|
<HintPath>..\DLL\WatsonWebsocket.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Class\CAmkorSTDBarcode.cs" />
|
|
<Compile Include="Class\CInterLock.cs" />
|
|
<Compile Include="Class\Flag.cs" />
|
|
<Compile Include="Class\Win32API.cs" />
|
|
<Compile Include="Dialog\fTeach.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\fTeach.Designer.cs">
|
|
<DependentUpon>fTeach.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Don%27t change it\Dialog\fLog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Don%27t change it\Dialog\fLog.Designer.cs">
|
|
<DependentUpon>fLog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Don%27t change it\Dialog\fErrorException.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Don%27t change it\Dialog\fErrorException.Designer.cs">
|
|
<DependentUpon>fErrorException.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="fMain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="fMain.Designer.cs">
|
|
<DependentUpon>fMain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Setting\fSetting.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Setting\fSetting.Designer.cs">
|
|
<DependentUpon>fSetting.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Pub.cs" />
|
|
<Compile Include="Setting\CSetting.cs" />
|
|
<Compile Include="StateMachine\EnumStruct.cs" />
|
|
<Compile Include="StateMachine\EventArgs.cs" />
|
|
<Compile Include="StateMachine\_Socket.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Util_Vision.cs" />
|
|
<Compile Include="StateMachine\_Close.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="StateMachine\_TMDisplay.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="StateMachine\DisplayTextHandler.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Util.cs" />
|
|
<Compile Include="StateMachine\_Crevis.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<EmbeddedResource Include="Dialog\fTeach.resx">
|
|
<DependentUpon>fTeach.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Don%27t change it\Dialog\fLog.resx">
|
|
<DependentUpon>fLog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Don%27t change it\Dialog\fErrorException.resx">
|
|
<DependentUpon>fErrorException.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="fMain.resx">
|
|
<DependentUpon>fMain.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Setting\fSetting.resx">
|
|
<DependentUpon>fSetting.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4%28x86 및 x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CapCleaningControl\UIControl.csproj">
|
|
<Project>{9264cd2e-7cf8-4237-a69f-dcda984e0613}</Project>
|
|
<Name>UIControl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Sub\arCtl\arControl.csproj">
|
|
<Project>{f31c242c-1b15-4518-9733-48558499fe4b}</Project>
|
|
<Name>arControl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Sub\arFrameControl\arFrameControl.csproj">
|
|
<Project>{a16c9667-5241-4313-888e-548375f85d29}</Project>
|
|
<Name>arFrameControl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Sub\arImageViewer.EVision\arImageViewer.EVision_v22.csproj">
|
|
<Project>{c42cd2f4-5adb-4728-b654-ad9c2e1b22e7}</Project>
|
|
<Name>arImageViewer.EVision_v22</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Sub\arMCFrame\MemoryMapCore\MemoryMapCore.csproj">
|
|
<Project>{140af52a-5986-4413-bf02-8ea55a61891b}</Project>
|
|
<Name>MemoryMapCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Sub\CommUtil\arCommUtil.csproj">
|
|
<Project>{14e8c9a5-013e-49ba-b435-ffffff7dd623}</Project>
|
|
<Name>arCommUtil</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="icons8_iris_scan_80_XQd_icon.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |