LampInspectionMachine.csproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  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\OpenCvSharp4.runtime.win.4.10.0.20241108\build\net48\OpenCvSharp4.runtime.win.props" Condition="Exists('packages\OpenCvSharp4.runtime.win.4.10.0.20241108\build\net48\OpenCvSharp4.runtime.win.props')" />
  4. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{3719CDFC-4396-4749-8A54-E848CEA07CEA}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <RootNamespace>LampInspectionMachine</RootNamespace>
  12. <AssemblyName>LampInspectionMachine</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  18. <Deterministic>true</Deterministic>
  19. <NuGetPackageImportStamp>
  20. </NuGetPackageImportStamp>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  44. <DebugSymbols>true</DebugSymbols>
  45. <OutputPath>bin\x64\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x64</PlatformTarget>
  50. <LangVersion>7.3</LangVersion>
  51. <ErrorReport>prompt</ErrorReport>
  52. <Prefer32Bit>true</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  55. <OutputPath>bin\x64\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  58. <Optimize>true</Optimize>
  59. <DebugType>pdbonly</DebugType>
  60. <PlatformTarget>x64</PlatformTarget>
  61. <LangVersion>7.3</LangVersion>
  62. <ErrorReport>prompt</ErrorReport>
  63. <Prefer32Bit>true</Prefer32Bit>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="Cognex.VisionPro, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Cognex.VisionPro.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.Controls.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Cognex.VisionPro.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.Core.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Cognex.VisionPro.Display.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.Display.Controls.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Cognex.VisionPro.ImageFile, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.ImageFile.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Cognex.VisionPro.QuickBuild.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.QuickBuild.Controls.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Cognex.VisionPro.QuickBuild.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.QuickBuild.Core.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Cognex.VisionPro.ToolGroup, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  95. <SpecificVersion>False</SpecificVersion>
  96. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.ToolGroup.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Cognex.VisionPro.ToolGroup.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.ToolGroup.Controls.dll</HintPath>
  101. </Reference>
  102. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  103. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  104. </Reference>
  105. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  106. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  107. </Reference>
  108. <Reference Include="log4net, Version=3.1.0.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  109. <HintPath>packages\log4net.3.1.0\lib\net462\log4net.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  112. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  113. </Reference>
  114. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  115. <HintPath>packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  116. </Reference>
  117. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  118. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  119. </Reference>
  120. <Reference Include="MvCameraControl.Net, Version=4.5.0.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
  121. <SpecificVersion>False</SpecificVersion>
  122. <HintPath>bin\Debug\MvCameraControl.Net.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  125. <HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  126. </Reference>
  127. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  128. <HintPath>packages\OpenCvSharp4.4.10.0.20241108\lib\net48\OpenCvSharp.dll</HintPath>
  129. </Reference>
  130. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  131. <HintPath>packages\OpenCvSharp4.Extensions.4.10.0.20241108\lib\net48\OpenCvSharp.Extensions.dll</HintPath>
  132. </Reference>
  133. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  134. <HintPath>packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  135. </Reference>
  136. <Reference Include="Prism.Unity.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  137. <HintPath>packages\Prism.Unity.8.1.97\lib\net47\Prism.Unity.Wpf.dll</HintPath>
  138. </Reference>
  139. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  140. <HintPath>packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  141. </Reference>
  142. <Reference Include="SqlSugar, Version=5.1.4.188, Culture=neutral, processorArchitecture=MSIL">
  143. <HintPath>packages\SqlSugar.5.1.4.188\lib\SqlSugar.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System" />
  146. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  147. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.ComponentModel.DataAnnotations" />
  150. <Reference Include="System.Configuration" />
  151. <Reference Include="System.Data" />
  152. <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  153. <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  156. <HintPath>packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  159. <HintPath>packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Drawing" />
  162. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  163. <HintPath>packages\System.Drawing.Common.8.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
  164. </Reference>
  165. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  166. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  167. </Reference>
  168. <Reference Include="System.Numerics" />
  169. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  170. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  171. </Reference>
  172. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  173. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  174. </Reference>
  175. <Reference Include="System.Security" />
  176. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  177. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  178. </Reference>
  179. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  180. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  181. </Reference>
  182. <Reference Include="System.Web" />
  183. <Reference Include="System.Windows.Forms" />
  184. <Reference Include="System.Xml" />
  185. <Reference Include="Microsoft.CSharp" />
  186. <Reference Include="System.Core" />
  187. <Reference Include="System.Xml.Linq" />
  188. <Reference Include="System.Data.DataSetExtensions" />
  189. <Reference Include="System.Net.Http" />
  190. <Reference Include="System.Xaml">
  191. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  192. </Reference>
  193. <Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  194. <HintPath>packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll</HintPath>
  195. </Reference>
  196. <Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  197. <HintPath>packages\Unity.Container.5.11.11\lib\net48\Unity.Container.dll</HintPath>
  198. </Reference>
  199. <Reference Include="Cognex.VisionPro.QuickBuild.Controls" />
  200. <Reference Include="WindowsBase" />
  201. <Reference Include="PresentationCore" />
  202. <Reference Include="PresentationFramework" />
  203. <Reference Include="WindowsFormsIntegration" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <ApplicationDefinition Include="App.xaml">
  207. <Generator>MSBuild:Compile</Generator>
  208. <SubType>Designer</SubType>
  209. </ApplicationDefinition>
  210. <Compile Include="App.xaml.cs">
  211. <DependentUpon>App.xaml</DependentUpon>
  212. <SubType>Code</SubType>
  213. </Compile>
  214. <Compile Include="Cameralibs\CameraBrand.cs" />
  215. <Compile Include="Cameralibs\CameraService.cs" />
  216. <Compile Include="Cameralibs\CameraType.cs" />
  217. <Compile Include="Cameralibs\HKCamera\MvCamera.cs" />
  218. <Compile Include="Interfaces\ICamera.cs" />
  219. <Compile Include="Core\Management.cs" />
  220. <Compile Include="Core\TipService.cs" />
  221. <Compile Include="Core\VisionProManager.cs" />
  222. <Compile Include="DataBase\SqlSugarHelper.cs" />
  223. <Compile Include="HttpService\HttpWebResponseUtility.cs" />
  224. <Compile Include="KHLPLC\KHLCommunicate.cs" />
  225. <Compile Include="KHLPLC\KvHostLink.cs" />
  226. <Compile Include="KHLPLC\KvsStruct.cs" />
  227. <Compile Include="Log4xml\LogHelper.cs" />
  228. <Compile Include="Model\AppData.cs" />
  229. <Compile Include="Model\CameraInfo.cs" />
  230. <Compile Include="Model\ProjectData.cs" />
  231. <Compile Include="Model\Users.cs" />
  232. <Compile Include="ValueConverters\EnumToBoolConverter.cs" />
  233. <Compile Include="ViewModels\CameraViewModel.cs" />
  234. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  235. <Compile Include="ViewModels\MenuViewModel.cs" />
  236. <Compile Include="ViewModels\ProductViewModel.cs" />
  237. <Compile Include="ViewModels\RoleLoginViewModel.cs" />
  238. <Compile Include="ViewModels\SettingViewModel.cs" />
  239. <Compile Include="ViewModels\VisionProViewModel.cs" />
  240. <Compile Include="ViewModels\WorkRunViewModel.cs" />
  241. <Compile Include="Views\CameraView.xaml.cs">
  242. <DependentUpon>CameraView.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="Views\LoadingView.xaml.cs">
  245. <DependentUpon>LoadingView.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="Views\MainWindow.xaml.cs">
  248. <DependentUpon>MainWindow.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="Views\MenuView.xaml.cs">
  251. <DependentUpon>MenuView.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Views\ProductView.xaml.cs">
  254. <DependentUpon>ProductView.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="Views\RoleLoginView.xaml.cs">
  257. <DependentUpon>RoleLoginView.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="Views\SettingView.xaml.cs">
  260. <DependentUpon>SettingView.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Views\VisionProView.xaml.cs">
  263. <DependentUpon>VisionProView.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="Views\WorkRunView.xaml.cs">
  266. <DependentUpon>WorkRunView.xaml</DependentUpon>
  267. </Compile>
  268. </ItemGroup>
  269. <ItemGroup>
  270. <Compile Include="Properties\AssemblyInfo.cs">
  271. <SubType>Code</SubType>
  272. </Compile>
  273. <Compile Include="Properties\Resources.Designer.cs">
  274. <AutoGen>True</AutoGen>
  275. <DesignTime>True</DesignTime>
  276. <DependentUpon>Resources.resx</DependentUpon>
  277. </Compile>
  278. <Compile Include="Properties\Settings.Designer.cs">
  279. <AutoGen>True</AutoGen>
  280. <DependentUpon>Settings.settings</DependentUpon>
  281. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  282. </Compile>
  283. <EmbeddedResource Include="Properties\Resources.resx">
  284. <Generator>ResXFileCodeGenerator</Generator>
  285. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  286. </EmbeddedResource>
  287. <None Include="Log4xml\log4net.config" />
  288. <None Include="packages.config" />
  289. <None Include="Properties\Settings.settings">
  290. <Generator>SettingsSingleFileGenerator</Generator>
  291. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  292. </None>
  293. </ItemGroup>
  294. <ItemGroup>
  295. <None Include="App.config" />
  296. </ItemGroup>
  297. <ItemGroup>
  298. <Folder Include="Cameralibs\BaslerCamera\" />
  299. </ItemGroup>
  300. <ItemGroup>
  301. <Page Include="Views\CameraView.xaml">
  302. <SubType>Designer</SubType>
  303. <Generator>MSBuild:Compile</Generator>
  304. </Page>
  305. <Page Include="Views\LoadingView.xaml">
  306. <SubType>Designer</SubType>
  307. <Generator>MSBuild:Compile</Generator>
  308. </Page>
  309. <Page Include="Views\MainWindow.xaml">
  310. <Generator>MSBuild:Compile</Generator>
  311. <SubType>Designer</SubType>
  312. </Page>
  313. <Page Include="Views\MenuView.xaml">
  314. <Generator>MSBuild:Compile</Generator>
  315. <SubType>Designer</SubType>
  316. </Page>
  317. <Page Include="Views\ProductView.xaml">
  318. <Generator>MSBuild:Compile</Generator>
  319. <SubType>Designer</SubType>
  320. </Page>
  321. <Page Include="Views\RoleLoginView.xaml">
  322. <Generator>MSBuild:Compile</Generator>
  323. <SubType>Designer</SubType>
  324. </Page>
  325. <Page Include="Views\SettingView.xaml">
  326. <Generator>MSBuild:Compile</Generator>
  327. <SubType>Designer</SubType>
  328. </Page>
  329. <Page Include="Views\VisionProView.xaml">
  330. <SubType>Designer</SubType>
  331. <Generator>MSBuild:Compile</Generator>
  332. </Page>
  333. <Page Include="Views\WorkRunView.xaml">
  334. <Generator>MSBuild:Compile</Generator>
  335. <SubType>Designer</SubType>
  336. </Page>
  337. </ItemGroup>
  338. <ItemGroup>
  339. <Content Include="Resources\MvCameraControl.Net.dll" />
  340. </ItemGroup>
  341. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  342. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  343. <PropertyGroup>
  344. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  345. </PropertyGroup>
  346. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  347. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  348. <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'))" />
  349. <Error Condition="!Exists('packages\OpenCvSharp4.runtime.win.4.10.0.20241108\build\net48\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\OpenCvSharp4.runtime.win.4.10.0.20241108\build\net48\OpenCvSharp4.runtime.win.props'))" />
  350. </Target>
  351. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  352. <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')" />
  353. </Project>