LampInspectionMachine.csproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <IsWebBootstrapper>false</IsWebBootstrapper>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  60. <DebugSymbols>true</DebugSymbols>
  61. <OutputPath>bin\x64\Debug\</OutputPath>
  62. <DefineConstants>DEBUG;TRACE</DefineConstants>
  63. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <LangVersion>7.3</LangVersion>
  67. <ErrorReport>prompt</ErrorReport>
  68. <Prefer32Bit>true</Prefer32Bit>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  71. <OutputPath>bin\x64\Release\</OutputPath>
  72. <DefineConstants>TRACE</DefineConstants>
  73. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  74. <Optimize>true</Optimize>
  75. <DebugType>pdbonly</DebugType>
  76. <PlatformTarget>x64</PlatformTarget>
  77. <LangVersion>7.3</LangVersion>
  78. <ErrorReport>prompt</ErrorReport>
  79. <Prefer32Bit>true</Prefer32Bit>
  80. </PropertyGroup>
  81. <PropertyGroup>
  82. <ApplicationIcon>1.ico</ApplicationIcon>
  83. </PropertyGroup>
  84. <ItemGroup>
  85. <Reference Include="Cognex.VisionPro, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Cognex.VisionPro.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.Controls.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Cognex.VisionPro.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.Core.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Cognex.VisionPro.Display.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.Display.Controls.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Cognex.VisionPro.ImageFile, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  102. <SpecificVersion>False</SpecificVersion>
  103. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.ImageFile.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Cognex.VisionPro.QuickBuild.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  106. <SpecificVersion>False</SpecificVersion>
  107. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.QuickBuild.Controls.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Cognex.VisionPro.QuickBuild.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.QuickBuild.Core.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Cognex.VisionPro.ToolGroup, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.ToolGroup.dll</HintPath>
  116. </Reference>
  117. <Reference Include="Cognex.VisionPro.ToolGroup.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>C:\Program Files\Cognex\VisionPro\ReferencedAssemblies\Cognex.VisionPro.ToolGroup.Controls.dll</HintPath>
  120. </Reference>
  121. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  122. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  123. </Reference>
  124. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  125. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  126. </Reference>
  127. <Reference Include="log4net, Version=3.1.0.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  128. <HintPath>packages\log4net.3.1.0\lib\net462\log4net.dll</HintPath>
  129. </Reference>
  130. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  131. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  132. </Reference>
  133. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  134. <HintPath>packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  135. </Reference>
  136. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  137. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  138. </Reference>
  139. <Reference Include="MvCameraControl.Net, Version=4.5.0.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>bin\Debug\MvCameraControl.Net.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  144. <HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  145. </Reference>
  146. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  147. <HintPath>packages\OpenCvSharp4.4.10.0.20241108\lib\net48\OpenCvSharp.dll</HintPath>
  148. </Reference>
  149. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  150. <HintPath>packages\OpenCvSharp4.Extensions.4.10.0.20241108\lib\net48\OpenCvSharp.Extensions.dll</HintPath>
  151. </Reference>
  152. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  153. <HintPath>packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  154. </Reference>
  155. <Reference Include="Prism.Unity.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  156. <HintPath>packages\Prism.Unity.8.1.97\lib\net47\Prism.Unity.Wpf.dll</HintPath>
  157. </Reference>
  158. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  159. <HintPath>packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  160. </Reference>
  161. <Reference Include="SciCamera.Net">
  162. <HintPath>C:\Program Files (x86)\OPTMV\Development\Windows\DotNet\AnyCPU\SciCamera.Net.dll</HintPath>
  163. </Reference>
  164. <Reference Include="SqlSugar, Version=5.1.4.188, Culture=neutral, processorArchitecture=MSIL">
  165. <HintPath>packages\SqlSugar.5.1.4.188\lib\SqlSugar.dll</HintPath>
  166. </Reference>
  167. <Reference Include="System" />
  168. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  169. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  170. </Reference>
  171. <Reference Include="System.ComponentModel.DataAnnotations" />
  172. <Reference Include="System.Configuration" />
  173. <Reference Include="System.Data" />
  174. <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  175. <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
  176. </Reference>
  177. <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  178. <HintPath>packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  179. </Reference>
  180. <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  181. <HintPath>packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  182. </Reference>
  183. <Reference Include="System.Drawing" />
  184. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  185. <HintPath>packages\System.Drawing.Common.8.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
  186. </Reference>
  187. <Reference Include="System.Management" />
  188. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  189. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  190. </Reference>
  191. <Reference Include="System.Numerics" />
  192. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  193. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  194. </Reference>
  195. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  196. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  197. </Reference>
  198. <Reference Include="System.Security" />
  199. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  200. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  201. </Reference>
  202. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  203. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  204. </Reference>
  205. <Reference Include="System.Web" />
  206. <Reference Include="System.Windows.Forms" />
  207. <Reference Include="System.Xml" />
  208. <Reference Include="Microsoft.CSharp" />
  209. <Reference Include="System.Core" />
  210. <Reference Include="System.Xml.Linq" />
  211. <Reference Include="System.Data.DataSetExtensions" />
  212. <Reference Include="System.Net.Http" />
  213. <Reference Include="System.Xaml">
  214. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  215. </Reference>
  216. <Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  217. <HintPath>packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll</HintPath>
  218. </Reference>
  219. <Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  220. <HintPath>packages\Unity.Container.5.11.11\lib\net48\Unity.Container.dll</HintPath>
  221. </Reference>
  222. <Reference Include="Cognex.VisionPro.QuickBuild.Controls" />
  223. <Reference Include="WindowsBase" />
  224. <Reference Include="PresentationCore" />
  225. <Reference Include="PresentationFramework" />
  226. <Reference Include="WindowsFormsIntegration" />
  227. <Reference Include="WPFLocalizeExtension, Version=3.10.0.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
  228. <HintPath>packages\WPFLocalizeExtension.3.10.0\lib\net452\WPFLocalizeExtension.dll</HintPath>
  229. </Reference>
  230. <Reference Include="XAMLMarkupExtensions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
  231. <HintPath>packages\XAMLMarkupExtensions.2.1.3\lib\net48\XAMLMarkupExtensions.dll</HintPath>
  232. </Reference>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <ApplicationDefinition Include="App.xaml">
  236. <Generator>MSBuild:Compile</Generator>
  237. <SubType>Designer</SubType>
  238. </ApplicationDefinition>
  239. <Compile Include="App.xaml.cs">
  240. <DependentUpon>App.xaml</DependentUpon>
  241. <SubType>Code</SubType>
  242. </Compile>
  243. <Compile Include="Cameralibs\CameraBrand.cs" />
  244. <Compile Include="Cameralibs\CameraService.cs" />
  245. <Compile Include="Cameralibs\CameraType.cs" />
  246. <Compile Include="Cameralibs\HKCamera\MvCamera.cs" />
  247. <Compile Include="Cameralibs\OPTCamera\MVOptCamera.cs" />
  248. <Compile Include="Core\FileHelper.cs" />
  249. <Compile Include="Core\FilePath.cs" />
  250. <Compile Include="Interfaces\ICamera.cs" />
  251. <Compile Include="Core\Management.cs" />
  252. <Compile Include="Core\TipService.cs" />
  253. <Compile Include="Core\VisionProManager.cs" />
  254. <Compile Include="DataBase\SqlSugarHelper.cs" />
  255. <Compile Include="HttpService\HttpWebResponseUtility.cs" />
  256. <Compile Include="KHLPLC\KHLCommunicate.cs" />
  257. <Compile Include="KHLPLC\KvHostLink.cs" />
  258. <Compile Include="KHLPLC\KvsStruct.cs" />
  259. <Compile Include="Log4xml\LogHelper.cs" />
  260. <Compile Include="Model\AppData.cs" />
  261. <Compile Include="Model\CameraInfo.cs" />
  262. <Compile Include="Model\PlcData.cs" />
  263. <Compile Include="Model\ProjectData.cs" />
  264. <Compile Include="Model\ResultsPlcInfo.cs" />
  265. <Compile Include="Model\ShowRender.cs" />
  266. <Compile Include="Model\Users.cs" />
  267. <Compile Include="Resources\Language\Resources.Designer.cs">
  268. <AutoGen>True</AutoGen>
  269. <DesignTime>True</DesignTime>
  270. <DependentUpon>Resources.resx</DependentUpon>
  271. </Compile>
  272. <Compile Include="ValueConverters\BoolToColorConverter.cs" />
  273. <Compile Include="ValueConverters\EnumToBoolConverter.cs" />
  274. <Compile Include="ValueConverters\LanguageToResources.cs" />
  275. <Compile Include="ViewModels\CameraViewModel.cs" />
  276. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  277. <Compile Include="ViewModels\MenuViewModel.cs" />
  278. <Compile Include="ViewModels\ProductViewModel.cs" />
  279. <Compile Include="ViewModels\RoleLoginViewModel.cs" />
  280. <Compile Include="ViewModels\SettingViewModel.cs" />
  281. <Compile Include="ViewModels\VisionProViewModel.cs" />
  282. <Compile Include="ViewModels\WorkRunViewModel.cs" />
  283. <Compile Include="Views\CameraView.xaml.cs">
  284. <DependentUpon>CameraView.xaml</DependentUpon>
  285. </Compile>
  286. <Compile Include="Views\LoadingView.xaml.cs">
  287. <DependentUpon>LoadingView.xaml</DependentUpon>
  288. </Compile>
  289. <Compile Include="Views\MainWindow.xaml.cs">
  290. <DependentUpon>MainWindow.xaml</DependentUpon>
  291. </Compile>
  292. <Compile Include="Views\MenuView.xaml.cs">
  293. <DependentUpon>MenuView.xaml</DependentUpon>
  294. </Compile>
  295. <Compile Include="Views\ProductView.xaml.cs">
  296. <DependentUpon>ProductView.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="Views\RoleLoginView.xaml.cs">
  299. <DependentUpon>RoleLoginView.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="Views\SettingView.xaml.cs">
  302. <DependentUpon>SettingView.xaml</DependentUpon>
  303. </Compile>
  304. <Compile Include="Views\VisionProView.xaml.cs">
  305. <DependentUpon>VisionProView.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="Views\WorkRunView.xaml.cs">
  308. <DependentUpon>WorkRunView.xaml</DependentUpon>
  309. </Compile>
  310. </ItemGroup>
  311. <ItemGroup>
  312. <Compile Include="Properties\AssemblyInfo.cs">
  313. <SubType>Code</SubType>
  314. </Compile>
  315. <Compile Include="Properties\Resources.Designer.cs">
  316. <AutoGen>True</AutoGen>
  317. <DesignTime>True</DesignTime>
  318. <DependentUpon>Resources.resx</DependentUpon>
  319. </Compile>
  320. <Compile Include="Properties\Settings.Designer.cs">
  321. <AutoGen>True</AutoGen>
  322. <DependentUpon>Settings.settings</DependentUpon>
  323. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  324. </Compile>
  325. <EmbeddedResource Include="Properties\Resources.resx">
  326. <Generator>ResXFileCodeGenerator</Generator>
  327. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="Resources\Language\Resources.en.resx" />
  330. <EmbeddedResource Include="Resources\Language\Resources.resx">
  331. <Generator>PublicResXFileCodeGenerator</Generator>
  332. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  333. </EmbeddedResource>
  334. <None Include="Log4xml\log4net.config">
  335. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  336. </None>
  337. <None Include="packages.config" />
  338. <None Include="Properties\Settings.settings">
  339. <Generator>SettingsSingleFileGenerator</Generator>
  340. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  341. </None>
  342. </ItemGroup>
  343. <ItemGroup>
  344. <None Include="App.config" />
  345. </ItemGroup>
  346. <ItemGroup>
  347. <Folder Include="Cameralibs\BaslerCamera\" />
  348. </ItemGroup>
  349. <ItemGroup>
  350. <Page Include="Views\CameraView.xaml">
  351. <SubType>Designer</SubType>
  352. <Generator>MSBuild:Compile</Generator>
  353. </Page>
  354. <Page Include="Views\LoadingView.xaml">
  355. <SubType>Designer</SubType>
  356. <Generator>MSBuild:Compile</Generator>
  357. </Page>
  358. <Page Include="Views\MainWindow.xaml">
  359. <Generator>MSBuild:Compile</Generator>
  360. <SubType>Designer</SubType>
  361. </Page>
  362. <Page Include="Views\MenuView.xaml">
  363. <Generator>MSBuild:Compile</Generator>
  364. <SubType>Designer</SubType>
  365. </Page>
  366. <Page Include="Views\ProductView.xaml">
  367. <Generator>MSBuild:Compile</Generator>
  368. <SubType>Designer</SubType>
  369. </Page>
  370. <Page Include="Views\RoleLoginView.xaml">
  371. <Generator>MSBuild:Compile</Generator>
  372. <SubType>Designer</SubType>
  373. </Page>
  374. <Page Include="Views\SettingView.xaml">
  375. <Generator>MSBuild:Compile</Generator>
  376. <SubType>Designer</SubType>
  377. </Page>
  378. <Page Include="Views\VisionProView.xaml">
  379. <SubType>Designer</SubType>
  380. <Generator>MSBuild:Compile</Generator>
  381. </Page>
  382. <Page Include="Views\WorkRunView.xaml">
  383. <Generator>MSBuild:Compile</Generator>
  384. <SubType>Designer</SubType>
  385. </Page>
  386. </ItemGroup>
  387. <ItemGroup>
  388. <Resource Include="1.ico" />
  389. <Content Include="Resources\MvCameraControl.Net.dll" />
  390. </ItemGroup>
  391. <ItemGroup>
  392. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  393. <Visible>False</Visible>
  394. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  395. <Install>true</Install>
  396. </BootstrapperPackage>
  397. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  398. <Visible>False</Visible>
  399. <ProductName>.NET Framework 3.5 SP1</ProductName>
  400. <Install>false</Install>
  401. </BootstrapperPackage>
  402. </ItemGroup>
  403. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  404. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  405. <PropertyGroup>
  406. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  407. </PropertyGroup>
  408. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  409. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  410. <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'))" />
  411. <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'))" />
  412. </Target>
  413. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  414. <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')" />
  415. </Project>