This commit is contained in:
PastSaid
2024-03-04 16:50:20 +08:00
parent f3eae0a034
commit 5e2781182d
133 changed files with 20406 additions and 501 deletions

View File

@@ -53,6 +53,9 @@
<Reference Include="Kingdee.K3.BD.Contracts">
<HintPath>..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.K3.BD.Contracts.dll</HintPath>
</Reference>
<Reference Include="Kingdee.K3.SCM.App.Sal.Report">
<HintPath>..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.K3.SCM.App.Sal.Report.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@@ -65,6 +68,7 @@
<ItemGroup>
<Compile Include="ProductionMaterialsReportEx.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TablePlugIn.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="SqlServer\SQLQuery4.sql" />
@@ -76,5 +80,15 @@
<Content Include="SqlServer\获取产品类型.sql" />
<Content Include="SqlServer\获取单据状态.sql" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Extensions\ExtensionMethods.csproj">
<Project>{50532462-8f7f-455c-b4b3-732ed764e2fa}</Project>
<Name>ExtensionMethods</Name>
</ProjectReference>
<ProjectReference Include="..\K3CExttensionMethods\K3CExttensionMethods.csproj">
<Project>{825DD90B-2A8D-4884-9940-6DA56EF6623F}</Project>
<Name>K3CExttensionMethods</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>