固定版本,沒有bug不会再修改。

This commit is contained in:
2025-05-15 20:56:00 +08:00
parent c288d36c63
commit 0ad5544df6
9 changed files with 18817 additions and 6 deletions

View File

@@ -79,10 +79,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\FlexCell Technologies\FlexCell.NET4\bin\FlexCell.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=8.0.20.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\UTS_Core\bin\Debug\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />

BIN
DLL/MySql.Data.dll Normal file

Binary file not shown.

18808
DLL/MySql.Data.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
DLL/System.Data.SQLite.dll Normal file

Binary file not shown.

BIN
DLL/x64/SQLite.Interop.dll Normal file

Binary file not shown.

BIN
DLL/x86/SQLite.Interop.dll Normal file

Binary file not shown.

View File

@@ -100,8 +100,9 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Data" />
<Reference Include="System.Data.SQLite">
<HintPath>..\packages\System.Data.SQLite.dll</HintPath>
<Reference Include="System.Data.SQLite, Version=1.0.112.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
@@ -516,6 +517,12 @@
<ItemGroup />
<ItemGroup>
<Content Include="Document\Version.txt" />
<Content Include="x64\SQLite.Interop.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="x86\SQLite.Interop.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="模块说明.txt" />
</ItemGroup>
<ItemGroup>

Binary file not shown.

Binary file not shown.