Core.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.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>{874FFB34-F7D2-494F-A611-668B5986E006}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>SmartCoalApplication.Core</RootNamespace>
  13. <AssemblyName>SmartCoalApplication.Core</AssemblyName>
  14. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  45. </Reference>
  46. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  47. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.dll</HintPath>
  48. </Reference>
  49. <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  50. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
  51. </Reference>
  52. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  53. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
  54. </Reference>
  55. <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  56. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  60. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.ComponentModel.DataAnnotations" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  66. <HintPath>..\packages\System.Drawing.Common.5.0.0\lib\net461\System.Drawing.Common.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  69. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Numerics" />
  72. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  73. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  76. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Windows.Forms" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="ActionType.cs" />
  91. <Compile Include="ArrowButton.cs">
  92. <SubType>Component</SubType>
  93. </Compile>
  94. <Compile Include="ButtonBase.cs">
  95. <SubType>Component</SubType>
  96. </Compile>
  97. <Compile Include="ColorBgra.cs" />
  98. <Compile Include="CommandButton.cs">
  99. <SubType>Component</SubType>
  100. </Compile>
  101. <Compile Include="CustomControl\ArtworkControlButtons.cs">
  102. <SubType>Component</SubType>
  103. </Compile>
  104. <Compile Include="CustomControl\BaseUserControl.cs">
  105. <SubType>UserControl</SubType>
  106. </Compile>
  107. <Compile Include="CustomControl\ButtonCustom.cs">
  108. <SubType>Component</SubType>
  109. </Compile>
  110. <Compile Include="CustomControl\CircleControl.cs">
  111. <SubType>UserControl</SubType>
  112. </Compile>
  113. <Compile Include="CustomControl\CircleControl.Designer.cs">
  114. <DependentUpon>CircleControl.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="CustomControl\ColorRangeControl.cs" />
  117. <Compile Include="CustomControl\ColorRangeControl.Designer.cs">
  118. <DependentUpon>ColorRangeControl.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="CustomControl\CommonControlButtons.cs">
  121. <SubType>Component</SubType>
  122. </Compile>
  123. <Compile Include="CustomControl\DataGridViewHelper.cs" />
  124. <Compile Include="CustomControl\DecimalScopeControl.cs">
  125. <SubType>UserControl</SubType>
  126. </Compile>
  127. <Compile Include="CustomControl\DocumentBottomStrip.cs">
  128. <SubType>Component</SubType>
  129. </Compile>
  130. <Compile Include="CustomControl\DoubleSlidingTrackbar.cs">
  131. <SubType>UserControl</SubType>
  132. </Compile>
  133. <Compile Include="CustomControl\DoubleSlidingTrackbar.Designer.cs">
  134. <DependentUpon>DoubleSlidingTrackbar.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="CustomControl\FileNameTextBox.cs">
  137. <SubType>Component</SubType>
  138. </Compile>
  139. <Compile Include="CustomControl\FileNameTextBox.Designer.cs">
  140. <DependentUpon>FileNameTextBox.cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="CustomControl\GeneralAnalysisCommonControlButtons.cs">
  143. <SubType>Component</SubType>
  144. </Compile>
  145. <Compile Include="CustomControl\InformationAdjustControl.cs">
  146. <SubType>UserControl</SubType>
  147. </Compile>
  148. <Compile Include="CustomControl\InformationAdjustControl.Designer.cs">
  149. <DependentUpon>InformationAdjustControl.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="CustomControl\LinearColorPickerControl.cs">
  152. <SubType>UserControl</SubType>
  153. </Compile>
  154. <Compile Include="CustomControl\NewTextBox.cs">
  155. <SubType>Component</SubType>
  156. </Compile>
  157. <Compile Include="CustomControl\NewTextBox.Designer.cs">
  158. <DependentUpon>NewTextBox.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="CustomControl\NumberParamControl.cs">
  161. <SubType>UserControl</SubType>
  162. </Compile>
  163. <Compile Include="CustomControl\NumberParamControl.Designer.cs">
  164. <DependentUpon>NumberParamControl.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="CustomControl\PanelBottom.cs">
  167. <SubType>Component</SubType>
  168. </Compile>
  169. <Compile Include="CustomControl\PanelBottomRight.cs">
  170. <SubType>Component</SubType>
  171. </Compile>
  172. <Compile Include="CustomControl\PanelBottomRight.Designer.cs">
  173. <DependentUpon>PanelBottomRight.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="CustomControl\ParametersSettingAdjustControl.cs">
  176. <SubType>UserControl</SubType>
  177. </Compile>
  178. <Compile Include="CustomControl\ParametersSettingAdjustControl.Designer.cs">
  179. <DependentUpon>ParametersSettingAdjustControl.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="CustomControl\PicturePath.cs">
  182. <SubType>UserControl</SubType>
  183. </Compile>
  184. <Compile Include="CustomControl\PicturePreviewAdjustControl.cs">
  185. <SubType>UserControl</SubType>
  186. </Compile>
  187. <Compile Include="CustomControl\PicturePreviewAdjustControl.Designer.cs">
  188. <DependentUpon>PicturePreviewAdjustControl.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="CustomControl\SelectButton.cs">
  191. <SubType>UserControl</SubType>
  192. </Compile>
  193. <Compile Include="CustomControl\TreeViewEnhanced.cs">
  194. <SubType>Component</SubType>
  195. </Compile>
  196. <Compile Include="CustomControl\TriangleButton.cs">
  197. <SubType>UserControl</SubType>
  198. </Compile>
  199. <Compile Include="CustomControl\TriangleTrackBar.cs">
  200. <SubType>UserControl</SubType>
  201. </Compile>
  202. <Compile Include="CustomControl\UCTrackBar.cs">
  203. <SubType>Component</SubType>
  204. </Compile>
  205. <Compile Include="CustomControl\UCTrackBar.Designer.cs">
  206. <DependentUpon>UCTrackBar.cs</DependentUpon>
  207. </Compile>
  208. <Compile Include="CustomControl\UserTextBox.cs">
  209. <SubType>Component</SubType>
  210. </Compile>
  211. <Compile Include="CustomControl\UserTextBox.Designer.cs">
  212. <DependentUpon>UserTextBox.cs</DependentUpon>
  213. </Compile>
  214. <Compile Include="DbOpreate\DbBll\mic_camerasettings_BLL.cs" />
  215. <Compile Include="DbOpreate\DbBll\mic_module_infos_BLL.cs" />
  216. <Compile Include="DbOpreate\DbBll\mic_project_BLL.cs" />
  217. <Compile Include="DbOpreate\DbBll\mic_project_info_BLL.cs" />
  218. <Compile Include="DbOpreate\DbBll\mic_project_info_item_BLL.cs" />
  219. <Compile Include="DbOpreate\DbBll\mic_rulers_BLL.cs" />
  220. <Compile Include="DbOpreate\DbBll\mic_screen_rules_BLL.cs" />
  221. <Compile Include="DbOpreate\DbBll\mic_script_BLL.cs" />
  222. <Compile Include="DbOpreate\DbBll\mic_script_step_BLL.cs" />
  223. <Compile Include="DbOpreate\DbBll\mic_script_step_param_BLL.cs" />
  224. <Compile Include="DbOpreate\DbBll\mic_template_infos_BLL.cs" />
  225. <Compile Include="DbOpreate\DbBll\mic_view_infos_BLL.cs" />
  226. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_camerasettings_DAL.cs" />
  227. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_module_infos_DAL.cs" />
  228. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_project_DAL.cs" />
  229. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_project_info_DAL.cs" />
  230. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_project_info_item_DAL.cs" />
  231. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_rulers_DAL.cs" />
  232. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_screen_rules_DAL.cs" />
  233. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_script_DAL.cs" />
  234. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_script_step_DAL.cs" />
  235. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_script_step_param_DAL.cs" />
  236. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_template_infos_DAL.cs" />
  237. <Compile Include="DbOpreate\DbCodeFirstDAL\mic_view_infos_DAL.cs" />
  238. <Compile Include="DbOpreate\DbDalFactory\DataAccess.cs" />
  239. <Compile Include="DbOpreate\DBEntities.cs" />
  240. <Compile Include="DbOpreate\DbIDal\Imic_camerasettings.cs" />
  241. <Compile Include="DbOpreate\DbIDal\Imic_module_infos.cs" />
  242. <Compile Include="DbOpreate\DbIDal\Imic_project.cs" />
  243. <Compile Include="DbOpreate\DbIDal\Imic_project_info.cs" />
  244. <Compile Include="DbOpreate\DbIDal\Imic_project_info_item.cs" />
  245. <Compile Include="DbOpreate\DbIDal\Imic_rulers.cs" />
  246. <Compile Include="DbOpreate\DbIDal\Imic_screen_rules.cs" />
  247. <Compile Include="DbOpreate\DbIDal\Imic_script.cs" />
  248. <Compile Include="DbOpreate\DbIDal\Imic_script_step.cs" />
  249. <Compile Include="DbOpreate\DbIDal\Imic_script_step_param.cs" />
  250. <Compile Include="DbOpreate\DbIDal\Imic_template_infos.cs" />
  251. <Compile Include="DbOpreate\DbIDal\Imic_view_infos.cs" />
  252. <Compile Include="DbOpreate\DbModel\mic_camerasettings.cs" />
  253. <Compile Include="DbOpreate\DbModel\mic_module_infos.cs" />
  254. <Compile Include="DbOpreate\DbModel\mic_project.cs" />
  255. <Compile Include="DbOpreate\DbModel\mic_project_info.cs" />
  256. <Compile Include="DbOpreate\DbModel\mic_project_info_item.cs" />
  257. <Compile Include="DbOpreate\DbModel\mic_rulers.cs" />
  258. <Compile Include="DbOpreate\DbModel\mic_screen_rules.cs" />
  259. <Compile Include="DbOpreate\DbModel\mic_script.cs" />
  260. <Compile Include="DbOpreate\DbModel\mic_script_step.cs" />
  261. <Compile Include="DbOpreate\DbModel\mic_script_step_param.cs" />
  262. <Compile Include="DbOpreate\DbModel\mic_template_infos.cs" />
  263. <Compile Include="DbOpreate\DbModel\mic_view_infos.cs" />
  264. <Compile Include="Document.cs" />
  265. <Compile Include="DocumentView.cs">
  266. <SubType>UserControl</SubType>
  267. </Compile>
  268. <Compile Include="EtchedLine.cs">
  269. <SubType>Component</SubType>
  270. </Compile>
  271. <Compile Include="Exif.cs" />
  272. <Compile Include="ExifTagID.cs" />
  273. <Compile Include="ExifTagType.cs" />
  274. <Compile Include="HandledEventArgs`1.cs" />
  275. <Compile Include="HandledEventHandler`1.cs" />
  276. <Compile Include="HeaderLabel.cs">
  277. <SubType>Component</SubType>
  278. </Compile>
  279. <Compile Include="HorizontalSnapEdge.cs" />
  280. <Compile Include="HsvColor.cs" />
  281. <Compile Include="IAppWorkspaceForSurfaceBox.cs" />
  282. <Compile Include="IBottomNameStrip.cs">
  283. <SubType>Component</SubType>
  284. </Compile>
  285. <Compile Include="IFormAssociate.cs" />
  286. <Compile Include="IHotKeyTarget.cs" />
  287. <Compile Include="ImageNameStrip.cs">
  288. <SubType>Component</SubType>
  289. </Compile>
  290. <Compile Include="IndexEventArgs.cs" />
  291. <Compile Include="IndexEventHandler.cs" />
  292. <Compile Include="InvariantData.cs" />
  293. <Compile Include="IPaintBackground.cs" />
  294. <Compile Include="ISnapManagerHost.cs" />
  295. <Compile Include="ISnapObstacleHost.cs" />
  296. <Compile Include="IUnitsComboBox.cs" />
  297. <Compile Include="MemoryBlock.cs" />
  298. <Compile Include="MetaData.cs" />
  299. <Compile Include="MovingEventArgs.cs" />
  300. <Compile Include="MovingEventHandler.cs" />
  301. <Compile Include="PanelEx.cs">
  302. <SubType>Component</SubType>
  303. </Compile>
  304. <Compile Include="Param\Args.cs" />
  305. <Compile Include="Param\BooleanObject.cs" />
  306. <Compile Include="Param\ChoiseArray.cs" />
  307. <Compile Include="Param\ColorNumber.cs" />
  308. <Compile Include="Param\DecimalNumber.cs" />
  309. <Compile Include="Param\DecimalScope.cs" />
  310. <Compile Include="Param\InputMatObject.cs" />
  311. <Compile Include="Param\IntegerNumber.cs" />
  312. <Compile Include="Param\OddNumber.cs" />
  313. <Compile Include="Param\ParamObject.cs" />
  314. <Compile Include="Param\StringArray.cs" />
  315. <Compile Include="Param\TagStruct.cs" />
  316. <Compile Include="PdnBaseForm.cs">
  317. <SubType>Form</SubType>
  318. </Compile>
  319. <Compile Include="PdnException.cs" />
  320. <Compile Include="PdnNumericUpDown.cs">
  321. <SubType>Component</SubType>
  322. </Compile>
  323. <Compile Include="PdnRegion.cs" />
  324. <Compile Include="ProgressEventArgs.cs" />
  325. <Compile Include="ProgressEventHandler.cs" />
  326. <Compile Include="Properties\AssemblyInfo.cs" />
  327. <Compile Include="RenderArgs.cs" />
  328. <Compile Include="RgbColor.cs" />
  329. <Compile Include="Ruler.cs">
  330. <SubType>UserControl</SubType>
  331. </Compile>
  332. <Compile Include="ScaleFactor.cs" />
  333. <Compile Include="SnapDescription.cs" />
  334. <Compile Include="SnapManager.cs" />
  335. <Compile Include="SnapObstacle.cs" />
  336. <Compile Include="SnapObstacleController.cs" />
  337. <Compile Include="SnapRegion.cs" />
  338. <Compile Include="Surface.cs" />
  339. <Compile Include="SurfaceBoxBaseRenderer.cs" />
  340. <Compile Include="SurfaceBoxRenderer.cs" />
  341. <Compile Include="SurfaceBoxRendererList.cs" />
  342. <Compile Include="TaskButton.cs" />
  343. <Compile Include="TaskDialog.cs" />
  344. <Compile Include="Threading\ThreadPool.cs" />
  345. <Compile Include="Threading\WaitableCounter.cs" />
  346. <Compile Include="Tools.cs" />
  347. <Compile Include="UnitsComboBoxHandler.cs" />
  348. <Compile Include="UnitsComboBoxStrip.cs">
  349. <SubType>Component</SubType>
  350. </Compile>
  351. <Compile Include="UnitsDisplayType.cs" />
  352. <Compile Include="Utility.cs" />
  353. <Compile Include="VerticalSnapEdge.cs" />
  354. <Compile Include="WaitCursorChanger.cs" />
  355. <Compile Include="WorkerThreadException.cs" />
  356. </ItemGroup>
  357. <ItemGroup>
  358. <ProjectReference Include="..\Annotation\Annotation.csproj">
  359. <Project>{714c794e-a8c5-4a35-afd5-c215a78386fc}</Project>
  360. <Name>Annotation</Name>
  361. </ProjectReference>
  362. <ProjectReference Include="..\Base\Base.csproj">
  363. <Project>{897ef588-5b1e-4015-96a0-907cfe9c55e4}</Project>
  364. <Name>Base</Name>
  365. </ProjectReference>
  366. <ProjectReference Include="..\Resources\Resources.csproj">
  367. <Project>{a6fb7e37-2656-4f1a-ab9e-c66768c14966}</Project>
  368. <Name>Resources</Name>
  369. </ProjectReference>
  370. <ProjectReference Include="..\SystemLayer\SystemLayer.csproj">
  371. <Project>{44622311-7d95-40e5-a502-9db65aa8dc72}</Project>
  372. <Name>SystemLayer</Name>
  373. </ProjectReference>
  374. </ItemGroup>
  375. <ItemGroup>
  376. <EmbeddedResource Include="CustomControl\DecimalScopeControl.resx">
  377. <DependentUpon>DecimalScopeControl.cs</DependentUpon>
  378. </EmbeddedResource>
  379. <EmbeddedResource Include="CustomControl\SelectButton.resx">
  380. <DependentUpon>SelectButton.cs</DependentUpon>
  381. </EmbeddedResource>
  382. <EmbeddedResource Include="CustomControl\TriangleTrackBar.resx">
  383. <DependentUpon>TriangleTrackBar.cs</DependentUpon>
  384. </EmbeddedResource>
  385. </ItemGroup>
  386. <ItemGroup>
  387. <None Include="app.config" />
  388. <None Include="packages.config" />
  389. </ItemGroup>
  390. <ItemGroup />
  391. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  392. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  393. <PropertyGroup>
  394. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  395. </PropertyGroup>
  396. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  397. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  398. <Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props'))" />
  399. </Target>
  400. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  401. </Project>