MeasureThread.csproj 8.8 KB

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