LocalhostMES.csproj 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  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>{F51B99A2-C4D9-40C8-A79F-5C7BFE34C202}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>LocalhostMES</RootNamespace>
  10. <AssemblyName>LocalhostMES</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  42. </Reference>
  43. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  44. <HintPath>..\packages\BouncyCastle.Cryptography.2.6.2\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Google.Protobuf, Version=3.32.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Google.Protobuf.3.32.0\lib\net45\Google.Protobuf.dll</HintPath>
  48. </Reference>
  49. <Reference Include="K4os.Compression.LZ4, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  50. <HintPath>..\packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll</HintPath>
  51. </Reference>
  52. <Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  53. <HintPath>..\packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
  54. </Reference>
  55. <Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
  56. <HintPath>..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
  57. </Reference>
  58. <Reference Include="log4net, Version=3.1.0.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  59. <HintPath>..\packages\log4net.3.1.0\lib\net462\log4net.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.AspNetCore, Version=2.3.8.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  62. <HintPath>..\packages\Microsoft.AspNetCore.2.3.8\lib\netstandard2.0\Microsoft.AspNetCore.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.AspNetCore.Authentication.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Microsoft.AspNetCore.Authentication.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Authentication.Abstractions.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.AspNetCore.Authentication.Core, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Microsoft.AspNetCore.Authentication.Core.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Authentication.Core.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Microsoft.AspNetCore.Authorization, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Microsoft.AspNetCore.Authorization.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Authorization.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.AspNetCore.Authorization.Policy, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Microsoft.AspNetCore.Authorization.Policy.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Authorization.Policy.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.AspNetCore.Connections.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.AspNetCore.Connections.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Connections.Abstractions.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.AspNetCore.Diagnostics, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.AspNetCore.Diagnostics.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Diagnostics.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.AspNetCore.Diagnostics.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Microsoft.AspNetCore.Diagnostics.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.AspNetCore.HostFiltering, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Microsoft.AspNetCore.HostFiltering.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.HostFiltering.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.AspNetCore.Hosting, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.AspNetCore.Hosting.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.AspNetCore.Hosting.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Microsoft.AspNetCore.Hosting.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.Abstractions.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.AspNetCore.Http, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Microsoft.AspNetCore.Http.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.AspNetCore.Http.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Microsoft.AspNetCore.Http.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Abstractions.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Microsoft.AspNetCore.Http.Extensions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Microsoft.AspNetCore.Http.Extensions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Extensions.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.AspNetCore.Http.Features, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  107. <HintPath>..\packages\Microsoft.AspNetCore.Http.Features.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Features.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Microsoft.AspNetCore.HttpOverrides, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  110. <HintPath>..\packages\Microsoft.AspNetCore.HttpOverrides.2.1.1\lib\netstandard2.0\Microsoft.AspNetCore.HttpOverrides.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Microsoft.AspNetCore.Mvc.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  113. <HintPath>..\packages\Microsoft.AspNetCore.Mvc.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Mvc.Abstractions.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Microsoft.AspNetCore.Mvc.Core, Version=2.3.9.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.AspNetCore.Mvc.Core.2.3.9\lib\netstandard2.0\Microsoft.AspNetCore.Mvc.Core.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  119. <HintPath>..\packages\Microsoft.AspNetCore.ResponseCaching.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Microsoft.AspNetCore.Routing, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  122. <HintPath>..\packages\Microsoft.AspNetCore.Routing.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Routing.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Microsoft.AspNetCore.Routing.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  125. <HintPath>..\packages\Microsoft.AspNetCore.Routing.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Routing.Abstractions.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Microsoft.AspNetCore.Server.IISIntegration, Version=2.1.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  128. <HintPath>..\packages\Microsoft.AspNetCore.Server.IISIntegration.2.1.7\lib\netstandard2.0\Microsoft.AspNetCore.Server.IISIntegration.dll</HintPath>
  129. </Reference>
  130. <Reference Include="Microsoft.AspNetCore.Server.Kestrel, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  131. <HintPath>..\packages\Microsoft.AspNetCore.Server.Kestrel.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Server.Kestrel.dll</HintPath>
  132. </Reference>
  133. <Reference Include="Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  134. <HintPath>..\packages\Microsoft.AspNetCore.Server.Kestrel.Core.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll</HintPath>
  135. </Reference>
  136. <Reference Include="Microsoft.AspNetCore.Server.Kestrel.Https, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  137. <HintPath>..\packages\Microsoft.AspNetCore.Server.Kestrel.Https.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Server.Kestrel.Https.dll</HintPath>
  138. </Reference>
  139. <Reference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  140. <HintPath>..\packages\Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll</HintPath>
  141. </Reference>
  142. <Reference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  143. <HintPath>..\packages\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll</HintPath>
  144. </Reference>
  145. <Reference Include="Microsoft.AspNetCore.WebUtilities, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  146. <HintPath>..\packages\Microsoft.AspNetCore.WebUtilities.2.3.0\lib\netstandard2.0\Microsoft.AspNetCore.WebUtilities.dll</HintPath>
  147. </Reference>
  148. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  149. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  150. </Reference>
  151. <Reference Include="Microsoft.DotNet.PlatformAbstractions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  152. <HintPath>..\packages\Microsoft.DotNet.PlatformAbstractions.2.1.0\lib\net45\Microsoft.DotNet.PlatformAbstractions.dll</HintPath>
  153. </Reference>
  154. <Reference Include="Microsoft.Extensions.Configuration, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  155. <HintPath>..\packages\Microsoft.Extensions.Configuration.10.0.1\lib\net462\Microsoft.Extensions.Configuration.dll</HintPath>
  156. </Reference>
  157. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  158. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.10.0.1\lib\net462\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  159. </Reference>
  160. <Reference Include="Microsoft.Extensions.Configuration.Binder, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  161. <HintPath>..\packages\Microsoft.Extensions.Configuration.Binder.10.0.1\lib\net462\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
  162. </Reference>
  163. <Reference Include="Microsoft.Extensions.Configuration.CommandLine, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  164. <HintPath>..\packages\Microsoft.Extensions.Configuration.CommandLine.10.0.1\lib\net462\Microsoft.Extensions.Configuration.CommandLine.dll</HintPath>
  165. </Reference>
  166. <Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  167. <HintPath>..\packages\Microsoft.Extensions.Configuration.EnvironmentVariables.10.0.1\lib\net462\Microsoft.Extensions.Configuration.EnvironmentVariables.dll</HintPath>
  168. </Reference>
  169. <Reference Include="Microsoft.Extensions.Configuration.FileExtensions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  170. <HintPath>..\packages\Microsoft.Extensions.Configuration.FileExtensions.10.0.1\lib\net462\Microsoft.Extensions.Configuration.FileExtensions.dll</HintPath>
  171. </Reference>
  172. <Reference Include="Microsoft.Extensions.Configuration.Json, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  173. <HintPath>..\packages\Microsoft.Extensions.Configuration.Json.10.0.1\lib\net462\Microsoft.Extensions.Configuration.Json.dll</HintPath>
  174. </Reference>
  175. <Reference Include="Microsoft.Extensions.Configuration.UserSecrets, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  176. <HintPath>..\packages\Microsoft.Extensions.Configuration.UserSecrets.10.0.1\lib\net462\Microsoft.Extensions.Configuration.UserSecrets.dll</HintPath>
  177. </Reference>
  178. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  179. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.10.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  180. </Reference>
  181. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  182. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  183. </Reference>
  184. <Reference Include="Microsoft.Extensions.DependencyModel, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  185. <HintPath>..\packages\Microsoft.Extensions.DependencyModel.2.1.0\lib\net451\Microsoft.Extensions.DependencyModel.dll</HintPath>
  186. </Reference>
  187. <Reference Include="Microsoft.Extensions.Diagnostics, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  188. <HintPath>..\packages\Microsoft.Extensions.Diagnostics.10.0.1\lib\net462\Microsoft.Extensions.Diagnostics.dll</HintPath>
  189. </Reference>
  190. <Reference Include="Microsoft.Extensions.Diagnostics.Abstractions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  191. <HintPath>..\packages\Microsoft.Extensions.Diagnostics.Abstractions.10.0.1\lib\net462\Microsoft.Extensions.Diagnostics.Abstractions.dll</HintPath>
  192. </Reference>
  193. <Reference Include="Microsoft.Extensions.FileProviders.Abstractions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  194. <HintPath>..\packages\Microsoft.Extensions.FileProviders.Abstractions.10.0.1\lib\net462\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
  195. </Reference>
  196. <Reference Include="Microsoft.Extensions.FileProviders.Physical, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  197. <HintPath>..\packages\Microsoft.Extensions.FileProviders.Physical.10.0.1\lib\net462\Microsoft.Extensions.FileProviders.Physical.dll</HintPath>
  198. </Reference>
  199. <Reference Include="Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  200. <HintPath>..\packages\Microsoft.Extensions.FileSystemGlobbing.10.0.1\lib\net462\Microsoft.Extensions.FileSystemGlobbing.dll</HintPath>
  201. </Reference>
  202. <Reference Include="Microsoft.Extensions.Hosting.Abstractions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  203. <HintPath>..\packages\Microsoft.Extensions.Hosting.Abstractions.10.0.1\lib\net462\Microsoft.Extensions.Hosting.Abstractions.dll</HintPath>
  204. </Reference>
  205. <Reference Include="Microsoft.Extensions.Logging, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  206. <HintPath>..\packages\Microsoft.Extensions.Logging.10.0.1\lib\net462\Microsoft.Extensions.Logging.dll</HintPath>
  207. </Reference>
  208. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  209. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  210. </Reference>
  211. <Reference Include="Microsoft.Extensions.Logging.Configuration, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  212. <HintPath>..\packages\Microsoft.Extensions.Logging.Configuration.10.0.1\lib\net462\Microsoft.Extensions.Logging.Configuration.dll</HintPath>
  213. </Reference>
  214. <Reference Include="Microsoft.Extensions.Logging.Console, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  215. <HintPath>..\packages\Microsoft.Extensions.Logging.Console.10.0.1\lib\net462\Microsoft.Extensions.Logging.Console.dll</HintPath>
  216. </Reference>
  217. <Reference Include="Microsoft.Extensions.Logging.Debug, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  218. <HintPath>..\packages\Microsoft.Extensions.Logging.Debug.10.0.1\lib\net462\Microsoft.Extensions.Logging.Debug.dll</HintPath>
  219. </Reference>
  220. <Reference Include="Microsoft.Extensions.Logging.EventLog, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  221. <HintPath>..\packages\Microsoft.Extensions.Logging.EventLog.10.0.1\lib\net462\Microsoft.Extensions.Logging.EventLog.dll</HintPath>
  222. </Reference>
  223. <Reference Include="Microsoft.Extensions.Logging.EventSource, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  224. <HintPath>..\packages\Microsoft.Extensions.Logging.EventSource.10.0.1\lib\net462\Microsoft.Extensions.Logging.EventSource.dll</HintPath>
  225. </Reference>
  226. <Reference Include="Microsoft.Extensions.ObjectPool, Version=8.0.11.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  227. <HintPath>..\packages\Microsoft.Extensions.ObjectPool.8.0.11\lib\net462\Microsoft.Extensions.ObjectPool.dll</HintPath>
  228. </Reference>
  229. <Reference Include="Microsoft.Extensions.Options, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  230. <HintPath>..\packages\Microsoft.Extensions.Options.10.0.1\lib\net462\Microsoft.Extensions.Options.dll</HintPath>
  231. </Reference>
  232. <Reference Include="Microsoft.Extensions.Options.ConfigurationExtensions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  233. <HintPath>..\packages\Microsoft.Extensions.Options.ConfigurationExtensions.10.0.1\lib\net462\Microsoft.Extensions.Options.ConfigurationExtensions.dll</HintPath>
  234. </Reference>
  235. <Reference Include="Microsoft.Extensions.Primitives, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  236. <HintPath>..\packages\Microsoft.Extensions.Primitives.10.0.1\lib\net462\Microsoft.Extensions.Primitives.dll</HintPath>
  237. </Reference>
  238. <Reference Include="Microsoft.Net.Http.Headers, Version=2.3.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  239. <HintPath>..\packages\Microsoft.Net.Http.Headers.2.3.0\lib\netstandard2.0\Microsoft.Net.Http.Headers.dll</HintPath>
  240. </Reference>
  241. <Reference Include="Microsoft.Owin, Version=4.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  242. <HintPath>..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll</HintPath>
  243. </Reference>
  244. <Reference Include="Microsoft.Owin.Cors, Version=4.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  245. <HintPath>..\packages\Microsoft.Owin.Cors.4.2.3\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
  246. </Reference>
  247. <Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  248. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.2.2\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  249. </Reference>
  250. <Reference Include="Microsoft.Owin.Hosting, Version=4.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  251. <HintPath>..\packages\Microsoft.Owin.Hosting.4.2.3\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  252. </Reference>
  253. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  254. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  255. </Reference>
  256. <Reference Include="MySql.Data, Version=8.0.33.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  257. <HintPath>..\packages\MySql.Data.8.0.33\lib\net462\MySql.Data.dll</HintPath>
  258. </Reference>
  259. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  260. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  261. </Reference>
  262. <Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  263. <HintPath>..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
  264. </Reference>
  265. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  266. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  267. </Reference>
  268. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  269. <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  270. </Reference>
  271. <Reference Include="Prism.Unity.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  272. <HintPath>..\packages\Prism.Unity.8.1.97\lib\net47\Prism.Unity.Wpf.dll</HintPath>
  273. </Reference>
  274. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  275. <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  276. </Reference>
  277. <Reference Include="SqlSugar, Version=5.1.4.207, Culture=neutral, processorArchitecture=MSIL">
  278. <HintPath>..\packages\SqlSugar.5.1.4.207\lib\SqlSugar.dll</HintPath>
  279. </Reference>
  280. <Reference Include="TouchSocket, Version=3.1.17.0, Culture=neutral, PublicKeyToken=5f39d7da98dac6a9, processorArchitecture=MSIL">
  281. <HintPath>..\packages\TouchSocket.3.1.17\lib\net472\TouchSocket.dll</HintPath>
  282. </Reference>
  283. <Reference Include="TouchSocket.Core, Version=3.1.17.0, Culture=neutral, PublicKeyToken=d6c415a2f58eda72, processorArchitecture=MSIL">
  284. <HintPath>..\packages\TouchSocket.Core.3.1.17\lib\net472\TouchSocket.Core.dll</HintPath>
  285. </Reference>
  286. <Reference Include="System" />
  287. <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  288. <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
  289. </Reference>
  290. <Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  291. <HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  292. </Reference>
  293. <Reference Include="System.ComponentModel.Composition" />
  294. <Reference Include="System.ComponentModel.DataAnnotations" />
  295. <Reference Include="System.Configuration" />
  296. <Reference Include="System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  297. <HintPath>..\packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
  298. </Reference>
  299. <Reference Include="System.Data" />
  300. <Reference Include="System.Diagnostics.DiagnosticSource, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  301. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.10.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  302. </Reference>
  303. <Reference Include="System.Drawing" />
  304. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  305. <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  306. <Private>True</Private>
  307. <Private>True</Private>
  308. </Reference>
  309. <Reference Include="System.IO.Compression" />
  310. <Reference Include="System.IO.Compression.FileSystem" />
  311. <Reference Include="System.IO.Pipelines, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  312. <HintPath>..\packages\System.IO.Pipelines.10.0.1\lib\net462\System.IO.Pipelines.dll</HintPath>
  313. </Reference>
  314. <Reference Include="System.Management" />
  315. <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  316. <HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
  317. </Reference>
  318. <Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  319. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  320. </Reference>
  321. <Reference Include="System.Numerics" />
  322. <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  323. <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
  324. </Reference>
  325. <Reference Include="System.Reflection.Metadata, Version=8.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  326. <HintPath>..\packages\System.Reflection.Metadata.8.0.1\lib\net462\System.Reflection.Metadata.dll</HintPath>
  327. </Reference>
  328. <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  329. <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
  330. <Private>True</Private>
  331. <Private>True</Private>
  332. </Reference>
  333. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  334. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  335. </Reference>
  336. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  337. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  338. <Private>True</Private>
  339. <Private>True</Private>
  340. </Reference>
  341. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  342. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
  343. <Private>True</Private>
  344. <Private>True</Private>
  345. </Reference>
  346. <Reference Include="System.Security.Cryptography.Cng, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  347. <HintPath>..\packages\System.Security.Cryptography.Cng.5.0.0\lib\net47\System.Security.Cryptography.Cng.dll</HintPath>
  348. </Reference>
  349. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  350. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  351. <Private>True</Private>
  352. <Private>True</Private>
  353. </Reference>
  354. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  355. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  356. <Private>True</Private>
  357. <Private>True</Private>
  358. </Reference>
  359. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  360. <HintPath>..\packages\System.Security.Principal.Windows.4.5.1\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  361. </Reference>
  362. <Reference Include="System.Text.Encodings.Web, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  363. <HintPath>..\packages\System.Text.Encodings.Web.10.0.1\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  364. </Reference>
  365. <Reference Include="System.Text.Json, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  366. <HintPath>..\packages\System.Text.Json.10.0.1\lib\net462\System.Text.Json.dll</HintPath>
  367. </Reference>
  368. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  369. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
  370. </Reference>
  371. <Reference Include="System.Transactions" />
  372. <Reference Include="System.Web" />
  373. <Reference Include="System.Web.Cors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  374. <HintPath>..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
  375. </Reference>
  376. <Reference Include="System.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  377. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.3.0\lib\net45\System.Web.Http.dll</HintPath>
  378. </Reference>
  379. <Reference Include="System.Web.Http.Owin, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  380. <HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.3.0\lib\net45\System.Web.Http.Owin.dll</HintPath>
  381. </Reference>
  382. <Reference Include="System.Windows.Forms" />
  383. <Reference Include="System.Xml" />
  384. <Reference Include="Microsoft.CSharp" />
  385. <Reference Include="System.Core" />
  386. <Reference Include="System.Xml.Linq" />
  387. <Reference Include="System.Data.DataSetExtensions" />
  388. <Reference Include="System.Net.Http" />
  389. <Reference Include="System.Xaml">
  390. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  391. </Reference>
  392. <Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  393. <HintPath>..\packages\Unity.Abstractions.5.11.7\lib\net47\Unity.Abstractions.dll</HintPath>
  394. </Reference>
  395. <Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  396. <HintPath>..\packages\Unity.Container.5.11.11\lib\net47\Unity.Container.dll</HintPath>
  397. </Reference>
  398. <Reference Include="Unity.WebApi, Version=5.4.0.0, Culture=neutral, PublicKeyToken=43da31bc42a85347, processorArchitecture=MSIL">
  399. <HintPath>..\packages\Unity.WebAPI.5.4.0\lib\net45\Unity.WebApi.dll</HintPath>
  400. </Reference>
  401. <Reference Include="WindowsBase" />
  402. <Reference Include="PresentationCore" />
  403. <Reference Include="PresentationFramework" />
  404. <Reference Include="ZstdSharp, Version=0.8.6.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
  405. <HintPath>..\packages\ZstdSharp.Port.0.8.6\lib\net462\ZstdSharp.dll</HintPath>
  406. </Reference>
  407. </ItemGroup>
  408. <ItemGroup>
  409. <ApplicationDefinition Include="App.xaml">
  410. <Generator>MSBuild:Compile</Generator>
  411. <SubType>Designer</SubType>
  412. </ApplicationDefinition>
  413. <Compile Include="App.xaml.cs">
  414. <DependentUpon>App.xaml</DependentUpon>
  415. <SubType>Code</SubType>
  416. </Compile>
  417. <Compile Include="Api\Controllers\MesController.cs" />
  418. <Compile Include="Api\Hosting\OwinWebApiStartup.cs" />
  419. <Compile Include="Api\Hosting\WebApiService.cs" />
  420. <Compile Include="Api\Services\MesApiClient.cs" />
  421. <Compile Include="Api\Services\MesMomHttpEndpoints.cs" />
  422. <Compile Include="Helpers\DateCodeConverter.cs" />
  423. <Compile Include="Helpers\KeyPartExcelImporter.cs" />
  424. <Compile Include="Infrastructure\PrismDependencyResolver.cs" />
  425. <Compile Include="Core\LogHelper.cs" />
  426. <Compile Include="Core\MesDataChangedEvent.cs" />
  427. <Compile Include="Core\ThemeManager.cs" />
  428. <Compile Include="Core\Management.cs" />
  429. <Compile Include="Core\TrayIconManager.cs" />
  430. <Compile Include="DataBase\DatabaseHelper.cs" />
  431. <Compile Include="Enums\FormulaPartType.cs" />
  432. <Compile Include="Enums\StationType.cs" />
  433. <Compile Include="Models\MesModel.cs" />
  434. <Compile Include="Converters\ResultColorConverter.cs" />
  435. <Compile Include="ViewModels\MainViewModel.cs" />
  436. <Compile Include="ViewModels\Services\IMesWorkspace.cs" />
  437. <Compile Include="ViewModels\Services\MesWorkspace.cs" />
  438. <Compile Include="ViewModels\Tabs\ApiTestViewModel.cs" />
  439. <Compile Include="ViewModels\Tabs\BindRecordsViewModel.cs" />
  440. <Compile Include="ViewModels\Tabs\KeyPartManagementViewModel.cs" />
  441. <Compile Include="ViewModels\Tabs\PartCatalogViewModel.cs" />
  442. <Compile Include="ViewModels\Tabs\ProcessRecordsViewModel.cs" />
  443. <Compile Include="ViewModels\Tabs\SnManagementViewModel.cs" />
  444. <Compile Include="ViewModels\Tabs\SystemSettingsViewModel.cs" />
  445. <Compile Include="ViewModels\Tabs\TcpServerViewModel.cs" />
  446. <Compile Include="ViewModels\Tabs\WorkOrderManagementViewModel.cs" />
  447. <Compile Include="Views\MainView.xaml.cs">
  448. <DependentUpon>MainView.xaml</DependentUpon>
  449. </Compile>
  450. <Compile Include="Views\Tabs\ApiTestView.xaml.cs">
  451. <DependentUpon>ApiTestView.xaml</DependentUpon>
  452. </Compile>
  453. <Compile Include="Views\Tabs\BindRecordsView.xaml.cs">
  454. <DependentUpon>BindRecordsView.xaml</DependentUpon>
  455. </Compile>
  456. <Compile Include="Views\Tabs\KeyPartManagementView.xaml.cs">
  457. <DependentUpon>KeyPartManagementView.xaml</DependentUpon>
  458. </Compile>
  459. <Compile Include="Views\Tabs\PartCatalogView.xaml.cs">
  460. <DependentUpon>PartCatalogView.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="Views\Tabs\ProcessRecordsView.xaml.cs">
  463. <DependentUpon>ProcessRecordsView.xaml</DependentUpon>
  464. </Compile>
  465. <Compile Include="Views\Tabs\SnManagementView.xaml.cs">
  466. <DependentUpon>SnManagementView.xaml</DependentUpon>
  467. </Compile>
  468. <Compile Include="Views\Tabs\SystemSettingsView.xaml.cs">
  469. <DependentUpon>SystemSettingsView.xaml</DependentUpon>
  470. </Compile>
  471. <Compile Include="Views\Tabs\TcpServerView.xaml.cs">
  472. <DependentUpon>TcpServerView.xaml</DependentUpon>
  473. </Compile>
  474. <Compile Include="Views\Tabs\WorkOrderManagementView.xaml.cs">
  475. <DependentUpon>WorkOrderManagementView.xaml</DependentUpon>
  476. </Compile>
  477. </ItemGroup>
  478. <ItemGroup>
  479. <Compile Include="Properties\AssemblyInfo.cs">
  480. <SubType>Code</SubType>
  481. </Compile>
  482. <Compile Include="Properties\Resources.Designer.cs">
  483. <AutoGen>True</AutoGen>
  484. <DesignTime>True</DesignTime>
  485. <DependentUpon>Resources.resx</DependentUpon>
  486. </Compile>
  487. <Compile Include="Properties\Settings.Designer.cs">
  488. <AutoGen>True</AutoGen>
  489. <DependentUpon>Settings.settings</DependentUpon>
  490. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  491. </Compile>
  492. <EmbeddedResource Include="Properties\Resources.resx">
  493. <Generator>ResXFileCodeGenerator</Generator>
  494. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  495. </EmbeddedResource>
  496. <None Include="packages.config" />
  497. <None Include="Properties\Settings.settings">
  498. <Generator>SettingsSingleFileGenerator</Generator>
  499. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  500. </None>
  501. </ItemGroup>
  502. <ItemGroup>
  503. <None Include="App.config" />
  504. </ItemGroup>
  505. <ItemGroup />
  506. <ItemGroup>
  507. <Page Include="Views\MainView.xaml">
  508. <SubType>Designer</SubType>
  509. <Generator>MSBuild:Compile</Generator>
  510. </Page>
  511. <Page Include="Views\Resources\MesTabStyles.xaml">
  512. <SubType>Designer</SubType>
  513. <Generator>MSBuild:Compile</Generator>
  514. </Page>
  515. <Page Include="Views\Tabs\ApiTestView.xaml">
  516. <SubType>Designer</SubType>
  517. <Generator>MSBuild:Compile</Generator>
  518. </Page>
  519. <Page Include="Views\Tabs\BindRecordsView.xaml">
  520. <SubType>Designer</SubType>
  521. <Generator>MSBuild:Compile</Generator>
  522. </Page>
  523. <Page Include="Views\Tabs\KeyPartManagementView.xaml">
  524. <SubType>Designer</SubType>
  525. <Generator>MSBuild:Compile</Generator>
  526. </Page>
  527. <Page Include="Views\Tabs\PartCatalogView.xaml">
  528. <SubType>Designer</SubType>
  529. <Generator>MSBuild:Compile</Generator>
  530. </Page>
  531. <Page Include="Views\Tabs\ProcessRecordsView.xaml">
  532. <SubType>Designer</SubType>
  533. <Generator>MSBuild:Compile</Generator>
  534. </Page>
  535. <Page Include="Views\Tabs\SnManagementView.xaml">
  536. <SubType>Designer</SubType>
  537. <Generator>MSBuild:Compile</Generator>
  538. </Page>
  539. <Page Include="Views\Tabs\SystemSettingsView.xaml">
  540. <SubType>Designer</SubType>
  541. <Generator>MSBuild:Compile</Generator>
  542. </Page>
  543. <Page Include="Views\Tabs\TcpServerView.xaml">
  544. <SubType>Designer</SubType>
  545. <Generator>MSBuild:Compile</Generator>
  546. </Page>
  547. <Page Include="Views\Tabs\WorkOrderManagementView.xaml">
  548. <SubType>Designer</SubType>
  549. <Generator>MSBuild:Compile</Generator>
  550. </Page>
  551. </ItemGroup>
  552. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  553. <Import Project="..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets" Condition="Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" />
  554. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  555. <PropertyGroup>
  556. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  557. </PropertyGroup>
  558. <Error Condition="!Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets'))" />
  559. </Target>
  560. </Project>