SIMDP.Device.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E76F62D2-899C-43D7-A919-FBB0A7FFD3C9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SIMDP.Device</RootNamespace>
  11. <AssemblyName>SIMDP.Device</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Interop.ACTMULTILib, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <EmbedInteropTypes>False</EmbedInteropTypes>
  37. <HintPath>..\Reference\Interop.ACTMULTILib.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Interop.OPCAutomation">
  40. <HintPath>..\Reference\Interop.OPCAutomation.dll</HintPath>
  41. <EmbedInteropTypes>True</EmbedInteropTypes>
  42. </Reference>
  43. <Reference Include="log4net, Version=2.0.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  44. <HintPath>..\packages\log4net.2.0.14\lib\net45\log4net.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NModbus4, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>..\packages\NModbus4.2.1.0\lib\net40\NModbus4.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Opc.Ua.Client, Version=1.3.342.0, Culture=neutral, PublicKeyToken=78aea80f6827b5ab, processorArchitecture=MSIL">
  53. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\Opc.Ua.Client.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Opc.Ua.ClientControls, Version=1.3.342.0, Culture=neutral, PublicKeyToken=78aea80f6827b5ab, processorArchitecture=MSIL">
  56. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\Opc.Ua.ClientControls.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Opc.Ua.Configuration, Version=1.3.342.0, Culture=neutral, PublicKeyToken=78aea80f6827b5ab, processorArchitecture=MSIL">
  59. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\Opc.Ua.Configuration.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Opc.Ua.Core, Version=1.3.342.0, Culture=neutral, PublicKeyToken=78aea80f6827b5ab, processorArchitecture=MSIL">
  62. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\Opc.Ua.Core.dll</HintPath>
  63. </Reference>
  64. <Reference Include="OpcUaHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  65. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\OpcUaHelper.dll</HintPath>
  66. </Reference>
  67. <Reference Include="S7.Net">
  68. <HintPath>..\Reference\S7.Net.dll</HintPath>
  69. </Reference>
  70. <Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
  71. <HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.configuration" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.IdentityModel" />
  78. <Reference Include="System.IO.Compression" />
  79. <Reference Include="System.Runtime.Serialization" />
  80. <Reference Include="System.Web" />
  81. <Reference Include="System.Windows.Forms" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Xml" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="AbstractBaseDevice.cs" />
  89. <Compile Include="AlarmHelper.cs" />
  90. <Compile Include="ModbusTcp.cs" />
  91. <Compile Include="ModbusRtu.cs" />
  92. <Compile Include="PlcMXComponent.cs" />
  93. <Compile Include="PlcOpcDA.cs" />
  94. <Compile Include="PlcOpcUA.cs" />
  95. <Compile Include="RecvScanner.cs" />
  96. <Compile Include="Scanner.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <Compile Include="PlcS7Net.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\ProjectBase.Data\ProjectBase.Data.csproj">
  102. <Project>{EC573C83-A921-4670-BF62-F57F836649CC}</Project>
  103. <Name>ProjectBase.Data</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\ProjectBase.Util\ProjectBase.Util.csproj">
  106. <Project>{86a2b1c2-efca-48b2-bea4-be7db24be679}</Project>
  107. <Name>ProjectBase.Util</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\SIMDP.BLL\SIMDP.BLL.csproj">
  110. <Project>{a4083bbb-6f5a-48d3-8a2e-8ae5e81e7e14}</Project>
  111. <Name>SIMDP.BLL</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\SIMDP.Model\SIMDP.Model.csproj">
  114. <Project>{B67761AF-DB23-4338-96BA-70AE33DD6DA8}</Project>
  115. <Name>SIMDP.Model</Name>
  116. </ProjectReference>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="app.config" />
  120. <None Include="packages.config" />
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>