MeasureThread.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\x64\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>x64</PlatformTarget>
  44. <LangVersion>7.3</LangVersion>
  45. <ErrorReport>prompt</ErrorReport>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  48. <OutputPath>bin\x64\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <Optimize>true</Optimize>
  51. <DebugType>pdbonly</DebugType>
  52. <PlatformTarget>x64</PlatformTarget>
  53. <LangVersion>7.3</LangVersion>
  54. <ErrorReport>prompt</ErrorReport>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <SignAssembly>false</SignAssembly>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="CookComputing.XmlRpcV2">
  61. <HintPath>.\CookComputing.XmlRpcV2.dll</HintPath>
  62. </Reference>
  63. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  64. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
  65. </Reference>
  66. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  67. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  68. </Reference>
  69. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\..\..\GitEDS\bin\Release\NLog.dll</HintPath>
  72. </Reference>
  73. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  74. <HintPath>..\..\..\..\GitEDS\bin\Release\OpenCvSharp.dll</HintPath>
  75. </Reference>
  76. <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  77. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
  78. </Reference>
  79. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  80. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
  81. </Reference>
  82. <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  83. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.ComponentModel.DataAnnotations" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Drawing" />
  89. <Reference Include="System.Windows.Forms" />
  90. <Reference Include="System.Xml.Linq" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Xml" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="ArgSend.cs" />
  98. <Compile Include="FibWork.cs" />
  99. <Compile Include="ILocate.cs" />
  100. <Compile Include="Locate.cs" />
  101. <Compile Include="Photo.cs" />
  102. <Compile Include="Focus.cs" />
  103. <Compile Include="IAutoFocus.cs" />
  104. <Compile Include="IFocus.cs" />
  105. <Compile Include="IPhoto.cs" />
  106. <Compile Include="Measure.cs" />
  107. <Compile Include="Helpers\NewFunMethod.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <Compile Include="PTWork.cs" />
  110. <Compile Include="ThreadStatus.cs" />
  111. <Compile Include="UserControls\Control_XRayTable.cs">
  112. <SubType>UserControl</SubType>
  113. </Compile>
  114. <Compile Include="UserControls\Control_XRayTable.designer.cs" />
  115. <Compile Include="XmlRpcClient.cs" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ProjectReference Include="..\DBManager\DBManager.csproj">
  119. <Project>{5674dd32-3a9f-4d74-b177-a693a75a0255}</Project>
  120. <Name>DBManager</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\ExtenderControl\HOZExtender.csproj">
  123. <Project>{f5092f52-1fbd-4882-bb9c-399809d87779}</Project>
  124. <Name>HOZExtender</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\FileManager\FileManager.csproj">
  127. <Project>{14c99f54-b3c2-47cf-adb3-e79fdd2d382f}</Project>
  128. <Name>FileManager</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\MeasureData\MeasureData.csproj">
  131. <Project>{12617585-8d9a-4ad4-b6c4-6894a48cee9e}</Project>
  132. <Name>MeasureData</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\SmartSEMControl\SmartSEMControl.csproj">
  135. <Project>{bf7f80b0-a6da-4470-a331-4c96057fc7fa}</Project>
  136. <Name>SmartSEMControl</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\WebManager\WebManager.csproj">
  139. <Project>{00319b6f-fad0-46b5-b76b-7164dc5ca0d5}</Project>
  140. <Name>WebManager</Name>
  141. </ProjectReference>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config" />
  145. <None Include="ClassDiagram1.cd" />
  146. <None Include="packages.config" />
  147. </ItemGroup>
  148. <ItemGroup />
  149. <ItemGroup>
  150. <EmbeddedResource Include="UserControls\Control_XRayTable.resx" />
  151. </ItemGroup>
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  154. <PropertyGroup>
  155. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  156. </PropertyGroup>
  157. <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'))" />
  158. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
  159. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
  160. <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'))" />
  161. </Target>
  162. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
  163. <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')" />
  164. </Project>