SIMDP.Device.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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</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. <PropertyGroup>
  34. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Interop.ACTMULTILib, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <EmbedInteropTypes>False</EmbedInteropTypes>
  40. <HintPath>..\Reference\Interop.ACTMULTILib.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Interop.OPCAutomation">
  43. <HintPath>..\Reference\Interop.OPCAutomation.dll</HintPath>
  44. <EmbedInteropTypes>True</EmbedInteropTypes>
  45. </Reference>
  46. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  47. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NModbus4, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <HintPath>..\packages\NModbus4.2.1.0\lib\net40\NModbus4.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Opc.Ua.Client, Version=1.3.342.0, Culture=neutral, PublicKeyToken=78aea80f6827b5ab, processorArchitecture=MSIL">
  57. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\Opc.Ua.Client.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Opc.Ua.ClientControls, Version=1.3.342.0, Culture=neutral, PublicKeyToken=78aea80f6827b5ab, processorArchitecture=MSIL">
  60. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\Opc.Ua.ClientControls.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Opc.Ua.Configuration, Version=1.3.342.0, Culture=neutral, PublicKeyToken=78aea80f6827b5ab, processorArchitecture=MSIL">
  63. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\Opc.Ua.Configuration.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Opc.Ua.Core, Version=1.3.342.0, Culture=neutral, PublicKeyToken=78aea80f6827b5ab, processorArchitecture=MSIL">
  66. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\Opc.Ua.Core.dll</HintPath>
  67. </Reference>
  68. <Reference Include="OpcUaHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  69. <HintPath>..\packages\OpcUaHelper.1.0.0\lib\OpcUaHelper.dll</HintPath>
  70. </Reference>
  71. <Reference Include="S7.Net">
  72. <HintPath>..\Reference\S7.Net.dll</HintPath>
  73. </Reference>
  74. <Reference Include="StackExchange.Redis">
  75. <HintPath>..\packages\StackExchange.Redis.1.2.0\lib\net45\StackExchange.Redis.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.configuration" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.IdentityModel" />
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="AbstractBaseDevice.cs" />
  91. <Compile Include="PlcMXComponent.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\ProjectBase.Data\ProjectBase.Data.csproj">
  96. <Project>{EC573C83-A921-4670-BF62-F57F836649CC}</Project>
  97. <Name>ProjectBase.Data</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\SIMDP.BLL\SIMDP.BLL.csproj">
  100. <Project>{a4083bbb-6f5a-48d3-8a2e-8ae5e81e7e14}</Project>
  101. <Name>SIMDP.BLL</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\SIMDP.Model\SIMDP.Model.csproj">
  104. <Project>{B67761AF-DB23-4338-96BA-70AE33DD6DA8}</Project>
  105. <Name>SIMDP.Model</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\SIMDP.Util\SIMDP.Util.csproj">
  108. <Project>{14d41b5c-11fe-4222-b779-a3acdf855afe}</Project>
  109. <Name>SIMDP.Util</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="app.config" />
  114. <None Include="packages.config" />
  115. </ItemGroup>
  116. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  117. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  118. Other similar extension points exist, see Microsoft.Common.targets.
  119. <Target Name="BeforeBuild">
  120. </Target>
  121. <Target Name="AfterBuild">
  122. </Target>
  123. -->
  124. </Project>