This commit is contained in:
2025-04-22 11:34:03 +08:00
parent fc29be4a38
commit 647a247326
11 changed files with 1638 additions and 9 deletions

View File

@@ -267,8 +267,9 @@
<Reference Include="log4net">
<HintPath>..\..\派诺(1)\派诺\git\6、程序\GZ_KD_Parino\bin\Debug\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NPOI">
<HintPath>..\..\派诺(1)\派诺\git\6、程序\GZ_KD_Parino\bin\Debug\NPOI.dll</HintPath>
@@ -287,6 +288,7 @@
<HintPath>..\..\派诺(1)\派诺\git\6、程序\GZ_KD_Parino\bin\Debug\Oracle.DataAccess.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.104.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -314,6 +316,7 @@
<Compile Include="Common\CombinationGenerator.cs" />
<Compile Include="Common\CommonHelper.cs" />
<Compile Include="Common\HttpClient.cs" />
<Compile Include="Common\JsonHelper.cs" />
<Compile Include="Opportunities\ClickGridCellAndOpenUrlListPlugIn.cs" />
<Compile Include="Opportunities\OpportunitiesAuditPlugIn.cs" />
<Compile Include="Opportunities\YJFT_AuditPlugIn.cs" />