From 8e4a0d24086175c4b97480980fba0901a767f7b4 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期二, 17 十二月 2024 14:43:44 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WarM/WarM.csproj | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/WarM/WarM.csproj b/WarM/WarM.csproj index 0bdfff6..fcb5a72 100644 --- a/WarM/WarM.csproj +++ b/WarM/WarM.csproj @@ -78,7 +78,14 @@ <HintPath>..\OCX\Interop.gregn6Lib.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> + <Reference Include="M2Mqtt.Net, Version=4.3.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\M2Mqtt.4.3.0.0\lib\net45\M2Mqtt.Net.dll</HintPath> + </Reference> <Reference Include="Microsoft.VisualBasic" /> + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>dll\Newtonsoft.Json.dll</HintPath> + </Reference> <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\OCX\NPOI.dll</HintPath> @@ -700,6 +707,12 @@ <Compile Include="鏉$爜鎵撳嵃\Frm_Split.Designer.cs"> <DependentUpon>Frm_Split.cs</DependentUpon> </Compile> + <Compile Include="鏉$爜鎵撳嵃\Gy_BarCodeBill_automaticallyByPLC_New_Change.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="鏉$爜鎵撳嵃\Gy_BarCodeBill_automaticallyByPLC_New_Change.designer.cs"> + <DependentUpon>Gy_BarCodeBill_automaticallyByPLC_New_Change.cs</DependentUpon> + </Compile> <Compile Include="鏉$爜鎵撳嵃\Gy_CusBarCodeBillList.cs"> <SubType>Form</SubType> </Compile> @@ -1181,6 +1194,10 @@ <EmbeddedResource Include="鏉$爜鎵撳嵃\Frm_Split.resx"> <DependentUpon>Frm_Split.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="鏉$爜鎵撳嵃\Gy_BarCodeBill_automaticallyByPLC_New_Change.resx"> + <DependentUpon>Gy_BarCodeBill_automaticallyByPLC_New_Change.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="鏉$爜鎵撳嵃\Gy_CusBarCodeBillList.resx"> <DependentUpon>Gy_CusBarCodeBillList.cs</DependentUpon> <SubType>Designer</SubType> @@ -1238,6 +1255,7 @@ </ItemGroup> <ItemGroup> <None Include="app.config" /> + <None Include="packages.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> -- Gitblit v1.9.1