WCS.csproj 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <PlatformTarget>x86</PlatformTarget>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Flurl.Http" Version="4.0.2" />
  10. <PackageReference Include="GZY.Quartz.MUI" Version="2.6.0" />
  11. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  12. <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
  13. <PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Design" Version="1.1.2" />
  14. <PackageReference Include="Quartz" Version="3.11.0" />
  15. <PackageReference Include="S7netplus" Version="0.20.0" />
  16. <PackageReference Include="StackExchange.Redis" Version="2.8.0" />
  17. <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
  18. <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.9" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Reference Include="FTP">
  22. <HintPath>Dll\FTP.dll</HintPath>
  23. </Reference>
  24. <Reference Include="HslCommunication">
  25. <HintPath>Dll\HslCommunication.dll</HintPath>
  26. </Reference>
  27. <Reference Include="Interop.HeidenhainDNCLib">
  28. <HintPath>..\..\hz_httpserver\HEIDENHAIN\dll\Interop.HeidenhainDNCLib.dll</HintPath>
  29. </Reference>
  30. <Reference Include="Opc.Ua.Client">
  31. <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\Opc.Ua.Client.dll</HintPath>
  32. </Reference>
  33. <Reference Include="Opc.Ua.Core">
  34. <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\Opc.Ua.Core.dll</HintPath>
  35. </Reference>
  36. <Reference Include="Quartz">
  37. <HintPath>Dll\Quartz.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Renci.SshNet">
  40. <HintPath>Dll\Renci.SshNet.dll</HintPath>
  41. </Reference>
  42. <Reference Include="S7.Net">
  43. <HintPath>Dll\S7.Net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Siemens.OpcUA">
  46. <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\Siemens.OpcUA.dll</HintPath>
  47. </Reference>
  48. <Reference Include="SinumerikOpcUaAPI">
  49. <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\SinumerikOpcUaAPI.dll</HintPath>
  50. </Reference>
  51. <Reference Include="UAClientHelperAPI">
  52. <HintPath>C:\Users\admin\source\repos\ccs_http_server\opcua\dll\UAClientHelperAPI.dll</HintPath>
  53. </Reference>
  54. <Reference Include="WinSCPnet">
  55. <HintPath>Dll\WinSCPnet.dll</HintPath>
  56. </Reference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Update="Properties\Resources.Designer.cs">
  60. <DesignTime>True</DesignTime>
  61. <AutoGen>True</AutoGen>
  62. <DependentUpon>Resources.resx</DependentUpon>
  63. </Compile>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <EmbeddedResource Update="Properties\Resources.resx">
  67. <Generator>ResXFileCodeGenerator</Generator>
  68. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  69. </EmbeddedResource>
  70. </ItemGroup>
  71. </Project>