SCADA_DAQ - Backup (1).csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFrameworks>net47;</TargetFrameworks>
  5. <Nullable>disable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. <UseWindowsForms>true</UseWindowsForms>
  8. <BulidIndex>0</BulidIndex>
  9. <VersionSuffix>$([System.DateTime]::Now.ToString(yyyy)).$([System.DateTime]::Now.ToString(MM)).$([System.DateTime]::Now.ToString(dd)).$(BulidIndex)</VersionSuffix>
  10. <AssemblyVersion Condition=" '$(VersionSuffix)' == '' ">0.0.0.1</AssemblyVersion>
  11. <AssemblyVersion Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</AssemblyVersion>
  12. <Version Condition=" '$(VersionSuffix)' == '' ">0.0.1.0</Version>
  13. <Version Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</Version>
  14. <AssemblyName>台铃数采二期</AssemblyName>
  15. <Title>产线管理系统</Title>
  16. <Product>52台铃产线生产管理系统</Product>
  17. <Company>广东晟亦昊自动化技术有限公司</Company>
  18. <Authors>SCADA_DAQ</Authors>
  19. <GenerateDocumentationFile>True</GenerateDocumentationFile>
  20. <PackageIcon>logo.ico</PackageIcon>
  21. <RepositoryUrl>https://gitee.com/cd200607139/scada_-daq3.0.git</RepositoryUrl>
  22. <ApplicationIcon>Icon\logo.ico</ApplicationIcon>
  23. <Configurations>Debug;Release;52台铃产线生产管理系统</Configurations>
  24. </PropertyGroup>
  25. <ItemGroup>
  26. <Compile Remove="Properties\**" />
  27. <EmbeddedResource Remove="Properties\**" />
  28. <None Remove="Properties\**" />
  29. <Page Remove="Properties\**" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <Compile Remove="Customer\UctFrmTaskManagement1.xaml.cs" />
  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>
  44. <Page Remove="Customer\UctFrmTaskManagement1.xaml" />
  45. </ItemGroup>
  46. <!--<ItemGroup Condition="'$(TargetFramework)' == 'net46'">
  47. <Reference Include="System.ComponentModel.DataAnnotations" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Opc.Ua.Core">
  50. <HintPath>..\Lib\$(TargetFramework)\Opc.Ua.Core.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Opc.Ua.Client">
  53. <HintPath>..\Lib\$(TargetFramework)\Opc.Ua.Client.dll</HintPath>
  54. </Reference>
  55. </ItemGroup>-->
  56. <ItemGroup>
  57. <ProjectReference Include="..\SCADA_DAQ.DAL\SCADA_DAQ.DAL.csproj" />
  58. <ProjectReference Include="..\SCADA_DAQ.Language\SCADA_DAQ.Language.csproj" />
  59. <ProjectReference Include="..\SCADA_DAQ.Plugin.Tailg\SCADA_DAQ.Plugin.Tailg.csproj">
  60. <ReferenceOutputAssembly></ReferenceOutputAssembly>
  61. <Private></Private>
  62. <CopyLocalSatelliteAssemblies></CopyLocalSatelliteAssemblies>
  63. </ProjectReference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Reference Include="ControlzEx">
  67. <HintPath>..\Lib\ControlzEx.dll</HintPath>
  68. <Private>False</Private>
  69. </Reference>
  70. <Reference Include="ICSharpCode.SharpZipLib">
  71. <HintPath>..\Lib\ICSharpCode.SharpZipLib.dll</HintPath>
  72. <Private>False</Private>
  73. </Reference>
  74. <Reference Include="LibreHardwareMonitorLib">
  75. <HintPath>..\Lib\LibreHardwareMonitorLib.dll</HintPath>
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="log4net">
  79. <HintPath>..\Lib\log4net.dll</HintPath>
  80. <Private>False</Private>
  81. </Reference>
  82. <Reference Include="MahApps.Metro">
  83. <HintPath>..\Lib\MahApps.Metro.dll</HintPath>
  84. <Private>False</Private>
  85. </Reference>
  86. <Reference Include="MahApps.Metro.IconPacks.Codicons">
  87. <HintPath>..\Lib\MahApps.Metro.IconPacks.Codicons.dll</HintPath>
  88. <Private>False</Private>
  89. </Reference>
  90. <Reference Include="MahApps.Metro.IconPacks.Core">
  91. <HintPath>..\Lib\MahApps.Metro.IconPacks.Core.dll</HintPath>
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="MahApps.Metro.IconPacks.Material">
  95. <HintPath>..\Lib\MahApps.Metro.IconPacks.Material.dll</HintPath>
  96. <Private>False</Private>
  97. </Reference>
  98. <Reference Include="MahApps.Metro.IconPacks.RemixIcon">
  99. <HintPath>..\Lib\MahApps.Metro.IconPacks.RemixIcon.dll</HintPath>
  100. <Private>False</Private>
  101. </Reference>
  102. <Reference Include="Microsoft.DwayneNeed">
  103. <HintPath>..\Lib\Microsoft.DwayneNeed.dll</HintPath>
  104. <Private>False</Private>
  105. </Reference>
  106. <Reference Include="Microsoft.DwayneNeed.Win32">
  107. <HintPath>..\Lib\Microsoft.DwayneNeed.Win32.dll</HintPath>
  108. <Private>False</Private>
  109. </Reference>
  110. <Reference Include="Microsoft.Expression.Interactions">
  111. <HintPath>..\Lib\Microsoft.Expression.Interactions.dll</HintPath>
  112. <Private>False</Private>
  113. </Reference>
  114. <Reference Include="Microsoft.Xaml.Behaviors">
  115. <HintPath>..\Lib\Microsoft.Xaml.Behaviors.dll</HintPath>
  116. <Private>False</Private>
  117. </Reference>
  118. <Reference Include="Mono.Security">
  119. <HintPath>..\Lib\Mono.Security.dll</HintPath>
  120. <Private>False</Private>
  121. </Reference>
  122. <Reference Include="MySql.Data">
  123. <HintPath>..\Lib\MySql.Data.dll</HintPath>
  124. <Private>False</Private>
  125. </Reference>
  126. <Reference Include="Newtonsoft.Json">
  127. <HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
  128. <Private>False</Private>
  129. </Reference>
  130. <Reference Include="Npgsql">
  131. <HintPath>..\Lib\Npgsql.dll</HintPath>
  132. <Private>False</Private>
  133. </Reference>
  134. <Reference Include="NPOI">
  135. <HintPath>..\Lib\NPOI.dll</HintPath>
  136. <Private>False</Private>
  137. </Reference>
  138. <Reference Include="NPOI.OOXML">
  139. <HintPath>..\Lib\NPOI.OOXML.dll</HintPath>
  140. <Private>False</Private>
  141. </Reference>
  142. <Reference Include="NPOI.OpenXml4Net">
  143. <HintPath>..\Lib\NPOI.OpenXml4Net.dll</HintPath>
  144. <Private>False</Private>
  145. </Reference>
  146. <Reference Include="NPOI.OpenXmlFormats">
  147. <HintPath>..\Lib\NPOI.OpenXmlFormats.dll</HintPath>
  148. <Private>False</Private>
  149. </Reference>
  150. <Reference Include="Opc.Ua.Client">
  151. <HintPath>..\Lib\Opc.Ua.Client.dll</HintPath>
  152. <Private>False</Private>
  153. </Reference>
  154. <Reference Include="Opc.Ua.Configuration">
  155. <HintPath>..\Lib\Opc.Ua.Configuration.dll</HintPath>
  156. <Private>False</Private>
  157. </Reference>
  158. <Reference Include="Opc.Ua.Core">
  159. <HintPath>..\Lib\Opc.Ua.Core.dll</HintPath>
  160. <Private>False</Private>
  161. </Reference>
  162. <Reference Include="Opc.Ua.Server">
  163. <HintPath>..\Lib\Opc.Ua.Server.dll</HintPath>
  164. <Private>False</Private>
  165. </Reference>
  166. <Reference Include="Oracle.ManagedDataAccess">
  167. <HintPath>..\Lib\Oracle.ManagedDataAccess.dll</HintPath>
  168. <Private>False</Private>
  169. </Reference>
  170. <Reference Include="QRCoder">
  171. <HintPath>..\Lib\QRCoder.dll</HintPath>
  172. <Private>False</Private>
  173. </Reference>
  174. <Reference Include="Quartz">
  175. <HintPath>..\Lib\Quartz.dll</HintPath>
  176. <Private>False</Private>
  177. </Reference>
  178. <Reference Include="SCADA">
  179. <HintPath>..\Lib\SCADA.dll</HintPath>
  180. </Reference>
  181. <Reference Include="SCADA.CNC.FANUC">
  182. <HintPath>..\Lib\SCADA.CNC.FANUC.dll</HintPath>
  183. <Private>False</Private>
  184. </Reference>
  185. <Reference Include="SCADA.CommonCtrl">
  186. <HintPath>..\Lib\SCADA.CommonCtrl.dll</HintPath>
  187. <Private>False</Private>
  188. </Reference>
  189. <Reference Include="SCADA.CommonLib">
  190. <HintPath>..\Lib\SCADA.CommonLib.dll</HintPath>
  191. <Private>False</Private>
  192. </Reference>
  193. <Reference Include="SCADA_DAQ.Plugin.Core">
  194. <HintPath>..\Lib\SCADA_DAQ.Plugin.Core.dll</HintPath>
  195. <Private>False</Private>
  196. </Reference>
  197. <Reference Include="SCADA_DAQ.Plugin.CoreUI">
  198. <HintPath>..\Lib\SCADA_DAQ.Plugin.CoreUI.dll</HintPath>
  199. <Private>False</Private>
  200. </Reference>
  201. <Reference Include="SCADA_DAQ.Plugin.Machine">
  202. <HintPath>..\Lib\SCADA_DAQ.Plugin.Machine.dll</HintPath>
  203. <Private>False</Private>
  204. </Reference>
  205. <Reference Include="SCADA_DAQ.Plugin.MachineUI">
  206. <HintPath>..\Lib\SCADA_DAQ.Plugin.MachineUI.dll</HintPath>
  207. <Private>False</Private>
  208. </Reference>
  209. <Reference Include="SCADA_DAQ.Plugin.RESTful">
  210. <HintPath>..\Lib\SCADA_DAQ.Plugin.RESTful.dll</HintPath>
  211. <Private>False</Private>
  212. </Reference>
  213. <Reference Include="System.ComponentModel.DataAnnotations" />
  214. <Reference Include="System.Data.SQLite">
  215. <HintPath>..\Lib\System.Data.SQLite.dll</HintPath>
  216. <Private>False</Private>
  217. </Reference>
  218. <Reference Include="System.Speech" />
  219. <Reference Include="System.Threading.Thread">
  220. <HintPath>..\Lib\System.Threading.Thread.dll</HintPath>
  221. <Private>False</Private>
  222. </Reference>
  223. <Reference Include="System.ValueTuple">
  224. <HintPath>..\Lib\System.ValueTuple.dll</HintPath>
  225. <Private>False</Private>
  226. </Reference>
  227. <Reference Include="System.Windows.Interactivity">
  228. <HintPath>..\Lib\System.Windows.Interactivity.dll</HintPath>
  229. <Private>False</Private>
  230. </Reference>
  231. <Reference Include="Xceed.Wpf.Toolkit">
  232. <HintPath>..\Lib\Xceed.Wpf.Toolkit.dll</HintPath>
  233. <Private>False</Private>
  234. </Reference>
  235. </ItemGroup>
  236. <ItemGroup>
  237. <Compile Update="Customer\UctFrmTaskManagement.xaml.cs">
  238. <SubType>Code</SubType>
  239. </Compile>
  240. <Compile Update="LocalResource.Designer.cs">
  241. <DesignTime>True</DesignTime>
  242. <AutoGen>True</AutoGen>
  243. <DependentUpon>LocalResource.resx</DependentUpon>
  244. </Compile>
  245. <Compile Update="Machines\TagConstDefine.cs">
  246. <DesignTime>True</DesignTime>
  247. <AutoGen>True</AutoGen>
  248. <DependentUpon>TagConstDefine.tt</DependentUpon>
  249. </Compile>
  250. </ItemGroup>
  251. <ItemGroup>
  252. <EmbeddedResource Update="LocalResource.resx">
  253. <Generator>ResXFileCodeGenerator</Generator>
  254. <LastGenOutput>LocalResource.Designer.cs</LastGenOutput>
  255. </EmbeddedResource>
  256. </ItemGroup>
  257. <ItemGroup>
  258. <None Update="Machines\TagConstDefine.tt">
  259. <LastGenOutput>TagConstDefine.cs</LastGenOutput>
  260. <Generator>TextTemplatingFileGenerator</Generator>
  261. </None>
  262. <None Update="Tools\EICPDesk.exe">
  263. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  264. </None>
  265. <None Update="Tools\screenshot.exe">
  266. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  267. </None>
  268. <None Update="Tools\StartVPN.bat">
  269. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  270. </None>
  271. <None Update="Tools\VPN05_1.pbk">
  272. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  273. </None>
  274. <None Update="x64\SQLite.Interop.dll">
  275. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  276. </None>
  277. <None Update="x86\SQLite.Interop.dll">
  278. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  279. </None>
  280. </ItemGroup>
  281. <ItemGroup>
  282. <Folder Include="Customer\Dashboard\" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <Page Update="Customer\UctFrmTaskManagement.xaml">
  289. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  290. <SubType>Designer</SubType>
  291. </Page>
  292. </ItemGroup>
  293. <ItemGroup>
  294. <Reference Update="PresentationCore">
  295. <Private>False</Private>
  296. </Reference>
  297. </ItemGroup>
  298. <ItemGroup>
  299. <Reference Update="PresentationFramework">
  300. <Private>False</Private>
  301. </Reference>
  302. </ItemGroup>
  303. <ItemGroup>
  304. <Reference Update="System">
  305. <Private>False</Private>
  306. </Reference>
  307. </ItemGroup>
  308. <ItemGroup>
  309. <Reference Update="System.Core">
  310. <Private>False</Private>
  311. </Reference>
  312. </ItemGroup>
  313. <ItemGroup>
  314. <Reference Update="System.Data">
  315. <Private>False</Private>
  316. </Reference>
  317. </ItemGroup>
  318. <ItemGroup>
  319. <Reference Update="System.Drawing">
  320. <Private>False</Private>
  321. </Reference>
  322. </ItemGroup>
  323. <ItemGroup>
  324. <Reference Update="System.IO.Compression.FileSystem">
  325. <Private>False</Private>
  326. </Reference>
  327. </ItemGroup>
  328. <ItemGroup>
  329. <Reference Update="System.Numerics">
  330. <Private>False</Private>
  331. </Reference>
  332. </ItemGroup>
  333. <ItemGroup>
  334. <Reference Update="System.Runtime.Serialization">
  335. <Private>False</Private>
  336. </Reference>
  337. </ItemGroup>
  338. <ItemGroup>
  339. <Reference Update="System.Windows.Controls.Ribbon">
  340. <Private>False</Private>
  341. </Reference>
  342. </ItemGroup>
  343. <ItemGroup>
  344. <Reference Update="System.Windows.Forms">
  345. <Private>False</Private>
  346. </Reference>
  347. </ItemGroup>
  348. <ItemGroup>
  349. <Reference Update="System.Xaml">
  350. <Private>False</Private>
  351. </Reference>
  352. </ItemGroup>
  353. <ItemGroup>
  354. <Reference Update="System.Xml">
  355. <Private>False</Private>
  356. </Reference>
  357. </ItemGroup>
  358. <ItemGroup>
  359. <Reference Update="System.Xml.Linq">
  360. <Private>False</Private>
  361. </Reference>
  362. </ItemGroup>
  363. <ItemGroup>
  364. <Reference Update="UIAutomationClient">
  365. <Private>False</Private>
  366. </Reference>
  367. </ItemGroup>
  368. <ItemGroup>
  369. <Reference Update="UIAutomationClientSideProviders">
  370. <Private>False</Private>
  371. </Reference>
  372. </ItemGroup>
  373. <ItemGroup>
  374. <Reference Update="UIAutomationProvider">
  375. <Private>False</Private>
  376. </Reference>
  377. </ItemGroup>
  378. <ItemGroup>
  379. <Reference Update="UIAutomationTypes">
  380. <Private>False</Private>
  381. </Reference>
  382. </ItemGroup>
  383. <ItemGroup>
  384. <Reference Update="WindowsBase">
  385. <Private>False</Private>
  386. </Reference>
  387. </ItemGroup>
  388. <ItemGroup>
  389. <Reference Update="WindowsFormsIntegration">
  390. <Private>False</Private>
  391. </Reference>
  392. </ItemGroup>
  393. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  394. <Exec Command="goto label&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;set ProjectId=&quot;52&quot;&#xD;&#xA;set TargetPath=&quot;D:\项目代码管理\发布管理\Updates\%25ProjectId%25$(TargetName)&quot;&#xD;&#xA;set SrcPath=&quot;$(TargetDir)&quot;&#xD;&#xA;set LibPath=&quot;$(SolutionDir)lib&quot;&#xD;&#xA;@echo %25LibPath%25&#xD;&#xA;if not exist &quot;%25TargetPath%25&quot; md &quot;%25TargetPath%25&quot;&#xD;&#xA;if not exist &quot;%25TargetPath%25\Publish\&quot; md &quot;%25TargetPath%25\Publish\&quot;&#xD;&#xA;if not exist &quot;%25TargetPath%25\Publish\SystemLibs\&quot; md &quot;%25TargetPath%25\Publish\SystemLibs\&quot;&#xD;&#xA;xcopy &quot;%25SrcPath%25$(TargetName).pdb&quot; &quot;%25TargetPath%25\Publish\&quot; /Y&#xD;&#xA;&#xD;&#xA;if not exist &quot;%25SrcPath%25\SystemLibs&quot; md &quot;%25SrcPath%25\SystemLibs&quot;&#xD;&#xA;del /f /q &quot;%25SrcPath%25\SystemLibs\*.dll&quot;&#xD;&#xA;xcopy &quot;%25SrcPath%25*System.*.dll&quot; &quot;%25SrcPath%25\SystemLibs&quot; /Y&#xD;&#xA;del /f /q &quot;%25SrcPath%25*System.*.dll&quot;&#xD;&#xA;xcopy &quot;%25SrcPath%25*Microsoft.*.dll&quot; &quot;%25SrcPath%25\SystemLibs&quot; /Y&#xD;&#xA;@rem del /f /q &quot;%25SrcPath%25*.dll&quot;&#xD;&#xA;del /f /q &quot;%25SrcPath%25\plugin\&quot; &#xD;&#xA;xcopy &quot;%25LibPath%25\*.dll&quot; &quot;%25SrcPath%25\plugin\&quot; /Y&#xD;&#xA;&#xD;&#xA;del /f /q &quot;%25TargetPath%25\Publish\SystemLibs\Data\*.*&quot;&#xD;&#xA;del /f /q &quot;%25TargetPath%25\Publish\SystemLibs\*.*&quot;&#xD;&#xA;del /f /q &quot;%25TargetPath%25\Publish\plugin\*.*&quot;&#xD;&#xA;del /f /q &quot;%25TargetPath%25\Publish\*.*&quot;&#xD;&#xA;xcopy &quot;%25SrcPath%25SystemLibs\*.dll&quot; &quot;%25TargetPath%25\Publish\SystemLibs\&quot; /Y&#xD;&#xA;xcopy &quot;%25LibPath%25\*.dll&quot; &quot;%25SrcPath%25\plugin\&quot; /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25plugin\*.dll&quot; &quot;%25TargetPath%25\Publish\plugin\&quot; /Y&#xD;&#xA;&#xD;&#xA;xcopy &quot;%25SrcPath%25*.dll&quot; &quot;%25TargetPath%25\Publish\&quot; /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25*\screenshot.exe&quot; &quot;%25TargetPath%25\Publish\&quot; /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25$(TargetFileName)&quot; &quot;%25TargetPath%25\Publish\&quot; /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25\$(TargetFileName)&quot; &quot;%25TargetPath%25\&quot; /Y&#xD;&#xA;xcopy &quot;$(ProjectDir)\SCADA_DAQ.UpdateService.exe&quot; &quot;%25TargetPath%25\&quot; /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25\$(TargetFileName).config&quot; &quot;%25TargetPath%25\Publish\&quot; /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25\x86\*.*&quot; &quot;%25TargetPath%25\Publish\x86\&quot; /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25\x64\*.*&quot; &quot;%25TargetPath%25\Publish\x64\&quot; /Y&#xD;&#xA;if exist &quot;%25SrcPath%25\HCNetSDKCom&quot; xcopy &quot;%25SrcPath%25\HCNetSDKCom\*.*&quot; &quot;%25TargetPath%25\Publish\HCNetSDKCom\&quot; /Y&#xD;&#xA;if exist &quot;%25SrcPath%25\EmguSDK&quot; xcopy &quot;%25SrcPath%25\EmguSDK\*.*&quot; &quot;%25TargetPath%25\Publish\\EmguSDK\&quot; /Y&#xD;&#xA;if exist &quot;$(ProjectDir)Content.zip&quot; xcopy &quot;$(ProjectDir)Content.zip&quot; &quot;%25TargetPath%25\Publish\&quot; /Y&#xD;&#xA;if exist &quot;$(ProjectDir)Icon\logo.ico&quot; echo F | xcopy &quot;$(ProjectDir)Icon\logo.ico&quot; &quot;%25TargetPath%25\Publish\Content\Img\favicon.ico&quot; /Y&#xD;&#xA;if exist &quot;$(ProjectDir)Icon\logo.ico&quot; echo F | xcopy &quot;$(ProjectDir)Icon\logo.ico&quot; &quot;$(OutDir)\Content\Img\favicon.ico&quot; /Y&#xD;&#xA;xcopy &quot;$(ProjectDir)Icon\*.*&quot; &quot;%25TargetPath%25\Publish\Content\Img\&quot; /Y&#xD;&#xA;if exist &quot;$(ProjectDir)Tools&quot; echo F | xcopy &quot;$(ProjectDir)Tools\*.*&quot; &quot;%25TargetPath%25\Publish\Tools\&quot; /Y&#xD;&#xA;&#xD;&#xA;xcopy &quot;%25SrcPath%25\plugin\SCADA.CommonLib.dll&quot; %25SrcPath%25 /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25\plugin\SCADA.CommonCtrl.dll&quot; %25SrcPath%25 /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25\plugin\SCADA.dll&quot; %25SrcPath%25 /Y&#xD;&#xA;xcopy &quot;%25SrcPath%25\plugin\Opc.Ua.*.dll&quot; %25SrcPath%25 /Y&#xD;&#xA;del /f /q &quot;%25SrcPath%25\plugin\SCADA.CommonLib.dll&quot;&#xD;&#xA;del /f /q &quot;%25SrcPath%25\plugin\SCADA.CommonCtrl.dll&quot; &#xD;&#xA;del /f /q &quot;%25SrcPath%25\plugin\SCADA.dll&quot;&#xD;&#xA;del /f /q &quot;%25SrcPath%25\plugin\Opc.Ua.*.dll&quot; &#xD;&#xA;&#xD;&#xA;&#xD;&#xA;:label" />
  395. </Target>
  396. </Project>