SIMDP.Project.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{88429725-97A0-4239-919A-29CF7E0366B6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SIMDP.Project</RootNamespace>
  11. <AssemblyName>SIMDP.Project</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. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  43. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\ICSharpCode.SharpZipLib.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Interop.ACTMULTILib, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <EmbedInteropTypes>False</EmbedInteropTypes>
  48. <HintPath>..\Reference\Interop.ACTMULTILib.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Interop.ACTSUPPORTLib">
  51. <HintPath>..\Reference\Interop.ACTSUPPORTLib.dll</HintPath>
  52. <EmbedInteropTypes>True</EmbedInteropTypes>
  53. </Reference>
  54. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  55. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="NModbus4, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\packages\NModbus4.2.1.0\lib\net40\NModbus4.dll</HintPath>
  59. </Reference>
  60. <Reference Include="NPOI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  61. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.dll</HintPath>
  62. </Reference>
  63. <Reference Include="NPOI.OOXML, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  64. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OOXML.dll</HintPath>
  65. </Reference>
  66. <Reference Include="NPOI.OpenXml4Net, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  67. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXml4Net.dll</HintPath>
  68. </Reference>
  69. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  70. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXmlFormats.dll</HintPath>
  71. </Reference>
  72. <Reference Include="OpcUaHelper">
  73. <HintPath>..\SIMDP.Device\bin\Debug\OpcUaHelper.dll</HintPath>
  74. </Reference>
  75. <Reference Include="S7.Net">
  76. <HintPath>..\Reference\S7.Net.dll</HintPath>
  77. </Reference>
  78. <Reference Include="StackExchange.Redis, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  79. <HintPath>..\packages\StackExchange.Redis.1.2.0\lib\net46\StackExchange.Redis.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.configuration" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.IO.Compression" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="ExcelExporter.cs" />
  93. <Compile Include="MXComponent_FEM.cs" />
  94. <Compile Include="WNet.cs" />
  95. <Compile Include="PlcHelper.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="Tool.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\ProjectBase.Data\ProjectBase.Data.csproj">
  101. <Project>{ec573c83-a921-4670-bf62-f57f836649cc}</Project>
  102. <Name>ProjectBase.Data</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\SIMDP.BLL\SIMDP.BLL.csproj">
  105. <Project>{a4083bbb-6f5a-48d3-8a2e-8ae5e81e7e14}</Project>
  106. <Name>SIMDP.BLL</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\SIMDP.Device\SIMDP.Device.csproj">
  109. <Project>{e76f62d2-899c-43d7-a919-fbb0a7ffd3c9}</Project>
  110. <Name>SIMDP.Device</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\SIMDP.Model\SIMDP.Model.csproj">
  113. <Project>{b67761af-db23-4338-96ba-70ae33dd6da8}</Project>
  114. <Name>SIMDP.Model</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\SIMDP.Util\SIMDP.Util.csproj">
  117. <Project>{14d41b5c-11fe-4222-b779-a3acdf855afe}</Project>
  118. <Name>SIMDP.Util</Name>
  119. </ProjectReference>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="app.config" />
  123. <None Include="packages.config">
  124. <SubType>Designer</SubType>
  125. </None>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. </Project>