LogoForceTestApp.Modules.MainModule.csproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.EntityFrameworkCore.Design.3.1.32\build\net461\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('..\packages\Microsoft.EntityFrameworkCore.Design.3.1.32\build\net461\Microsoft.EntityFrameworkCore.Design.props')" />
  4. <Import Project="..\packages\Validar.Fody.1.9.0\build\Validar.Fody.props" Condition="Exists('..\packages\Validar.Fody.1.9.0\build\Validar.Fody.props')" />
  5. <Import Project="..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props" Condition="Exists('..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props')" />
  6. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProjectGuid>{8DB92776-40B7-44E7-B7D9-AD038B1E3FF9}</ProjectGuid>
  11. <OutputType>library</OutputType>
  12. <RootNamespace>LogoForceTestApp.Modules.MainModule</RootNamespace>
  13. <AssemblyName>LogoForceTestApp.Modules.MainModule</AssemblyName>
  14. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. <Deterministic>true</Deterministic>
  19. <LangVersion>10.0</LangVersion>
  20. <NuGetPackageImportStamp>
  21. </NuGetPackageImportStamp>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <LangVersion>10.0</LangVersion>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\x64\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x64</PlatformTarget>
  47. <LangVersion>10.0</LangVersion>
  48. <ErrorReport>prompt</ErrorReport>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  51. <OutputPath>bin\x64\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x64</PlatformTarget>
  56. <LangVersion>10.0</LangVersion>
  57. <ErrorReport>prompt</ErrorReport>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  61. <HintPath>..\packages\AutoMapper.10.1.1\lib\net461\AutoMapper.dll</HintPath>
  62. </Reference>
  63. <Reference Include="AutoMapper.Collection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=e57c3f0a3d6646db, processorArchitecture=MSIL">
  64. <HintPath>..\packages\AutoMapper.Collection.7.0.1\lib\net461\AutoMapper.Collection.dll</HintPath>
  65. </Reference>
  66. <Reference Include="HandyControl, Version=3.4.0.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  67. <HintPath>..\packages\HandyControl.3.4.0\lib\net472\HandyControl.dll</HintPath>
  68. </Reference>
  69. <Reference Include="HarfBuzzSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  70. <HintPath>..\packages\HarfBuzzSharp.7.3.0.2\lib\net462\HarfBuzzSharp.dll</HintPath>
  71. </Reference>
  72. <Reference Include="HslCommunication, Version=10.1.4.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\LogoForceTestApp\bin\Debug\HslCommunication.dll</HintPath>
  75. </Reference>
  76. <Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  77. <HintPath>..\packages\LiveCharts.0.9.7\lib\net45\LiveCharts.dll</HintPath>
  78. </Reference>
  79. <Reference Include="LiveCharts.Wpf, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  80. <HintPath>..\packages\LiveCharts.Wpf.0.9.7\lib\net45\LiveCharts.Wpf.dll</HintPath>
  81. </Reference>
  82. <Reference Include="LiveChartsCore, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc92a3e13d40c573, processorArchitecture=MSIL">
  83. <HintPath>..\packages\LiveChartsCore.2.0.0-rc3.3\lib\net462\LiveChartsCore.dll</HintPath>
  84. </Reference>
  85. <Reference Include="LiveChartsCore.SkiaSharpView, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc92a3e13d40c573, processorArchitecture=MSIL">
  86. <HintPath>..\packages\LiveChartsCore.SkiaSharpView.2.0.0-rc3.3\lib\net462\LiveChartsCore.SkiaSharpView.dll</HintPath>
  87. </Reference>
  88. <Reference Include="LiveChartsCore.SkiaSharpView.WPF, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc92a3e13d40c573, processorArchitecture=MSIL">
  89. <HintPath>..\packages\LiveChartsCore.SkiaSharpView.WPF.2.0.0-rc3.3\lib\net462\LiveChartsCore.SkiaSharpView.WPF.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.EntityFrameworkCore, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Microsoft.EntityFrameworkCore.3.1.32\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.EntityFrameworkCore.Abstractions, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Microsoft.EntityFrameworkCore.Abstractions.3.1.32\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Abstractions.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Microsoft.EntityFrameworkCore.Design, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Microsoft.EntityFrameworkCore.Design.3.1.32\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Design.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.EntityFrameworkCore.Relational, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  107. <HintPath>..\packages\Microsoft.EntityFrameworkCore.Relational.3.1.32\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Relational.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  110. <HintPath>..\packages\Microsoft.Extensions.Caching.Abstractions.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  113. <HintPath>..\packages\Microsoft.Extensions.Caching.Memory.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Microsoft.Extensions.Configuration, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.Extensions.Configuration.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  119. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Microsoft.Extensions.Configuration.Binder, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  122. <HintPath>..\packages\Microsoft.Extensions.Configuration.Binder.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  125. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  128. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  129. </Reference>
  130. <Reference Include="Microsoft.Extensions.Http, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  131. <HintPath>..\packages\Microsoft.Extensions.Http.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Http.dll</HintPath>
  132. </Reference>
  133. <Reference Include="Microsoft.Extensions.Logging, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  134. <HintPath>..\packages\Microsoft.Extensions.Logging.6.0.0\lib\net461\Microsoft.Extensions.Logging.dll</HintPath>
  135. </Reference>
  136. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  137. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  138. </Reference>
  139. <Reference Include="Microsoft.Extensions.Options, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  140. <HintPath>..\packages\Microsoft.Extensions.Options.6.0.0\lib\net461\Microsoft.Extensions.Options.dll</HintPath>
  141. </Reference>
  142. <Reference Include="Microsoft.Extensions.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  143. <HintPath>..\packages\Microsoft.Extensions.Primitives.6.0.0\lib\net461\Microsoft.Extensions.Primitives.dll</HintPath>
  144. </Reference>
  145. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  146. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  147. </Reference>
  148. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  149. <HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  150. </Reference>
  151. <Reference Include="NModbus, Version=3.0.72.0, Culture=neutral, processorArchitecture=MSIL">
  152. <HintPath>..\packages\NModbus.3.0.72\lib\net46\NModbus.dll</HintPath>
  153. </Reference>
  154. <Reference Include="NModbus4, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  155. <HintPath>..\packages\NModbus4.3.0.0-alpha2\lib\net45\NModbus4.dll</HintPath>
  156. </Reference>
  157. <Reference Include="OxyPlot, Version=2.1.2.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
  158. <HintPath>..\packages\OxyPlot.Core.2.1.2\lib\net45\OxyPlot.dll</HintPath>
  159. </Reference>
  160. <Reference Include="OxyPlot.Wpf, Version=2.1.2.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  161. <HintPath>..\packages\OxyPlot.Wpf.2.1.2\lib\net45\OxyPlot.Wpf.dll</HintPath>
  162. </Reference>
  163. <Reference Include="OxyPlot.Wpf.Shared, Version=2.1.2.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  164. <HintPath>..\packages\OxyPlot.Wpf.Shared.2.1.2\lib\net45\OxyPlot.Wpf.Shared.dll</HintPath>
  165. </Reference>
  166. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  167. <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  168. </Reference>
  169. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  170. <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  171. </Reference>
  172. <Reference Include="PropertyChanged, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
  173. <HintPath>..\packages\PropertyChanged.Fody.4.1.0\lib\net40\PropertyChanged.dll</HintPath>
  174. </Reference>
  175. <Reference Include="ReachFramework" />
  176. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  177. <HintPath>..\packages\Serilog.2.12.0\lib\net47\Serilog.dll</HintPath>
  178. </Reference>
  179. <Reference Include="SkiaSharp, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  180. <HintPath>..\packages\SkiaSharp.2.88.8\lib\net462\SkiaSharp.dll</HintPath>
  181. </Reference>
  182. <Reference Include="SkiaSharp.HarfBuzz, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  183. <HintPath>..\packages\SkiaSharp.HarfBuzz.2.88.8\lib\net462\SkiaSharp.HarfBuzz.dll</HintPath>
  184. </Reference>
  185. <Reference Include="SkiaSharp.QrCode, Version=0.7.0.0, Culture=neutral, PublicKeyToken=ff9ad146bc093012, processorArchitecture=MSIL">
  186. <HintPath>..\packages\SkiaSharp.QrCode.0.7.0\lib\netstandard2.0\SkiaSharp.QrCode.dll</HintPath>
  187. </Reference>
  188. <Reference Include="SkiaSharp.Views.Desktop.Common, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  189. <HintPath>..\packages\SkiaSharp.Views.Desktop.Common.2.88.8\lib\net462\SkiaSharp.Views.Desktop.Common.dll</HintPath>
  190. </Reference>
  191. <Reference Include="SkiaSharp.Views.WPF, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  192. <HintPath>..\packages\SkiaSharp.Views.WPF.2.88.8\lib\net462\SkiaSharp.Views.WPF.dll</HintPath>
  193. </Reference>
  194. <Reference Include="System" />
  195. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  196. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  197. </Reference>
  198. <Reference Include="System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  199. <HintPath>..\packages\System.Collections.Immutable.1.7.1\lib\net461\System.Collections.Immutable.dll</HintPath>
  200. </Reference>
  201. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  202. <HintPath>..\packages\System.ComponentModel.Annotations.4.7.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  203. </Reference>
  204. <Reference Include="System.ComponentModel.DataAnnotations" />
  205. <Reference Include="System.Configuration" />
  206. <Reference Include="System.Data" />
  207. <Reference Include="System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  208. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll</HintPath>
  209. </Reference>
  210. <Reference Include="System.Drawing" />
  211. <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  212. <HintPath>..\packages\System.Drawing.Common.4.7.3\lib\net461\System.Drawing.Common.dll</HintPath>
  213. </Reference>
  214. <Reference Include="System.Management" />
  215. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  216. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  217. </Reference>
  218. <Reference Include="System.Numerics" />
  219. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  220. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  221. </Reference>
  222. <Reference Include="System.Printing" />
  223. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  224. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  225. </Reference>
  226. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  227. <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  228. </Reference>
  229. <Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  230. <HintPath>..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
  231. </Reference>
  232. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  233. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  234. </Reference>
  235. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  236. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  237. </Reference>
  238. <Reference Include="System.Windows.Forms" />
  239. <Reference Include="System.Xml" />
  240. <Reference Include="Microsoft.CSharp" />
  241. <Reference Include="System.Core" />
  242. <Reference Include="System.Xml.Linq" />
  243. <Reference Include="System.Data.DataSetExtensions" />
  244. <Reference Include="System.Net.Http" />
  245. <Reference Include="System.Xaml">
  246. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  247. </Reference>
  248. <Reference Include="TouchSocket, Version=2.0.17.0, Culture=neutral, PublicKeyToken=5f39d7da98dac6a9, processorArchitecture=MSIL">
  249. <HintPath>..\packages\TouchSocket.2.0.17\lib\net472\TouchSocket.dll</HintPath>
  250. </Reference>
  251. <Reference Include="TouchSocket.Core, Version=2.0.17.0, Culture=neutral, PublicKeyToken=d6c415a2f58eda72, processorArchitecture=MSIL">
  252. <HintPath>..\packages\TouchSocket.Core.2.0.17\lib\net472\TouchSocket.Core.dll</HintPath>
  253. </Reference>
  254. <Reference Include="Validar, Version=1.9.0.0, Culture=neutral, PublicKeyToken=409b3227471b0f0d, processorArchitecture=MSIL">
  255. <HintPath>..\packages\Validar.Fody.1.9.0\lib\net452\Validar.dll</HintPath>
  256. </Reference>
  257. <Reference Include="WindowsBase" />
  258. <Reference Include="PresentationCore" />
  259. <Reference Include="PresentationFramework" />
  260. <Reference Include="zxing, Version=0.16.9.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
  261. <HintPath>..\packages\ZXing.Net.0.16.9\lib\net47\zxing.dll</HintPath>
  262. </Reference>
  263. <Reference Include="zxing.presentation, Version=0.16.9.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
  264. <HintPath>..\packages\ZXing.Net.0.16.9\lib\net47\zxing.presentation.dll</HintPath>
  265. </Reference>
  266. </ItemGroup>
  267. <ItemGroup>
  268. <Compile Include="DataHelp.cs" />
  269. <Compile Include="InovanceTcp.cs" />
  270. <Compile Include="Method\GVariable.cs" />
  271. <Compile Include="Models\CustomerInfor.cs" />
  272. <Compile Include="Models\HouseDto.cs" />
  273. <Compile Include="Models\InformationNew.cs" />
  274. <Compile Include="Models\MulProductModel.cs" />
  275. <Compile Include="Models\PictureInfo.cs" />
  276. <Compile Include="Models\ProductModel.cs" />
  277. <Compile Include="PLC.cs" />
  278. <Compile Include="ValidationTemplate.cs" />
  279. <Compile Include="Converters\BooleanToBrush.cs" />
  280. <Compile Include="Enums\RunResultState.cs" />
  281. <Compile Include="IParamChanged.cs" />
  282. <Compile Include="MainModule.cs" />
  283. <Compile Include="MainModuleProfile.cs" />
  284. <Compile Include="Models\AppSettings.cs" />
  285. <Compile Include="Models\ResettableTimer.cs" />
  286. <Compile Include="Models\OeeLogger.cs" />
  287. <Compile Include="Models\OperationLog.cs" />
  288. <Compile Include="Models\OtherParamEvent.cs" />
  289. <Compile Include="Models\Rootobject.cs" />
  290. <Compile Include="Models\LogEvent.cs" />
  291. <Compile Include="Models\LoginSuccessEvent.cs" />
  292. <Compile Include="Models\ResultEvent.cs" />
  293. <Compile Include="Models\SaveTraceParam.cs" />
  294. <Compile Include="Models\TestResultDto.cs" />
  295. <Compile Include="Models\UpLoadTraceModel.cs" />
  296. <Compile Include="Properties\AssemblyInfo.cs">
  297. <SubType>Code</SubType>
  298. </Compile>
  299. <Compile Include="Properties\Resources.Designer.cs">
  300. <AutoGen>True</AutoGen>
  301. <DesignTime>True</DesignTime>
  302. <DependentUpon>Resources.resx</DependentUpon>
  303. </Compile>
  304. <Compile Include="Properties\Settings.Designer.cs">
  305. <AutoGen>True</AutoGen>
  306. <DependentUpon>Settings.settings</DependentUpon>
  307. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  308. </Compile>
  309. <Compile Include="Services\WaringUpdateLog.cs" />
  310. <Compile Include="Services\IWarningUpdateService.cs" />
  311. <Compile Include="Services\WarningUpdateService.cs" />
  312. <Compile Include="ViewModels\AccountPageViewModel.cs" />
  313. <Compile Include="ViewModels\AlarmEvent.cs" />
  314. <Compile Include="ViewModels\ChartPage1ViewModel.cs" />
  315. <Compile Include="ViewModels\ChartPage2ViewModel.cs" />
  316. <Compile Include="ViewModels\ChartPage3ViewModel.cs" />
  317. <Compile Include="ViewModels\DataPageViewModel.cs" />
  318. <Compile Include="ViewModels\FileChangedEvent.cs" />
  319. <Compile Include="ViewModels\KBWindowViewModel.cs" />
  320. <Compile Include="ViewModels\LoginPageViewModel.cs" />
  321. <Compile Include="ViewModels\LogPageViewModel.cs" />
  322. <Compile Include="ViewModels\MainPageViewModel.cs" />
  323. <Compile Include="ViewModels\OperationLogPageViewModel.cs" />
  324. <Compile Include="ViewModels\OperatorNameEvent.cs" />
  325. <Compile Include="ViewModels\Param.cs" />
  326. <Compile Include="ViewModels\ParamDto.cs" />
  327. <Compile Include="ViewModels\ParamPageViewModel.cs" />
  328. <Compile Include="ViewModels\PathToImageConverter.cs" />
  329. <Compile Include="ViewModels\QualityTracingViewModel.cs" />
  330. <Compile Include="ViewModels\QuestEvent.cs" />
  331. <Compile Include="ViewModels\SopPageViewModel.cs" />
  332. <Compile Include="ViewModels\StatementPageViewModel.cs" />
  333. <Compile Include="Views\AccountPage.xaml.cs">
  334. <DependentUpon>AccountPage.xaml</DependentUpon>
  335. </Compile>
  336. <Compile Include="Views\ChartPage1.xaml.cs">
  337. <DependentUpon>ChartPage1.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="Views\ChartPage2.xaml.cs">
  340. <DependentUpon>ChartPage2.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="Views\ChartPage3.xaml.cs">
  343. <DependentUpon>ChartPage3.xaml</DependentUpon>
  344. </Compile>
  345. <Compile Include="Views\DataPage.xaml.cs">
  346. <DependentUpon>DataPage.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="Views\KBWindow.xaml.cs">
  349. <DependentUpon>KBWindow.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="Views\LoginPage.xaml.cs">
  352. <DependentUpon>LoginPage.xaml</DependentUpon>
  353. </Compile>
  354. <Compile Include="Views\LogPage.xaml.cs">
  355. <DependentUpon>LogPage.xaml</DependentUpon>
  356. </Compile>
  357. <Compile Include="Views\MainPage.xaml.cs">
  358. <DependentUpon>MainPage.xaml</DependentUpon>
  359. </Compile>
  360. <Compile Include="Views\OperationLogPage.xaml.cs">
  361. <DependentUpon>OperationLogPage.xaml</DependentUpon>
  362. </Compile>
  363. <Compile Include="Views\ParamPage.xaml.cs">
  364. <DependentUpon>ParamPage.xaml</DependentUpon>
  365. </Compile>
  366. <Compile Include="Views\QualityTracing.xaml.cs">
  367. <DependentUpon>QualityTracing.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="Views\SopPage.xaml.cs">
  370. <DependentUpon>SopPage.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="Views\StatementPage.xaml.cs">
  373. <DependentUpon>StatementPage.xaml</DependentUpon>
  374. </Compile>
  375. <EmbeddedResource Include="Properties\Resources.resx">
  376. <Generator>ResXFileCodeGenerator</Generator>
  377. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  378. </EmbeddedResource>
  379. <None Include="app.config" />
  380. <Resource Include="Assets\iconfont.ttf" />
  381. <None Include="jsconfig1.json" />
  382. <None Include="packages.config" />
  383. <None Include="Properties\Settings.settings">
  384. <Generator>SettingsSingleFileGenerator</Generator>
  385. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  386. </None>
  387. </ItemGroup>
  388. <ItemGroup>
  389. <Page Include="Dictionary\ButtonStyle.xaml">
  390. <Generator>MSBuild:Compile</Generator>
  391. <SubType>Designer</SubType>
  392. </Page>
  393. <Page Include="Dictionary\GroupboxStyle.xaml">
  394. <Generator>MSBuild:Compile</Generator>
  395. <SubType>Designer</SubType>
  396. </Page>
  397. <Page Include="Views\AccountPage.xaml">
  398. <SubType>Designer</SubType>
  399. <Generator>MSBuild:Compile</Generator>
  400. </Page>
  401. <Page Include="Views\ChartPage1.xaml">
  402. <SubType>Designer</SubType>
  403. <Generator>MSBuild:Compile</Generator>
  404. </Page>
  405. <Page Include="Views\ChartPage2.xaml">
  406. <SubType>Designer</SubType>
  407. <Generator>MSBuild:Compile</Generator>
  408. </Page>
  409. <Page Include="Views\ChartPage3.xaml">
  410. <SubType>Designer</SubType>
  411. <Generator>MSBuild:Compile</Generator>
  412. </Page>
  413. <Page Include="Views\DataPage.xaml">
  414. <Generator>MSBuild:Compile</Generator>
  415. <SubType>Designer</SubType>
  416. </Page>
  417. <Page Include="Views\KBWindow.xaml">
  418. <SubType>Designer</SubType>
  419. <Generator>MSBuild:Compile</Generator>
  420. </Page>
  421. <Page Include="Views\LoginPage.xaml">
  422. <SubType>Designer</SubType>
  423. <Generator>MSBuild:Compile</Generator>
  424. </Page>
  425. <Page Include="Views\LogPage.xaml">
  426. <SubType>Designer</SubType>
  427. <Generator>MSBuild:Compile</Generator>
  428. </Page>
  429. <Page Include="Views\MainPage.xaml">
  430. <Generator>MSBuild:Compile</Generator>
  431. <SubType>Designer</SubType>
  432. </Page>
  433. <Page Include="Views\OperationLogPage.xaml">
  434. <SubType>Designer</SubType>
  435. <Generator>MSBuild:Compile</Generator>
  436. </Page>
  437. <Page Include="Views\ParamPage.xaml">
  438. <SubType>Designer</SubType>
  439. <Generator>MSBuild:Compile</Generator>
  440. </Page>
  441. <Page Include="Views\QualityTracing.xaml">
  442. <SubType>Designer</SubType>
  443. <Generator>MSBuild:Compile</Generator>
  444. </Page>
  445. <Page Include="Views\SopPage.xaml">
  446. <SubType>Designer</SubType>
  447. <Generator>MSBuild:Compile</Generator>
  448. </Page>
  449. <Page Include="Views\StatementPage.xaml">
  450. <SubType>Designer</SubType>
  451. <Generator>MSBuild:Compile</Generator>
  452. </Page>
  453. </ItemGroup>
  454. <ItemGroup>
  455. <ProjectReference Include="..\LogoForceTestApp.Core\LogoForceTestApp.Core.csproj">
  456. <Project>{5756697F-74D6-4D84-9FBD-C700EDD963C4}</Project>
  457. <Name>LogoForceTestApp.Core</Name>
  458. </ProjectReference>
  459. <ProjectReference Include="..\LogoForceTestApp.Services\LogoForceTestApp.Services.csproj">
  460. <Project>{FCA9FDAC-FF32-44EE-91B0-639CAA951730}</Project>
  461. <Name>LogoForceTestApp.Services</Name>
  462. </ProjectReference>
  463. <ProjectReference Include="..\Repository\Repository.csproj">
  464. <Project>{29ACD141-09DA-4CBB-8A68-806243612902}</Project>
  465. <Name>Repository</Name>
  466. </ProjectReference>
  467. <ProjectReference Include="..\StatementMachineService\StatementMachineService.csproj">
  468. <Project>{47DA2B6E-4612-4640-BB04-982F61082D29}</Project>
  469. <Name>StatementMachineService</Name>
  470. </ProjectReference>
  471. <ProjectReference Include="..\Team.Utility\Team.Utility.csproj">
  472. <Project>{8448BC5C-0B45-4126-A17F-2C21B01E94EB}</Project>
  473. <Name>Team.Utility</Name>
  474. </ProjectReference>
  475. </ItemGroup>
  476. <ItemGroup>
  477. <Resource Include="Images\绿灯.png" />
  478. </ItemGroup>
  479. <ItemGroup>
  480. <Resource Include="Images\dev.png" />
  481. </ItemGroup>
  482. <ItemGroup>
  483. <Resource Include="Images\红灯.png" />
  484. <Resource Include="Images\黄灯.png" />
  485. </ItemGroup>
  486. <ItemGroup>
  487. <Resource Include="Views\dev.png" />
  488. </ItemGroup>
  489. <ItemGroup>
  490. <Resource Include="Views\绿灯.png" />
  491. </ItemGroup>
  492. <ItemGroup>
  493. <Resource Include="Views\黄灯.png" />
  494. </ItemGroup>
  495. <ItemGroup>
  496. <Resource Include="Views\红灯.png" />
  497. </ItemGroup>
  498. <ItemGroup>
  499. <Resource Include="Views\persons.png" />
  500. </ItemGroup>
  501. <ItemGroup />
  502. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  503. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  504. <PropertyGroup>
  505. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  506. </PropertyGroup>
  507. <Error Condition="!Exists('..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props'))" />
  508. <Error Condition="!Exists('..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets'))" />
  509. <Error Condition="!Exists('..\packages\Fody.6.8.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.8.0\build\Fody.targets'))" />
  510. <Error Condition="!Exists('..\packages\Validar.Fody.1.9.0\build\Validar.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Validar.Fody.1.9.0\build\Validar.Fody.props'))" />
  511. <Error Condition="!Exists('..\packages\SkiaSharp.NativeAssets.macOS.2.88.8\build\net462\SkiaSharp.NativeAssets.macOS.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SkiaSharp.NativeAssets.macOS.2.88.8\build\net462\SkiaSharp.NativeAssets.macOS.targets'))" />
  512. <Error Condition="!Exists('..\packages\SkiaSharp.NativeAssets.Win32.2.88.8\build\net462\SkiaSharp.NativeAssets.Win32.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SkiaSharp.NativeAssets.Win32.2.88.8\build\net462\SkiaSharp.NativeAssets.Win32.targets'))" />
  513. <Error Condition="!Exists('..\packages\Microsoft.EntityFrameworkCore.Design.3.1.32\build\net461\Microsoft.EntityFrameworkCore.Design.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.EntityFrameworkCore.Design.3.1.32\build\net461\Microsoft.EntityFrameworkCore.Design.props'))" />
  514. <Error Condition="!Exists('..\packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.2\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.2\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets'))" />
  515. <Error Condition="!Exists('..\packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.2\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.2\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets'))" />
  516. </Target>
  517. <Import Project="..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" />
  518. <Import Project="..\packages\Fody.6.8.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.8.0\build\Fody.targets')" />
  519. <Import Project="..\packages\SkiaSharp.NativeAssets.macOS.2.88.8\build\net462\SkiaSharp.NativeAssets.macOS.targets" Condition="Exists('..\packages\SkiaSharp.NativeAssets.macOS.2.88.8\build\net462\SkiaSharp.NativeAssets.macOS.targets')" />
  520. <Import Project="..\packages\SkiaSharp.NativeAssets.Win32.2.88.8\build\net462\SkiaSharp.NativeAssets.Win32.targets" Condition="Exists('..\packages\SkiaSharp.NativeAssets.Win32.2.88.8\build\net462\SkiaSharp.NativeAssets.Win32.targets')" />
  521. <Import Project="..\packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.2\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets" Condition="Exists('..\packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.2\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets')" />
  522. <Import Project="..\packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.2\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets" Condition="Exists('..\packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.2\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets')" />
  523. </Project>