MeasureThread.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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.3.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" />
  4. <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')" />
  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>{9A5851E4-73FD-48E1-876C-68BED40A0512}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>MeasureThread</RootNamespace>
  13. <AssemblyName>MeasureThread</AssemblyName>
  14. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <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. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="CookComputing.XmlRpcV2">
  40. <HintPath>.\CookComputing.XmlRpcV2.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  47. </Reference>
  48. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\bin\Debug\NLog.dll</HintPath>
  51. </Reference>
  52. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  53. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.dll</HintPath>
  54. </Reference>
  55. <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  56. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
  57. </Reference>
  58. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  59. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
  60. </Reference>
  61. <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  62. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.ComponentModel.DataAnnotations" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Windows.Forms" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Net.Http" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="ILocate.cs" />
  77. <Compile Include="Locate.cs" />
  78. <Compile Include="Photo.cs" />
  79. <Compile Include="Focus.cs" />
  80. <Compile Include="IAutoFocus.cs" />
  81. <Compile Include="IFocus.cs" />
  82. <Compile Include="IPhoto.cs" />
  83. <Compile Include="Measure.cs" />
  84. <Compile Include="Helpers\NewFunMethod.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="ThreadStatus.cs" />
  87. <Compile Include="UserControls\Control_XRayTable.cs">
  88. <SubType>UserControl</SubType>
  89. </Compile>
  90. <Compile Include="UserControls\Control_XRayTable.designer.cs" />
  91. <Compile Include="XmlRpcClient.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\DBManager\DBManager.csproj">
  95. <Project>{5674dd32-3a9f-4d74-b177-a693a75a0255}</Project>
  96. <Name>DBManager</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\ExtenderControl\HOZExtender.csproj">
  99. <Project>{f5092f52-1fbd-4882-bb9c-399809d87779}</Project>
  100. <Name>HOZExtender</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\FileManager\FileManager.csproj">
  103. <Project>{14c99f54-b3c2-47cf-adb3-e79fdd2d382f}</Project>
  104. <Name>FileManager</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\MeasureData\MeasureData.csproj">
  107. <Project>{12617585-8d9a-4ad4-b6c4-6894a48cee9e}</Project>
  108. <Name>MeasureData</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\SmartSEMControl\SmartSEMControl.csproj">
  111. <Project>{bf7f80b0-a6da-4470-a331-4c96057fc7fa}</Project>
  112. <Name>SmartSEMControl</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\WebManager\WebManager.csproj">
  115. <Project>{00319b6f-fad0-46b5-b76b-7164dc5ca0d5}</Project>
  116. <Name>WebManager</Name>
  117. </ProjectReference>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="App.config" />
  121. <None Include="ClassDiagram1.cd" />
  122. <None Include="packages.config" />
  123. </ItemGroup>
  124. <ItemGroup />
  125. <ItemGroup>
  126. <EmbeddedResource Include="UserControls\Control_XRayTable.resx" />
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  130. <PropertyGroup>
  131. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  132. </PropertyGroup>
  133. <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'))" />
  134. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
  135. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
  136. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  137. </Target>
  138. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
  139. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  140. </Project>