1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <Project Sdk="Microsoft.NET.Sdk.Web">
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Flurl.Http" Version="4.0.2" />
- <PackageReference Include="GZY.Quartz.MUI" Version="2.6.0" />
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Design" Version="1.1.2" />
- <PackageReference Include="Quartz" Version="3.11.0" />
- <PackageReference Include="S7netplus" Version="0.20.0" />
- <PackageReference Include="StackExchange.Redis" Version="2.8.0" />
- <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.9" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="FTP">
- <HintPath>Dll\FTP.dll</HintPath>
- </Reference>
- <Reference Include="HslCommunication">
- <HintPath>Dll\HslCommunication.dll</HintPath>
- </Reference>
- <Reference Include="Interop.HeidenhainDNCLib">
- <HintPath>..\..\hz_httpserver\HEIDENHAIN\dll\Interop.HeidenhainDNCLib.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Client">
- <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\Opc.Ua.Client.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Core">
- <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\Opc.Ua.Core.dll</HintPath>
- </Reference>
- <Reference Include="Quartz">
- <HintPath>Dll\Quartz.dll</HintPath>
- </Reference>
- <Reference Include="Renci.SshNet">
- <HintPath>Dll\Renci.SshNet.dll</HintPath>
- </Reference>
- <Reference Include="S7.Net">
- <HintPath>Dll\S7.Net.dll</HintPath>
- </Reference>
- <Reference Include="Siemens.OpcUA">
- <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\Siemens.OpcUA.dll</HintPath>
- </Reference>
- <Reference Include="SinumerikOpcUaAPI">
- <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\SinumerikOpcUaAPI.dll</HintPath>
- </Reference>
- <Reference Include="UAClientHelperAPI">
- <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\UAClientHelperAPI.dll</HintPath>
- </Reference>
- <Reference Include="WinSCPnet">
- <HintPath>Dll\WinSCPnet.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Update="Properties\Resources.Designer.cs">
- <DesignTime>True</DesignTime>
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Update="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- </Project>
|