DefaultEdit.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{3719CDFC-4396-4749-8A54-E848CEA07CEA}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>DefaultEdit</RootNamespace>
  11. <AssemblyName>DefaultEdit</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  44. <HintPath>packages\BouncyCastle.Cryptography.2.5.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EasyHttp, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <HintPath>packages\EasyHttp.1.7.0\lib\net40\EasyHttp.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  50. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  53. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  54. </Reference>
  55. <Reference Include="GLWpfControl, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>packages\OpenTK.GLWpfControl.3.3.0\lib\net452\GLWpfControl.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Google.Protobuf, Version=3.30.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  59. <HintPath>packages\Google.Protobuf.3.30.0\lib\net45\Google.Protobuf.dll</HintPath>
  60. </Reference>
  61. <Reference Include="HarfBuzzSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  62. <HintPath>packages\HarfBuzzSharp.7.3.0.3\lib\net462\HarfBuzzSharp.dll</HintPath>
  63. </Reference>
  64. <Reference Include="JsonFx, Version=2.0.1209.2802, Culture=neutral, PublicKeyToken=315052dd637f8a52, processorArchitecture=MSIL">
  65. <HintPath>packages\JsonFx.2.0.1209.2802\lib\net40\JsonFx.dll</HintPath>
  66. </Reference>
  67. <Reference Include="K4os.Compression.LZ4, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  68. <HintPath>packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll</HintPath>
  69. </Reference>
  70. <Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  71. <HintPath>packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
  72. </Reference>
  73. <Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
  74. <HintPath>packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
  75. </Reference>
  76. <Reference Include="log4net, Version=3.0.0.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  77. <HintPath>packages\log4net.3.0.0\lib\net462\log4net.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  80. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  83. <HintPath>packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  87. </Reference>
  88. <Reference Include="MySql.Data, Version=9.4.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  89. <HintPath>packages\MySql.Data.9.4.0\lib\net48\MySql.Data.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  92. <HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  93. </Reference>
  94. <Reference Include="ObservableCollections, Version=3.3.4.0, Culture=neutral, PublicKeyToken=df4c250b14d82627, processorArchitecture=MSIL">
  95. <HintPath>packages\ObservableCollections.3.3.4\lib\netstandard2.0\ObservableCollections.dll</HintPath>
  96. </Reference>
  97. <Reference Include="OpenTK, Version=3.3.1.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
  98. <HintPath>packages\OpenTK.3.3.1\lib\net20\OpenTK.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  101. <HintPath>packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Prism.Unity.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  104. <HintPath>packages\Prism.Unity.8.1.97\lib\net47\Prism.Unity.Wpf.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  107. <HintPath>packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  108. </Reference>
  109. <Reference Include="ScottPlot, Version=5.0.55.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
  110. <HintPath>packages\ScottPlot.5.0.55\lib\net462\ScottPlot.dll</HintPath>
  111. </Reference>
  112. <Reference Include="ScottPlot.WPF, Version=5.0.55.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
  113. <HintPath>packages\ScottPlot.WPF.5.0.55\lib\net462\ScottPlot.WPF.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Sharp7, Version=1.1.84.0, Culture=neutral, processorArchitecture=MSIL">
  116. <HintPath>packages\Sharp7.1.1.84\lib\net40\Sharp7.dll</HintPath>
  117. </Reference>
  118. <Reference Include="SkiaSharp, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  119. <HintPath>packages\SkiaSharp.2.88.9\lib\net462\SkiaSharp.dll</HintPath>
  120. </Reference>
  121. <Reference Include="SkiaSharp.HarfBuzz, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  122. <HintPath>packages\SkiaSharp.HarfBuzz.2.88.9\lib\net462\SkiaSharp.HarfBuzz.dll</HintPath>
  123. </Reference>
  124. <Reference Include="SkiaSharp.Views.Desktop.Common, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  125. <HintPath>packages\SkiaSharp.Views.Desktop.Common.2.88.9\lib\net462\SkiaSharp.Views.Desktop.Common.dll</HintPath>
  126. </Reference>
  127. <Reference Include="SkiaSharp.Views.WPF, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  128. <HintPath>packages\SkiaSharp.Views.WPF.2.88.9\lib\net462\SkiaSharp.Views.WPF.dll</HintPath>
  129. </Reference>
  130. <Reference Include="SqlSugar, Version=5.1.4.188, Culture=neutral, processorArchitecture=MSIL">
  131. <HintPath>packages\SqlSugar.5.1.4.188\lib\SqlSugar.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System" />
  134. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  135. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.ComponentModel.DataAnnotations" />
  138. <Reference Include="System.Configuration" />
  139. <Reference Include="System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  140. <HintPath>packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.Data" />
  143. <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  144. <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
  145. </Reference>
  146. <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  147. <HintPath>packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  150. <HintPath>packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  153. <HintPath>packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Drawing" />
  156. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  157. <HintPath>packages\System.Drawing.Common.8.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
  158. </Reference>
  159. <Reference Include="System.IO.Pipelines, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  160. <HintPath>packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll</HintPath>
  161. </Reference>
  162. <Reference Include="System.IO.Ports, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  163. <HintPath>packages\System.IO.Ports.8.0.0\lib\net462\System.IO.Ports.dll</HintPath>
  164. </Reference>
  165. <Reference Include="System.Management" />
  166. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  167. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System.Numerics" />
  170. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  171. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  172. </Reference>
  173. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  174. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  175. </Reference>
  176. <Reference Include="System.Security" />
  177. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  178. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  179. </Reference>
  180. <Reference Include="System.Transactions" />
  181. <Reference Include="System.Web" />
  182. <Reference Include="System.Windows.Forms" />
  183. <Reference Include="System.Xml" />
  184. <Reference Include="Microsoft.CSharp" />
  185. <Reference Include="System.Core" />
  186. <Reference Include="System.Xml.Linq" />
  187. <Reference Include="System.Data.DataSetExtensions" />
  188. <Reference Include="System.Net.Http" />
  189. <Reference Include="System.Xaml">
  190. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  191. </Reference>
  192. <Reference Include="TouchSocket, Version=3.1.6.0, Culture=neutral, PublicKeyToken=5f39d7da98dac6a9, processorArchitecture=MSIL">
  193. <HintPath>packages\TouchSocket.3.1.6\lib\net472\TouchSocket.dll</HintPath>
  194. </Reference>
  195. <Reference Include="TouchSocket.Core, Version=3.1.6.0, Culture=neutral, PublicKeyToken=d6c415a2f58eda72, processorArchitecture=MSIL">
  196. <HintPath>packages\TouchSocket.Core.3.1.6\lib\net472\TouchSocket.Core.dll</HintPath>
  197. </Reference>
  198. <Reference Include="TouchSocket.SerialPorts, Version=3.1.6.0, Culture=neutral, PublicKeyToken=b0dfdf1c6b51c716, processorArchitecture=MSIL">
  199. <HintPath>packages\TouchSocket.SerialPorts.3.1.6\lib\net472\TouchSocket.SerialPorts.dll</HintPath>
  200. </Reference>
  201. <Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  202. <HintPath>packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll</HintPath>
  203. </Reference>
  204. <Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  205. <HintPath>packages\Unity.Container.5.11.11\lib\net48\Unity.Container.dll</HintPath>
  206. </Reference>
  207. <Reference Include="WindowsBase" />
  208. <Reference Include="PresentationCore" />
  209. <Reference Include="PresentationFramework" />
  210. <Reference Include="ZstdSharp, Version=0.8.5.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
  211. <HintPath>packages\ZstdSharp.Port.0.8.5\lib\net462\ZstdSharp.dll</HintPath>
  212. </Reference>
  213. </ItemGroup>
  214. <ItemGroup>
  215. <ApplicationDefinition Include="App.xaml">
  216. <Generator>MSBuild:Compile</Generator>
  217. <SubType>Designer</SubType>
  218. </ApplicationDefinition>
  219. <Compile Include="App.xaml.cs">
  220. <DependentUpon>App.xaml</DependentUpon>
  221. <SubType>Code</SubType>
  222. </Compile>
  223. <Compile Include="Communication\S7PlcCommunicate.cs" />
  224. <Compile Include="Communication\SerialCommunication.cs" />
  225. <Compile Include="Core\FileHelper.cs" />
  226. <Compile Include="Core\Management.cs" />
  227. <Compile Include="Core\TipService.cs" />
  228. <Compile Include="DataBase\SqlSugarHelper.cs" />
  229. <Compile Include="Enums\Terminator.cs" />
  230. <Compile Include="HttpService\ApiHelper.cs" />
  231. <Compile Include="HttpService\HttpWebResponseUtility.cs" />
  232. <Compile Include="HttpService\IServer.cs" />
  233. <Compile Include="HttpService\MesServer.cs" />
  234. <Compile Include="HttpService\TicketPrinterHelper.cs" />
  235. <Compile Include="Log4xml\LogHelper.cs" />
  236. <Compile Include="Model\CurentApplicationSettings.cs" />
  237. <Compile Include="Model\CurrConfig.cs" />
  238. <Compile Include="Model\DescriptionItem.cs" />
  239. <Compile Include="Model\PrintModel.cs" />
  240. <Compile Include="Model\ProcessDataModel.cs" />
  241. <Compile Include="Model\ProjectData.cs" />
  242. <Compile Include="Model\Re_Items.cs" />
  243. <Compile Include="Model\Re_ModelsInfo.cs" />
  244. <Compile Include="Model\Re_PrintTaskDto.cs" />
  245. <Compile Include="Model\Re_ProductionRecord.cs" />
  246. <Compile Include="Model\Re_UserDto.cs" />
  247. <Compile Include="Model\RfidInfo.cs" />
  248. <Compile Include="Model\Rt_ProductionRecordDto.cs" />
  249. <Compile Include="Model\tb_formulasdata.cs" />
  250. <Compile Include="Model\XnRestfulResult.cs" />
  251. <Compile Include="ValueConverters\BoolToStrConverter.cs" />
  252. <Compile Include="ValueConverters\EnumToBoolConverter.cs" />
  253. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  254. <Compile Include="ViewModels\MenuViewModel.cs" />
  255. <Compile Include="ViewModels\ProductViewModel.cs" />
  256. <Compile Include="ViewModels\RoleLoginViewModel.cs" />
  257. <Compile Include="ViewModels\SettingViewModel.cs" />
  258. <Compile Include="ViewModels\WorkRunViewModel.cs" />
  259. <Compile Include="Views\LoadingView.xaml.cs">
  260. <DependentUpon>LoadingView.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Views\MainWindow.xaml.cs">
  263. <DependentUpon>MainWindow.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="Views\MenuView.xaml.cs">
  266. <DependentUpon>MenuView.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="Views\ProductView.xaml.cs">
  269. <DependentUpon>ProductView.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="Views\RoleLoginView.xaml.cs">
  272. <DependentUpon>RoleLoginView.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="Views\SettingView.xaml.cs">
  275. <DependentUpon>SettingView.xaml</DependentUpon>
  276. </Compile>
  277. <Compile Include="Views\WorkRunView.xaml.cs">
  278. <DependentUpon>WorkRunView.xaml</DependentUpon>
  279. </Compile>
  280. </ItemGroup>
  281. <ItemGroup>
  282. <Compile Include="Properties\AssemblyInfo.cs">
  283. <SubType>Code</SubType>
  284. </Compile>
  285. <Compile Include="Properties\Resources.Designer.cs">
  286. <AutoGen>True</AutoGen>
  287. <DesignTime>True</DesignTime>
  288. <DependentUpon>Resources.resx</DependentUpon>
  289. </Compile>
  290. <Compile Include="Properties\Settings.Designer.cs">
  291. <AutoGen>True</AutoGen>
  292. <DependentUpon>Settings.settings</DependentUpon>
  293. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  294. </Compile>
  295. <EmbeddedResource Include="Properties\Resources.resx">
  296. <Generator>ResXFileCodeGenerator</Generator>
  297. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  298. </EmbeddedResource>
  299. <None Include="Log4xml\log4net.config">
  300. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  301. </None>
  302. <None Include="OpenTK.dll.config" />
  303. <None Include="packages.config" />
  304. <None Include="Properties\Settings.settings">
  305. <Generator>SettingsSingleFileGenerator</Generator>
  306. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  307. </None>
  308. </ItemGroup>
  309. <ItemGroup>
  310. <None Include="App.config" />
  311. </ItemGroup>
  312. <ItemGroup>
  313. <Analyzer Include="packages\TouchSocket.Core.3.1.6\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" />
  314. </ItemGroup>
  315. <ItemGroup>
  316. <Page Include="Views\LoadingView.xaml">
  317. <SubType>Designer</SubType>
  318. <Generator>MSBuild:Compile</Generator>
  319. </Page>
  320. <Page Include="Views\MainWindow.xaml">
  321. <Generator>MSBuild:Compile</Generator>
  322. <SubType>Designer</SubType>
  323. </Page>
  324. <Page Include="Views\MenuView.xaml">
  325. <Generator>MSBuild:Compile</Generator>
  326. <SubType>Designer</SubType>
  327. </Page>
  328. <Page Include="Views\ProductView.xaml">
  329. <Generator>MSBuild:Compile</Generator>
  330. <SubType>Designer</SubType>
  331. </Page>
  332. <Page Include="Views\RoleLoginView.xaml">
  333. <Generator>MSBuild:Compile</Generator>
  334. <SubType>Designer</SubType>
  335. </Page>
  336. <Page Include="Views\SettingView.xaml">
  337. <Generator>MSBuild:Compile</Generator>
  338. <SubType>Designer</SubType>
  339. </Page>
  340. <Page Include="Views\WorkRunView.xaml">
  341. <Generator>MSBuild:Compile</Generator>
  342. <SubType>Designer</SubType>
  343. </Page>
  344. </ItemGroup>
  345. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  346. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  347. <PropertyGroup>
  348. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  349. </PropertyGroup>
  350. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  351. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  352. <Error Condition="!Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  353. <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'))" />
  354. <Error Condition="!Exists('packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets'))" />
  355. <Error Condition="!Exists('packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets'))" />
  356. <Error Condition="!Exists('packages\SkiaSharp.NativeAssets.macOS.2.88.9\build\net462\SkiaSharp.NativeAssets.macOS.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.NativeAssets.macOS.2.88.9\build\net462\SkiaSharp.NativeAssets.macOS.targets'))" />
  357. <Error Condition="!Exists('packages\SkiaSharp.NativeAssets.Win32.2.88.9\build\net462\SkiaSharp.NativeAssets.Win32.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.NativeAssets.Win32.2.88.9\build\net462\SkiaSharp.NativeAssets.Win32.targets'))" />
  358. <Error Condition="!Exists('packages\HarfBuzzSharp.NativeAssets.Linux.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Linux.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\HarfBuzzSharp.NativeAssets.Linux.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Linux.targets'))" />
  359. <Error Condition="!Exists('packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.9\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.9\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets'))" />
  360. </Target>
  361. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  362. <Import Project="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  363. <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')" />
  364. <Import Project="packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets" Condition="Exists('packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets')" />
  365. <Import Project="packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets" Condition="Exists('packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets')" />
  366. <Import Project="packages\SkiaSharp.NativeAssets.macOS.2.88.9\build\net462\SkiaSharp.NativeAssets.macOS.targets" Condition="Exists('packages\SkiaSharp.NativeAssets.macOS.2.88.9\build\net462\SkiaSharp.NativeAssets.macOS.targets')" />
  367. <Import Project="packages\SkiaSharp.NativeAssets.Win32.2.88.9\build\net462\SkiaSharp.NativeAssets.Win32.targets" Condition="Exists('packages\SkiaSharp.NativeAssets.Win32.2.88.9\build\net462\SkiaSharp.NativeAssets.Win32.targets')" />
  368. <Import Project="packages\HarfBuzzSharp.NativeAssets.Linux.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Linux.targets" Condition="Exists('packages\HarfBuzzSharp.NativeAssets.Linux.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Linux.targets')" />
  369. <Import Project="packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.9\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets" Condition="Exists('packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.9\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets')" />
  370. </Project>