监测软件.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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>{F3EAB771-49A5-4EA2-B416-D29E1F34A762}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>HRT_Measure</RootNamespace>
  10. <AssemblyName>药环压制设备线体外数据监控系统</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>x64</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <ApplicationIcon>favicon.ico</ApplicationIcon>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="BaseLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>bin\Debug\BaseLib.dll</HintPath>
  43. </Reference>
  44. <Reference Include="HPSocketCS, Version=4.1.3.19493, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>bin\Debug\HPSocketCS.dll</HintPath>
  47. </Reference>
  48. <Reference Include="HslCommunication, Version=11.6.1.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>bin\Debug\HslCommunication.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  54. </Reference>
  55. <Reference Include="SunnyUI, Version=3.7.2.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  56. <HintPath>..\packages\SunnyUI.3.7.2\lib\net472\SunnyUI.dll</HintPath>
  57. </Reference>
  58. <Reference Include="SunnyUI.Common, Version=3.7.2.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  59. <HintPath>..\packages\SunnyUI.Common.3.7.2\lib\net472\SunnyUI.Common.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Design" />
  64. <Reference Include="System.Web.Extensions" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="AutoRun.cs" />
  77. <Compile Include="FrmMain.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="FrmMain.Designer.cs">
  81. <DependentUpon>FrmMain.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="HelpClass\AlmInfo.cs" />
  84. <Compile Include="HelpClass\ClientHelp.cs" />
  85. <Compile Include="HelpClass\CommPLC.cs" />
  86. <Compile Include="HelpClass\HRT_Help.cs" />
  87. <Compile Include="HelpClass\PrintHelp.cs" />
  88. <Compile Include="HelpClass\ProjectConfig.cs" />
  89. <Compile Include="HelpClass\PublicEnum.cs" />
  90. <Compile Include="HelpClass\ServerHelp.cs" />
  91. <Compile Include="HelpClass\ProgramHelp.cs" />
  92. <Compile Include="HelpClass\UpTrigger.cs" />
  93. <Compile Include="Program.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="Windows\FrmFirstWindow.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="Windows\FrmFirstWindow.Designer.cs">
  99. <DependentUpon>FrmFirstWindow.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="Windows\FrmParaWrite.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="Windows\FrmParaWrite.Designer.cs">
  105. <DependentUpon>FrmParaWrite.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="Windows\FrmPLC_M04M05.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Windows\FrmPLC_M04M05.Designer.cs">
  111. <DependentUpon>FrmPLC_M04M05.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="Windows\FrmPLC_M03.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="Windows\FrmPLC_M03.Designer.cs">
  117. <DependentUpon>FrmPLC_M03.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="Windows\FrmPressure.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="Windows\FrmPressure.Designer.cs">
  123. <DependentUpon>FrmPressure.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Windows\FrmWeight.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="Windows\FrmWeight.Designer.cs">
  129. <DependentUpon>FrmWeight.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="山西\ClsPressure.cs" />
  132. <Compile Include="山西\ClsResultData.cs" />
  133. <Compile Include="山西\ClsWeightHelp.cs" />
  134. <Compile Include="山西\PLCAxis.cs" />
  135. <Compile Include="山西\PLCAxisPos.cs" />
  136. <Compile Include="山西\PLCCylinder.cs" />
  137. <Compile Include="山西\PLCResultHelp.cs" />
  138. <Compile Include="山西\ReadPLCHelp.cs" />
  139. <Compile Include="山西\UCAxis.cs">
  140. <SubType>UserControl</SubType>
  141. </Compile>
  142. <Compile Include="山西\UCAxis.Designer.cs">
  143. <DependentUpon>UCAxis.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="山西\UCAxisPos.cs">
  146. <SubType>UserControl</SubType>
  147. </Compile>
  148. <Compile Include="山西\UCAxisPos.Designer.cs">
  149. <DependentUpon>UCAxisPos.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="山西\UCCylinder.cs">
  152. <SubType>UserControl</SubType>
  153. </Compile>
  154. <Compile Include="山西\UCCylinder.Designer.cs">
  155. <DependentUpon>UCCylinder.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="山西\UCHMI.cs">
  158. <SubType>UserControl</SubType>
  159. </Compile>
  160. <Compile Include="山西\UCHMI.Designer.cs">
  161. <DependentUpon>UCHMI.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="UCProduct.cs">
  164. <SubType>UserControl</SubType>
  165. </Compile>
  166. <Compile Include="UCProduct.Designer.cs">
  167. <DependentUpon>UCProduct.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="Windows\FrmAddMaterial.cs">
  170. <SubType>Form</SubType>
  171. </Compile>
  172. <Compile Include="Windows\FrmAddMaterial.Designer.cs">
  173. <DependentUpon>FrmAddMaterial.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="Windows\FrmCommunication.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="Windows\FrmCommunication.Designer.cs">
  179. <DependentUpon>FrmCommunication.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="Windows\FrmLogin.cs">
  182. <SubType>Form</SubType>
  183. </Compile>
  184. <Compile Include="Windows\FrmLogin.Designer.cs">
  185. <DependentUpon>FrmLogin.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="Windows\FrmPLC_M01M02.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="Windows\FrmPLC_M01M02.Designer.cs">
  191. <DependentUpon>FrmPLC_M01M02.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="Windows\FrmProjectConfig.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="Windows\FrmProjectConfig.Designer.cs">
  197. <DependentUpon>FrmProjectConfig.cs</DependentUpon>
  198. </Compile>
  199. <EmbeddedResource Include="FrmMain.resx">
  200. <DependentUpon>FrmMain.cs</DependentUpon>
  201. </EmbeddedResource>
  202. <EmbeddedResource Include="Properties\Resources.resx">
  203. <Generator>ResXFileCodeGenerator</Generator>
  204. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  205. <SubType>Designer</SubType>
  206. </EmbeddedResource>
  207. <Compile Include="Properties\Resources.Designer.cs">
  208. <AutoGen>True</AutoGen>
  209. <DependentUpon>Resources.resx</DependentUpon>
  210. <DesignTime>True</DesignTime>
  211. </Compile>
  212. <EmbeddedResource Include="Windows\FrmFirstWindow.resx">
  213. <DependentUpon>FrmFirstWindow.cs</DependentUpon>
  214. </EmbeddedResource>
  215. <EmbeddedResource Include="Windows\FrmPLC_M04M05.resx">
  216. <DependentUpon>FrmPLC_M04M05.cs</DependentUpon>
  217. </EmbeddedResource>
  218. <EmbeddedResource Include="Windows\FrmPLC_M03.resx">
  219. <DependentUpon>FrmPLC_M03.cs</DependentUpon>
  220. </EmbeddedResource>
  221. <EmbeddedResource Include="Windows\FrmPressure.resx">
  222. <DependentUpon>FrmPressure.cs</DependentUpon>
  223. </EmbeddedResource>
  224. <EmbeddedResource Include="Windows\FrmWeight.resx">
  225. <DependentUpon>FrmWeight.cs</DependentUpon>
  226. </EmbeddedResource>
  227. <EmbeddedResource Include="山西\UCAxis.resx">
  228. <DependentUpon>UCAxis.cs</DependentUpon>
  229. </EmbeddedResource>
  230. <EmbeddedResource Include="山西\UCAxisPos.resx">
  231. <DependentUpon>UCAxisPos.cs</DependentUpon>
  232. </EmbeddedResource>
  233. <EmbeddedResource Include="山西\UCCylinder.resx">
  234. <DependentUpon>UCCylinder.cs</DependentUpon>
  235. </EmbeddedResource>
  236. <EmbeddedResource Include="Windows\FrmParaWrite.resx">
  237. <DependentUpon>FrmParaWrite.cs</DependentUpon>
  238. </EmbeddedResource>
  239. <EmbeddedResource Include="山西\UCHMI.resx">
  240. <DependentUpon>UCHMI.cs</DependentUpon>
  241. </EmbeddedResource>
  242. <EmbeddedResource Include="UCProduct.resx">
  243. <DependentUpon>UCProduct.cs</DependentUpon>
  244. </EmbeddedResource>
  245. <EmbeddedResource Include="Windows\FrmAddMaterial.resx">
  246. <DependentUpon>FrmAddMaterial.cs</DependentUpon>
  247. </EmbeddedResource>
  248. <EmbeddedResource Include="Windows\FrmCommunication.resx">
  249. <DependentUpon>FrmCommunication.cs</DependentUpon>
  250. </EmbeddedResource>
  251. <EmbeddedResource Include="Windows\FrmLogin.resx">
  252. <DependentUpon>FrmLogin.cs</DependentUpon>
  253. </EmbeddedResource>
  254. <EmbeddedResource Include="Windows\FrmPLC_M01M02.resx">
  255. <DependentUpon>FrmPLC_M01M02.cs</DependentUpon>
  256. </EmbeddedResource>
  257. <EmbeddedResource Include="Windows\FrmProjectConfig.resx">
  258. <DependentUpon>FrmProjectConfig.cs</DependentUpon>
  259. </EmbeddedResource>
  260. <None Include="packages.config" />
  261. <None Include="Properties\Settings.settings">
  262. <Generator>SettingsSingleFileGenerator</Generator>
  263. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  264. </None>
  265. <Compile Include="Properties\Settings.Designer.cs">
  266. <AutoGen>True</AutoGen>
  267. <DependentUpon>Settings.settings</DependentUpon>
  268. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  269. </Compile>
  270. </ItemGroup>
  271. <ItemGroup>
  272. <None Include="App.config" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <None Include="Images\Stop_active_main.jpg" />
  276. <None Include="Images\Start_active_main.jpg" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <Content Include="favicon.ico" />
  280. <Content Include="HRT.ico" />
  281. </ItemGroup>
  282. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  283. </Project>