SCADA_DAQ.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. 
  2. <Project Sdk="Microsoft.NET.Sdk">
  3. <PropertyGroup>
  4. <OutputType>WinExe</OutputType>
  5. <TargetFrameworks>net47;</TargetFrameworks>
  6. <Nullable>disable</Nullable>
  7. <UseWPF>true</UseWPF>
  8. <UseWindowsForms>true</UseWindowsForms>
  9. <BulidIndex>0</BulidIndex>
  10. <VersionSuffix>$([System.DateTime]::Now.ToString(yyyy)).$([System.DateTime]::Now.ToString(MM)).$([System.DateTime]::Now.ToString(dd)).$(BulidIndex)</VersionSuffix>
  11. <AssemblyVersion Condition=" '$(VersionSuffix)' == '' ">0.0.0.1</AssemblyVersion>
  12. <AssemblyVersion Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</AssemblyVersion>
  13. <Version Condition=" '$(VersionSuffix)' == '' ">0.0.1.0</Version>
  14. <Version Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</Version>
  15. <AssemblyName>博创自动立库</AssemblyName>
  16. <Title>测试</Title>
  17. <Product>71博创自动立库</Product>
  18. <Company>SCADA_DAQ</Company>
  19. <Authors>SCADA_DAQ</Authors>
  20. <GenerateDocumentationFile>True</GenerateDocumentationFile>
  21. <PackageIcon>logo.ico</PackageIcon>
  22. <RepositoryUrl>https://gitee.com/cd200607139/scada_-daq3.0.git</RepositoryUrl>
  23. <ApplicationIcon>Icon\logo.ico</ApplicationIcon>
  24. <Configurations>Debug;Release;71博创自动立库</Configurations>
  25. </PropertyGroup>
  26. <ItemGroup>
  27. <Compile Remove="Properties\**" />
  28. <EmbeddedResource Remove="Properties\**" />
  29. <None Remove="Properties\**" />
  30. <Page Remove="Properties\**" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <Compile Remove="Machines\RpcClientService.cs" />
  34. </ItemGroup>
  35. <ItemGroup Condition="'$(TargetFramework)' == 'net6.0-windows7.0'">
  36. <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
  37. <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <None Remove="LocalApp.zip" />
  41. <None Remove="QwPlatform.zip" />
  42. </ItemGroup>
  43. <!--<ItemGroup Condition="'$(TargetFramework)' == 'net46'">
  44. <Reference Include="System.ComponentModel.DataAnnotations" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Opc.Ua.Core">
  47. <HintPath>..\Lib\$(TargetFramework)\Opc.Ua.Core.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Opc.Ua.Client">
  50. <HintPath>..\Lib\$(TargetFramework)\Opc.Ua.Client.dll</HintPath>
  51. </Reference>
  52. </ItemGroup>-->
  53. <ItemGroup>
  54. <ProjectReference Include="..\SCADA_DAQ.DAL\SCADA_DAQ.DAL.csproj" />
  55. <ProjectReference Include="..\SCADA_DAQ.Language\SCADA_DAQ.Language.csproj" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Reference Include="ControlzEx">
  59. <HintPath>..\Lib\ControlzEx.dll</HintPath>
  60. <Private>False</Private>
  61. </Reference>
  62. <Reference Include="ICSharpCode.SharpZipLib">
  63. <HintPath>..\Lib\ICSharpCode.SharpZipLib.dll</HintPath>
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="LibreHardwareMonitorLib">
  67. <HintPath>..\Lib\LibreHardwareMonitorLib.dll</HintPath>
  68. <Private>False</Private>
  69. </Reference>
  70. <Reference Include="log4net">
  71. <HintPath>..\Lib\log4net.dll</HintPath>
  72. <Private>False</Private>
  73. </Reference>
  74. <Reference Include="MahApps.Metro">
  75. <HintPath>..\Lib\MahApps.Metro.dll</HintPath>
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="MahApps.Metro.IconPacks.Codicons">
  79. <HintPath>..\Lib\MahApps.Metro.IconPacks.Codicons.dll</HintPath>
  80. <Private>False</Private>
  81. </Reference>
  82. <Reference Include="MahApps.Metro.IconPacks.Core">
  83. <HintPath>..\Lib\MahApps.Metro.IconPacks.Core.dll</HintPath>
  84. <Private>False</Private>
  85. </Reference>
  86. <Reference Include="MahApps.Metro.IconPacks.Material">
  87. <HintPath>..\Lib\MahApps.Metro.IconPacks.Material.dll</HintPath>
  88. <Private>False</Private>
  89. </Reference>
  90. <Reference Include="MahApps.Metro.IconPacks.RemixIcon">
  91. <HintPath>..\Lib\MahApps.Metro.IconPacks.RemixIcon.dll</HintPath>
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="Microsoft.CSharp" />
  95. <Reference Include="Microsoft.DwayneNeed">
  96. <HintPath>..\Lib\Microsoft.DwayneNeed.dll</HintPath>
  97. <Private>False</Private>
  98. </Reference>
  99. <Reference Include="Microsoft.DwayneNeed.Win32">
  100. <HintPath>..\Lib\Microsoft.DwayneNeed.Win32.dll</HintPath>
  101. <Private>False</Private>
  102. </Reference>
  103. <Reference Include="Microsoft.Xaml.Behaviors">
  104. <HintPath>..\Lib\Microsoft.Xaml.Behaviors.dll</HintPath>
  105. <Private>False</Private>
  106. </Reference>
  107. <Reference Include="Mono.Security">
  108. <HintPath>..\Lib\Mono.Security.dll</HintPath>
  109. <Private>False</Private>
  110. </Reference>
  111. <Reference Include="MySql.Data">
  112. <HintPath>..\Lib\MySql.Data.dll</HintPath>
  113. <Private>False</Private>
  114. </Reference>
  115. <Reference Include="Newtonsoft.Json">
  116. <HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
  117. <Private>False</Private>
  118. </Reference>
  119. <Reference Include="Npgsql">
  120. <HintPath>..\Lib\Npgsql.dll</HintPath>
  121. <Private>False</Private>
  122. </Reference>
  123. <Reference Include="NPOI">
  124. <HintPath>..\Lib\NPOI.dll</HintPath>
  125. <Private>False</Private>
  126. </Reference>
  127. <Reference Include="NPOI.OOXML">
  128. <HintPath>..\Lib\NPOI.OOXML.dll</HintPath>
  129. <Private>False</Private>
  130. </Reference>
  131. <Reference Include="NPOI.OpenXml4Net">
  132. <HintPath>..\Lib\NPOI.OpenXml4Net.dll</HintPath>
  133. <Private>False</Private>
  134. </Reference>
  135. <Reference Include="NPOI.OpenXmlFormats">
  136. <HintPath>..\Lib\NPOI.OpenXmlFormats.dll</HintPath>
  137. <Private>False</Private>
  138. </Reference>
  139. <Reference Include="Opc.Ua.Client">
  140. <HintPath>..\Lib\Opc.Ua.Client.dll</HintPath>
  141. <Private>False</Private>
  142. </Reference>
  143. <Reference Include="Opc.Ua.Configuration">
  144. <HintPath>..\Lib\Opc.Ua.Configuration.dll</HintPath>
  145. <Private>False</Private>
  146. </Reference>
  147. <Reference Include="Opc.Ua.Core">
  148. <HintPath>..\Lib\Opc.Ua.Core.dll</HintPath>
  149. <Private>False</Private>
  150. </Reference>
  151. <Reference Include="Opc.Ua.Server">
  152. <HintPath>..\Lib\Opc.Ua.Server.dll</HintPath>
  153. <Private>False</Private>
  154. </Reference>
  155. <Reference Include="Oracle.ManagedDataAccess">
  156. <HintPath>..\Lib\Oracle.ManagedDataAccess.dll</HintPath>
  157. <Private>False</Private>
  158. </Reference>
  159. <Reference Include="QRCoder">
  160. <HintPath>..\Lib\QRCoder.dll</HintPath>
  161. <Private>False</Private>
  162. </Reference>
  163. <Reference Include="Quartz">
  164. <HintPath>..\Lib\Quartz.dll</HintPath>
  165. </Reference>
  166. <Reference Include="SCADA">
  167. <HintPath>..\Lib\SCADA.dll</HintPath>
  168. </Reference>
  169. <Reference Include="SCADA.CNC.FANUC">
  170. <HintPath>..\Lib\SCADA.CNC.FANUC.dll</HintPath>
  171. <Private>False</Private>
  172. </Reference>
  173. <Reference Include="SCADA.CommonCtrl">
  174. <HintPath>..\Lib\SCADA.CommonCtrl.dll</HintPath>
  175. </Reference>
  176. <Reference Include="SCADA.CommonLib">
  177. <HintPath>..\Lib\SCADA.CommonLib.dll</HintPath>
  178. </Reference>
  179. <Reference Include="SCADA_DAQ.Plugin.Core">
  180. <HintPath>..\Lib\SCADA_DAQ.Plugin.Core.dll</HintPath>
  181. <Private>False</Private>
  182. </Reference>
  183. <Reference Include="SCADA_DAQ.Plugin.CoreUI">
  184. <HintPath>..\Lib\SCADA_DAQ.Plugin.CoreUI.dll</HintPath>
  185. <Private>False</Private>
  186. </Reference>
  187. <Reference Include="SCADA_DAQ.Plugin.Machine">
  188. <HintPath>..\Lib\SCADA_DAQ.Plugin.Machine.dll</HintPath>
  189. <Private>False</Private>
  190. </Reference>
  191. <Reference Include="SCADA_DAQ.Plugin.MachineUI">
  192. <HintPath>..\Lib\SCADA_DAQ.Plugin.MachineUI.dll</HintPath>
  193. <Private>False</Private>
  194. </Reference>
  195. <Reference Include="SCADA_DAQ.Plugin.RESTful">
  196. <HintPath>..\Lib\SCADA_DAQ.Plugin.RESTful.dll</HintPath>
  197. <Private>False</Private>
  198. </Reference>
  199. <Reference Include="System.ComponentModel.DataAnnotations" />
  200. <Reference Include="System.Data.SQLite">
  201. <HintPath>..\Lib\System.Data.SQLite.dll</HintPath>
  202. <Private>False</Private>
  203. </Reference>
  204. <Reference Include="System.Dynamic" />
  205. <Reference Include="System.Threading.Thread">
  206. <HintPath>..\Lib\System.Threading.Thread.dll</HintPath>
  207. <Private>False</Private>
  208. </Reference>
  209. <Reference Include="System.ValueTuple">
  210. <HintPath>..\Lib\System.ValueTuple.dll</HintPath>
  211. <Private>False</Private>
  212. </Reference>
  213. <Reference Include="System.Web" />
  214. <Reference Include="System.Web.Http">
  215. <HintPath>..\Lib\System.Web.Http.dll</HintPath>
  216. </Reference>
  217. <Reference Include="Xceed.Wpf.Toolkit">
  218. <HintPath>..\Lib\Xceed.Wpf.Toolkit.dll</HintPath>
  219. <Private>False</Private>
  220. </Reference>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Compile Update="LocalResource.Designer.cs">
  224. <DesignTime>True</DesignTime>
  225. <AutoGen>True</AutoGen>
  226. <DependentUpon>LocalResource.resx</DependentUpon>
  227. </Compile>
  228. <Compile Update="Machines\TagConstDefine.cs">
  229. <DesignTime>True</DesignTime>
  230. <AutoGen>True</AutoGen>
  231. <DependentUpon>TagConstDefine.tt</DependentUpon>
  232. </Compile>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <EmbeddedResource Update="LocalResource.resx">
  236. <Generator>ResXFileCodeGenerator</Generator>
  237. <LastGenOutput>LocalResource.Designer.cs</LastGenOutput>
  238. </EmbeddedResource>
  239. </ItemGroup>
  240. <ItemGroup>
  241. <None Update="Machines\TagConstDefine.tt">
  242. <LastGenOutput>TagConstDefine.cs</LastGenOutput>
  243. <Generator>TextTemplatingFileGenerator</Generator>
  244. </None>
  245. <None Update="Tools\EICPDesk.exe">
  246. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  247. </None>
  248. <None Update="Tools\screenshot.exe">
  249. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  250. </None>
  251. <None Update="Tools\StartVPN.bat">
  252. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  253. </None>
  254. <None Update="Tools\VPN05_1.pbk">
  255. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  256. </None>
  257. <None Update="x64\SQLite.Interop.dll">
  258. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  259. </None>
  260. <None Update="x86\SQLite.Interop.dll">
  261. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  262. </None>
  263. </ItemGroup>
  264. <ItemGroup>
  265. <Folder Include="Customer\Dashboard\" />
  266. </ItemGroup>
  267. <ItemGroup>
  268. <PackageReference Include="IdGen" Version="3.0.7" />
  269. <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
  270. </ItemGroup>
  271. <ItemGroup>
  272. <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <Reference Update="PresentationCore">
  276. <Private>False</Private>
  277. </Reference>
  278. </ItemGroup>
  279. <ItemGroup>
  280. <Reference Update="PresentationFramework">
  281. <Private>False</Private>
  282. </Reference>
  283. </ItemGroup>
  284. <ItemGroup>
  285. <Reference Update="System">
  286. <Private>False</Private>
  287. </Reference>
  288. </ItemGroup>
  289. <ItemGroup>
  290. <Reference Update="System.Core">
  291. <Private>False</Private>
  292. </Reference>
  293. </ItemGroup>
  294. <ItemGroup>
  295. <Reference Update="System.Data">
  296. <Private>False</Private>
  297. </Reference>
  298. </ItemGroup>
  299. <ItemGroup>
  300. <Reference Update="System.Drawing">
  301. <Private>False</Private>
  302. </Reference>
  303. </ItemGroup>
  304. <ItemGroup>
  305. <Reference Update="System.IO.Compression.FileSystem">
  306. <Private>False</Private>
  307. </Reference>
  308. </ItemGroup>
  309. <ItemGroup>
  310. <Reference Update="System.Numerics">
  311. <Private>False</Private>
  312. </Reference>
  313. </ItemGroup>
  314. <ItemGroup>
  315. <Reference Update="System.Runtime.Serialization">
  316. <Private>False</Private>
  317. </Reference>
  318. </ItemGroup>
  319. <ItemGroup>
  320. <Reference Update="System.Windows.Controls.Ribbon">
  321. <Private>False</Private>
  322. </Reference>
  323. </ItemGroup>
  324. <ItemGroup>
  325. <Reference Update="System.Windows.Forms">
  326. <Private>False</Private>
  327. </Reference>
  328. </ItemGroup>
  329. <ItemGroup>
  330. <Reference Update="System.Xaml">
  331. <Private>False</Private>
  332. </Reference>
  333. </ItemGroup>
  334. <ItemGroup>
  335. <Reference Update="System.Xml">
  336. <Private>False</Private>
  337. </Reference>
  338. </ItemGroup>
  339. <ItemGroup>
  340. <Reference Update="System.Xml.Linq">
  341. <Private>False</Private>
  342. </Reference>
  343. </ItemGroup>
  344. <ItemGroup>
  345. <Reference Update="UIAutomationClient">
  346. <Private>False</Private>
  347. </Reference>
  348. </ItemGroup>
  349. <ItemGroup>
  350. <Reference Update="UIAutomationClientSideProviders">
  351. <Private>False</Private>
  352. </Reference>
  353. </ItemGroup>
  354. <ItemGroup>
  355. <Reference Update="UIAutomationProvider">
  356. <Private>False</Private>
  357. </Reference>
  358. </ItemGroup>
  359. <ItemGroup>
  360. <Reference Update="UIAutomationTypes">
  361. <Private>False</Private>
  362. </Reference>
  363. </ItemGroup>
  364. <ItemGroup>
  365. <Reference Update="WindowsBase">
  366. <Private>False</Private>
  367. </Reference>
  368. </ItemGroup>
  369. <ItemGroup>
  370. <Reference Update="WindowsFormsIntegration">
  371. <Private>False</Private>
  372. </Reference>
  373. </ItemGroup>
  374. </Project>