DotNettyFrom.csproj 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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>{2348CBA6-AD06-457D-9F0C-06BFB0F432CE}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>DotNettyFrom</RootNamespace>
  10. <AssemblyName>DotNettyFrom</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  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. </PropertyGroup>
  34. <PropertyGroup>
  35. <StartupObject />
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="DotNetty.Buffers, Version=0.4.6.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  39. <HintPath>..\packages\DotNetty.Buffers.0.4.6\lib\net45\DotNetty.Buffers.dll</HintPath>
  40. </Reference>
  41. <Reference Include="DotNetty.Codecs, Version=0.4.6.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  42. <HintPath>..\packages\DotNetty.Codecs.0.4.6\lib\net45\DotNetty.Codecs.dll</HintPath>
  43. </Reference>
  44. <Reference Include="DotNetty.Common, Version=0.4.6.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  45. <HintPath>..\packages\DotNetty.Common.0.4.6\lib\net45\DotNetty.Common.dll</HintPath>
  46. </Reference>
  47. <Reference Include="DotNetty.Handlers, Version=0.4.6.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  48. <HintPath>..\packages\DotNetty.Handlers.0.4.6\lib\net45\DotNetty.Handlers.dll</HintPath>
  49. </Reference>
  50. <Reference Include="DotNetty.Transport, Version=0.4.6.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  51. <HintPath>..\packages\DotNetty.Transport.0.4.6\lib\net45\DotNetty.Transport.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.1.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Extensions.Logging, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Microsoft.Extensions.Logging.1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.ComponentModel.Composition" />
  70. <Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  71. <HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  75. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System.IO.Compression.FileSystem" />
  85. <Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  92. <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  95. <HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  98. <HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Numerics" />
  101. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  102. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  103. <Private>True</Private>
  104. </Reference>
  105. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  106. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  109. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  112. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  115. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Xml.Linq" />
  118. <Reference Include="System.Data.DataSetExtensions" />
  119. <Reference Include="Microsoft.CSharp" />
  120. <Reference Include="System.Data" />
  121. <Reference Include="System.Deployment" />
  122. <Reference Include="System.Drawing" />
  123. <Reference Include="System.Windows.Forms" />
  124. <Reference Include="System.Xml" />
  125. <Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  126. <HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
  127. </Reference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="common\DataModel.cs" />
  131. <Compile Include="common\UIInfoModel..cs" />
  132. <Compile Include="config\DBConfig.cs" />
  133. <Compile Include="config\SystemConfig.cs" />
  134. <Compile Include="db\DBHelper.cs" />
  135. <Compile Include="dialog\HeartBeatTime.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="dialog\HeartBeatTime.Designer.cs">
  139. <DependentUpon>HeartBeatTime.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="dialog\HistoryDialog.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="dialog\HistoryDialog.Designer.cs">
  145. <DependentUpon>HistoryDialog.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="dialog\TcpPkgConfigDialog.cs">
  148. <SubType>Form</SubType>
  149. </Compile>
  150. <Compile Include="dialog\TcpPkgConfigDialog.Designer.cs">
  151. <DependentUpon>TcpPkgConfigDialog.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="generatecmd\DtuCmdGenetor.cs" />
  154. <Compile Include="excel\ExcelHelper.cs" />
  155. <Compile Include="form\ItemEditorForm.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="form\ItemEditorForm.Designer.cs">
  159. <DependentUpon>ItemEditorForm.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="form\ItemManagerForm.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="form\ItemManagerForm.Designer.cs">
  165. <DependentUpon>ItemManagerForm.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="generatecmd\CmdGenetor.cs" />
  168. <Compile Include="generatecmd\Water2CmdGenetor.cs" />
  169. <Compile Include="MainForm.cs">
  170. <SubType>Form</SubType>
  171. </Compile>
  172. <Compile Include="MainForm.Designer.cs">
  173. <DependentUpon>MainForm.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="model\HisBean.cs" />
  176. <Compile Include="netty\NettyClient.cs" />
  177. <Compile Include="Program.cs" />
  178. <Compile Include="Properties\AssemblyInfo.cs" />
  179. <Compile Include="util\AryUtil.cs" />
  180. <Compile Include="util\CheckUtil.cs" />
  181. <Compile Include="util\CmdUtil.cs" />
  182. <Compile Include="model\WvBean.cs" />
  183. <EmbeddedResource Include="dialog\HeartBeatTime.resx">
  184. <DependentUpon>HeartBeatTime.cs</DependentUpon>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="dialog\HistoryDialog.resx">
  187. <DependentUpon>HistoryDialog.cs</DependentUpon>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="dialog\TcpPkgConfigDialog.resx">
  190. <DependentUpon>TcpPkgConfigDialog.cs</DependentUpon>
  191. </EmbeddedResource>
  192. <EmbeddedResource Include="form\ItemEditorForm.resx">
  193. <DependentUpon>ItemEditorForm.cs</DependentUpon>
  194. </EmbeddedResource>
  195. <EmbeddedResource Include="form\ItemManagerForm.resx">
  196. <DependentUpon>ItemManagerForm.cs</DependentUpon>
  197. </EmbeddedResource>
  198. <EmbeddedResource Include="MainForm.resx">
  199. <DependentUpon>MainForm.cs</DependentUpon>
  200. </EmbeddedResource>
  201. <EmbeddedResource Include="Properties\Resources.resx">
  202. <Generator>ResXFileCodeGenerator</Generator>
  203. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  204. <SubType>Designer</SubType>
  205. </EmbeddedResource>
  206. <Compile Include="Properties\Resources.Designer.cs">
  207. <AutoGen>True</AutoGen>
  208. <DependentUpon>Resources.resx</DependentUpon>
  209. </Compile>
  210. <None Include="packages.config" />
  211. <None Include="Properties\Settings.settings">
  212. <Generator>SettingsSingleFileGenerator</Generator>
  213. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  214. </None>
  215. <Compile Include="Properties\Settings.Designer.cs">
  216. <AutoGen>True</AutoGen>
  217. <DependentUpon>Settings.settings</DependentUpon>
  218. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  219. </Compile>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <None Include="App.config" />
  223. </ItemGroup>
  224. <ItemGroup>
  225. <Folder Include="cmdparser\" />
  226. </ItemGroup>
  227. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  228. </Project>