From ecaf654502fb10efb5714eb388454a930e2bfdd0 Mon Sep 17 00:00:00 2001
From: Administrator <jinghz@oceic.com>
Date: 星期五, 24 三月 2023 22:21:01 +0800
Subject: [PATCH] 增加及时库存报表及用户对应分组
---
NETSCM/NETSCM.csproj | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/NETSCM/NETSCM.csproj b/NETSCM/NETSCM.csproj
index 7889568..28b881e 100644
--- a/NETSCM/NETSCM.csproj
+++ b/NETSCM/NETSCM.csproj
@@ -108,6 +108,9 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="Form1.resx">
+ <DependentUpon>Form1.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Frm_Show.resx">
<DependentUpon>Frm_Show.cs</DependentUpon>
<SubType>Designer</SubType>
@@ -249,6 +252,34 @@
<ItemGroup>
<Content Include="杩愯緭绯荤粺.ico" />
</ItemGroup>
+ <ItemGroup>
+ <COMReference Include="Axgregn6Lib">
+ <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
+ <VersionMajor>6</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>aximp</WrapperTool>
+ <Isolated>False</Isolated>
+ </COMReference>
+ <COMReference Include="gregn6Lib">
+ <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
+ <VersionMajor>6</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>tlbimp</WrapperTool>
+ <Isolated>False</Isolated>
+ <EmbedInteropTypes>True</EmbedInteropTypes>
+ </COMReference>
+ <COMReference Include="stdole">
+ <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
+ <VersionMajor>2</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>primary</WrapperTool>
+ <Isolated>False</Isolated>
+ <EmbedInteropTypes>True</EmbedInteropTypes>
+ </COMReference>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
--
Gitblit v1.9.1