..
This commit is contained in:
@@ -8,17 +8,6 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<BaseOutputPath>D:\Amkor\AGV4</BaseOutputPath>
|
||||
<Copyright>Amkor</Copyright>
|
||||
<Title>AGV4</Title>
|
||||
<Description>Amkor AGV4</Description>
|
||||
<AssemblyVersion>25.04.24.1500</AssemblyVersion>
|
||||
<FileVersion>25.04.24.1500</FileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<NoWarn>1701;1702;8622</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<NoWarn>1701;1702;8622</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -55,14 +44,18 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Winsock Orcas">
|
||||
<HintPath>..\DLL\Winsock Orcas.dll</HintPath>
|
||||
<Reference Include="Winsock_Orcas">
|
||||
<HintPath>lib\Winsock_Orcas.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EEProtocol">
|
||||
<HintPath>lib\EEProtocol.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="arUtil">
|
||||
<HintPath>lib\arUtil.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
|
||||
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
|
||||
<PackageReference Include="System.IO.Ports" Version="9.0.4" />
|
||||
<PackageReference Include="System.Management" Version="9.0.4" />
|
||||
<PackageReference Include="System.Speech" Version="9.0.4" />
|
||||
|
||||
Reference in New Issue
Block a user