This commit is contained in:
ChiKyun Kim
2025-09-09 08:25:50 +09:00
parent 9a7d1d27c7
commit adb66451ca
79 changed files with 4195 additions and 2213 deletions

View File

@@ -69,7 +69,7 @@
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\..\..\..\Amkor\STDLabelAttach%28ATV%29\</OutputPath>
<OutputPath>..\..\..\..\..\amkor\STDLabelAttach%28ATV%29\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
@@ -106,19 +106,12 @@
<ItemGroup>
<Reference Include="arCommUtil, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\arCommUtil.dll</HintPath>
<HintPath>..\..\..\..\(5650#) K5, Mold Thickness Measurement Machine for DSmBGA\Source\Handler\DLL\arCommUtil.dll</HintPath>
</Reference>
<Reference Include="arControl.Net4, Version=18.7.27.1500, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\arControl.Net4.dll</HintPath>
</Reference>
<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="ChilkatDotNet47, Version=9.5.0.77, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd, processorArchitecture=AMD64">
<HintPath>..\packages\chilkat-x64.9.5.0.77\lib\net47\ChilkatDotNet47.dll</HintPath>
</Reference>
@@ -294,6 +287,12 @@
<Compile Include="Dialog\fHistory.Designer.cs">
<DependentUpon>fHistory.cs</DependentUpon>
</Compile>
<Compile Include="Dialog\fSelectSIDInformation.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog\fSelectSIDInformation.Designer.cs">
<DependentUpon>fSelectSIDInformation.cs</DependentUpon>
</Compile>
<Compile Include="Dialog\fLoaderInfo.cs">
<SubType>Form</SubType>
</Compile>
@@ -533,6 +532,12 @@
<Compile Include="RunCode\StateMachine\_SPS_BarcodeProcess.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Setting\fSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Setting\fSetting.Designer.cs">
<DependentUpon>fSetting.cs</DependentUpon>
</Compile>
<Compile Include="Setting\fSystem_Setting.cs">
<SubType>Form</SubType>
</Compile>
@@ -614,13 +619,6 @@
<Compile Include="RunCode\_99_System_Shutdown.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Setting\CounterSetting.cs" />
<Compile Include="Setting\fSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Setting\fSetting.Designer.cs">
<DependentUpon>fSetting.cs</DependentUpon>
</Compile>
<Compile Include="Language\Lang.cs" />
<Compile Include="Manager\DataBaseManagerCount.cs" />
<Compile Include="Manager\DatabaseManagerHistory.cs" />
@@ -646,9 +644,7 @@
<Compile Include="Setting\fSystem_MotParameter.Designer.cs">
<DependentUpon>fSystem_MotParameter.cs</DependentUpon>
</Compile>
<Compile Include="Setting\System_Setting.cs" />
<Compile Include="Setting\System_MotParameter.cs" />
<Compile Include="Setting\UserSetting.cs" />
<Compile Include="RunCode\Main\_SM_MAIN_ERROR.cs">
<SubType>Form</SubType>
</Compile>
@@ -752,6 +748,9 @@
<EmbeddedResource Include="Dialog\fHistory.resx">
<DependentUpon>fHistory.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialog\fSelectSIDInformation.resx">
<DependentUpon>fSelectSIDInformation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialog\fLoaderInfo.resx">
<DependentUpon>fLoaderInfo.cs</DependentUpon>
</EmbeddedResource>
@@ -842,6 +841,9 @@
<EmbeddedResource Include="Dialog\fSIDQty.resx">
<DependentUpon>fSIDQty.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Setting\fSetting.resx">
<DependentUpon>fSetting.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Setting\fSystem_Setting.resx">
<DependentUpon>fSystem_Setting.cs</DependentUpon>
</EmbeddedResource>
@@ -849,9 +851,6 @@
<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>
@@ -939,6 +938,8 @@
<Content Include="libxl.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Resources\arrow_refresh_small.png" />
<None Include="Resources\copy.gif" />
<None Include="Resources\icons8-object-40.png" />
<None Include="Resources\icons8-stepper-motor-40.png" />
<None Include="Resources\icons8-log-40.png" />